@CHARSET "ISO-8859-1";

html {
	/*background-color:#495055;*/
	background-color: #FBFBFB;
}
body, td, th, textarea, input, select, h2, h3, h4, h5, h6 , .defaultText{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.4;
}

.category {
	border:1px solid #CCCCCC;
	padding:5px 5px 10px 8px;
	margin:15px 0px 25px 0px;
	-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
}

.boxTitle {
	margin:0px 0px 0px 0px;
	font-size:17px;
}

div.site {
	margin-left:0px;
	margin-top:0px;
        padding:2px 0px 2px 4px
        
}

div.site img {
	position:relative;
	top:3px;	
}

div.site a {
	margin-left:3px;	
}

div.site img.adico {
	float:right;
	posititon:relative;
	top:4px;
	margin-left:5px;
	width:14px;
	height:14px;	
}

.copyleft {
	padding: 0px 20px 5px 20px;
}

.copyleft div {
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	font-size:12px;
	color:gray;
	text-align:center;
	
}

a:link { color:#0033CC }
a:visited { color:#0033CC }
a:hover { color:#0033CC }
a:active { color:#0033CC }



.mTable {
	background-image:url('../img/back_tile.png'); 
	background-repeat:repeat-y;
	border-width:0px;
}


.logo td {
	padding:10px 0px 0px 22px;		
}

.content {
	padding:10px;	
}

.content td {
	padding:0px 0px 0px 25px;	
}



.mTable .top {
	background-image:url('../img/back_top.png'); 
	height:15px;
	dbackground-repeat:repeat-y;
	padding:0px;
}

.mTable .bottom {
	background-image:url('../img/back_bottom.png'); 
	height:15px;
	padding:0px;
	dbackground-repeat:repeat-y;
}

.sitestatus {
    position:relative;
    width:2px;
    height:14px;
    top:4px;
    float:right;
    margin-left: 4px;
}


.created1month {
    background-color: #FBDDD1;
}
.created2week {
    background-color: #FFA680;

}
.created1day {
    background-color: #FF4C00;
}





.modified1month {
    background-color: #FFF9D9;

}
.modified2week {
    background-color: #FFF1AE;

}

.modified1day {
    background-color: #FFE773;
   
}


.sitehover {
    background-color: #C8E4F0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
