/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    color: #7d7d7d;
    background-image: url(/images/background.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.body-outer {
    width: 830px;
    margin: 0px auto 0px auto;
    padding: 0px;
    background-color: #7d7d7d;
}
a, a:active, a:visited {
	color: #444444;
  	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f4f4f4;
}
.top {
    background-color: #444444;
    color: #555555;
    text-align: center;
    padding: 6px 10px 6px 10px;
    font-size: 11px;
}
.top a, .top a:active, .top a:visited {
    color: #eaf3ff;
}
.top a:hover {
    color: #cce3ff;
}
.footer {
    background-color: #444;
    color: #bbb;
    text-align: center;
    padding: 20px 10px 20px 10px;
    font-size: 11px;
}
.footer a, .footer a:active, .footer a:visited {
    color: #f3f3f3;
}
.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.header {
    background-color: #555555;
    padding: 0px 0px 0px 0px;
}
.header-links {
    background-color: #555555;
    color: #444444;
    padding: 6px 10px 6px 13px;
    margin: 0px 0px 0px 0px;
}
.header-links a, .header-links a:active, .header-links a:visited {
    font-size: 13px;
    font-weight: bold;
    color: #f4f4f4;
    text-decoration: none;
}
.header-links a:hover {
    color: #cacaca;
}

.hr {
    width: 75%;
    padding: 1px;
    margin: 10px;
    border-bottom: solid 1px #444444;
    border-top: solid 1px #444444;
    font-size: 1px;
}
/* misc*/

h1 {
    padding: 10px 10px 10px 10px;
	font-family: verdana;
	color: #f4f4f4;
	font-size: 13px;
	font-weight: bold;
    background-color: #666666;
    border: solid 2px #444444;
	margin: 0px 0px 8px 0px;
	}
h2 {
    padding: 5px 5px 5px 10px;
	font-family: verdana;
	color: #f4f4f4;
	font-size: 13px;
	font-weight: bold;
    background-color: #666666;
    border: solid 2px #444444;
	margin: 0px 0px 8px 0px;
}
p,td {
    font-family: verdana, sans-serif;
    font-size: 13px;
}
input,textarea {
    font-family: verdana, sans-serif;
    font-size: 11px;
}
.bginput
{
    background-color: #cacaca; 
	border: solid #444444; 
	border-width: 1px 1px 1px 1px; 
	font-color: #626161; 
	font-size: 10px;
	font-family: trebuchet MS, arial, verdana;
}
.button
{
	background: #FFFFFF;
	border: 2px solid #CDDBDE;
	font-size: 10px;
	font-family: trebuchet MS, arial, verdana;
}
div.error {
    margin: 5px 0px 5px 0px;
    border: solid 2px #aa0000;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #ee0000;
}
.spacer
{
	padding: 5px;
}
/* header */
td.header {
	background-image:  url(/images/header_bg.gif);
}

td.header_links {
	background-color: #383838;
	height: 10px;
	font-size: 10px;
	color: #ffffff;
	padding-right: 15px;
	text-align: right;
}
td.header_links a{
	text-decoration; none;
	color: #ffffff;
	font-weight: normal;
    font-size: 10px;
}	

/*  LEFT menu */
td.menu {
	padding-bottom:2px;
	padding-top:2px;
	background: transparent url() no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #7d7d7d;
	font-size:10px;
	font-family:tahoma;
	height:16px;
	padding-left:6px;
	padding-right:6px;
}

.menutitle {
	background-image:  url(/images/title.gif);
    background-color: #ffffff;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 4px 3px 3px 8px;
	margin-top:5px;
	margin-bottom:5px;
}
.menutitle a, .menutitle a:active, .menutitle a:visited {
    color: #fff;
    text-decoration: none;
}
.menutitle a:hover {
    text-decoration: underline;
}
div.submenu {
	background: #7d7d7d;
	padding: 0;
}
div.submenu a {
    display:block;
	text-align:left;
	line-height:14px; 
	font-family:arial;
	color:#f4f4f4;
	font-weight:normal;
	padding-left:5px; 
	font-size:11px;
	border-left:5px solid #e916ab;
	border-bottom:1px dashed #D9D9D9;
	margin-bottom:1px;
	margin-left:5px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.submenu a:hover { 
	border-left:5px solid #f991db;
	background-color:#cacaca;
	display:block;
	border-bottom:1px dashed #666666;
	color:#444444;
	margin-left:5px;
}

/* other colors - aqua */
td.menu2 {
	padding-bottom:2px;
	padding-top:2px;
	background: transparent url() no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #7d7d7d;
	font-size:10px;
	font-family:tahoma;
	height:16px;
	padding-left:6px;
	padding-right:6px;
}

.menutitle2 {
	background-image:  url(/images/title.gif);
    background-color: #ffffff;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 4px 3px 3px 8px;
	margin-top:5px;
	margin-bottom:5px;
}
.menutitle2 a, .menutitle2 a:active, .menutitle2 a:visited {
    color: #fff;
    text-decoration: none;
}
.menutitle2 a:hover {
    text-decoration: underline;
}
div.submenu2 {
	background: #7d7d7d;
	padding: 0;
}
div.submenu2 a {
    display:block;
	text-align:left;
	line-height:14px; 
	font-family:arial;
	color:#f4f4f4;
	font-weight:normal;
	padding-left:5px; 
	font-size:11px;
	border-left:5px solid #00ddb1;
	border-bottom:1px dashed #D9D9D9;
	margin-bottom:1px;
	margin-left:5px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.submenu2 a:hover { 
	border-left:5px solid #a4f8e7;
	background-color:#cacaca;
	display:block;
	border-bottom:1px dashed #666666;
	color:#444444;
	margin-left:5px;
}

/* other colors - purple */
td.menu3 {
	padding-bottom:2px;
	padding-top:2px;
	background: transparent url() no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #7d7d7d;
	font-size:10px;
	font-family:tahoma;
	height:16px;
	padding-left:6px;
	padding-right:6px;
}

.menutitle3 {
	background-image:  url(/images/title.gif);
    background-color: #ffffff;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 4px 3px 3px 8px;
	margin-top:5px;
	margin-bottom:5px;
}
.menutitle3 a, .menutitle3 a:active, .menutitle3 a:visited {
    color: #fff;
    text-decoration: none;
}
.menutitle3 a:hover {
    text-decoration: underline;
}
div.submenu3 {
	background: #7d7d7d;
	padding: 0;
}
div.submenu3 a {
    display:block;
	text-align:left;
	line-height:14px; 
	font-family:arial;
	color:#f4f4f4;
	font-weight:normal;
	padding-left:5px; 
	font-size:11px;
	border-left:5px solid #a616e9;
	border-bottom:1px dashed #D9D9D9;
	margin-bottom:1px;
	margin-left:5px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.submenu3 a:hover { 
	border-left:5px solid #db9af9;
	background-color:#cacaca;
	display:block;
	border-bottom:1px dashed #666666;
	color:#444444;
	margin-left:5px;
}

/* other colors - lime */
td.menu4 {
	padding-bottom:2px;
	padding-top:2px;
	background: transparent url() no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #7d7d7d;
	font-size:10px;
	font-family:tahoma;
	height:16px;
	padding-left:6px;
	padding-right:6px;
}

.menutitle4 {
	background-image:  url(/images/title.gif);
    background-color: #ffffff;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 4px 3px 3px 8px;
	margin-top:5px;
	margin-bottom:5px;
}
.menutitle4 a, .menutitle4 a:active, .menutitle4 a:visited {
    color: #fff;
    text-decoration: none;
}
.menutitle4 a:hover {
    text-decoration: underline;
}
div.submenu4 {
	background: #7d7d7d;
	padding: 0;
}
div.submenu4 a {
    display:block;
	text-align:left;
	line-height:14px; 
	font-family:arial;
	color:#f4f4f4;
	font-weight:normal;
	padding-left:5px; 
	font-size:11px;
	border-left:5px solid #aaec2b;
	border-bottom:1px dashed #D9D9D9;
	margin-bottom:1px;
	margin-left:5px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.submenu4 a:hover { 
	border-left:5px solid #ddf8a8;
	background-color:#cacaca;
	display:block;
	border-bottom:1px dashed #666666;
	color:#444444;
	margin-left:5px;
}


/* other colors - orange */
td.menu5 {
	padding-bottom:2px;
	padding-top:2px;
	background: transparent url() no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #7d7d7d;
	font-size:10px;
	font-family:tahoma;
	height:16px;
	padding-left:6px;
	padding-right:6px;
}

.menutitle5 {
	background-image:  url(/images/title.gif);
    background-color: #ffffff;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 4px 3px 3px 8px;
	margin-top:5px;
	margin-bottom:5px;
}
.menutitle5 a, .menutitle5 a:active, .menutitle5 a:visited {
    color: #fff;
    text-decoration: none;
}
.menutitle5 a:hover {
    text-decoration: underline;
}
div.submenu5 {
	background: #7d7d7d;
	padding: 0;
}
div.submenu5 a {
    display:block;
	text-align:left;
	line-height:14px; 
	font-family:arial;
	color:#f4f4f4;
	font-weight:normal;
	padding-left:5px; 
	font-size:11px;
	border-left:5px solid #f2ca0e;
	border-bottom:1px dashed #D9D9D9;
	margin-bottom:1px;
	margin-left:5px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.submenu5 a:hover { 
	border-left:5px solid #f9e585;
	background-color:#cacaca;
	display:block;
	border-bottom:1px dashed #666666;
	color:#444444;
	margin-left:5px;
}



/* other colors - red */
td.menu6 {
	padding-bottom:2px;
	padding-top:2px;
	background: transparent url() no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #7d7d7d;
	font-size:10px;
	font-family:tahoma;
	height:16px;
	padding-left:6px;
	padding-right:6px;
}

.menutitle6 {
	background-image:  url(/images/title.gif);
    background-color: #ffffff;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 4px 3px 3px 8px;
	margin-top:5px;
	margin-bottom:5px;
}
.menutitle6 a, .menutitle6 a:active, .menutitle6 a:visited {
    color: #fff;
    text-decoration: none;
}
.menutitle6 a:hover {
    text-decoration: underline;
}
div.submenu6 {
	background: #7d7d7d;
	padding: 0;
}
div.submenu6 a {
    display:block;
	text-align:left;
	line-height:14px; 
	font-family:arial;
	color:#f4f4f4;
	font-weight:normal;
	padding-left:5px; 
	font-size:11px;
	border-left:5px solid #ec4a74;
	border-bottom:1px dashed #D9D9D9;
	margin-bottom:1px;
	margin-left:5px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.submenu6 a:hover { 
	border-left:5px solid #fa99b2;
	background-color:#cacaca;
	display:block;
	border-bottom:1px dashed #666666;
	color:#444444;
	margin-left:5px;
}

    
/* MIDDLE */
.middle {
   /* background-color: #ffffff;
    padding: 10px;
    margin: 0px;
    font-size: 13px;*/
	background-color:#7d7d7d;
	width:500px;
	float:left;
	padding:5px 5px 5px 5px;
    text-align:left;
}

/* RIGHT menu */
td.menu7 {
	width: 130px;
	background: #7d7d7d;
	padding: 0;
	margin: 0;
	border-right: 1px solid #c6def0;	
}
td.menu7 div.headmenu7 {
	background-image: url(/images/navigation_right_header.gif);
	width:139px;
	text-align: right;
	height: 37px;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.menutitle7 {
    background-image:  url(/images/title.gif);
    background-color: #ffffff;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 4px 3px 3px 8px;
	margin-top:5px;
	margin-bottom:5px;
}
.menutitle7 a, .menutitle a:active, .menutitle a:visited {
    color: #fff;
    text-decoration: none;
}
.menutitle7 a:hover {
    text-decoration: underline;
}
div.submenu7 {
	background: #7d7d7d;
	padding: 0;
}
div.submenu7 a {
    display:block;
	text-align:left;
	line-height:14px; 
	font-family:arial;
	color:#f4f4f4;
	font-weight:normal;
	padding-left:5px; 
	font-size:11px;
	border-right:5px solid #e916ab;
	border-bottom:1px dashed #D9D9D9;
	margin-bottom:1px;
	margin-right:5px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.submenu7 a:hover { 
	border-right:5px solid #f991db;
	background-color:#cacaca;
	display:block;
	border-bottom:1px dashed #666666;
	color:#444444;
	margin-right:5px;

}












/*  Footer */
td.footer {
	width: 100%;
	background: #f1f4f9;
	padding: 10;
	margin-bottom: 20;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #9cb0c8;
	font-family: verdana;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

/* UNCATEGORIZEDDD */
#content{
margin-left:0;}

div.text {
	text-align: left;
	font-family: trebuchert ms, verdana, arial;
	color: #333333;
	font-size: 11px;
}

div.text a{
	text-decoration: none;
	color: #444444;
}
div.text a:hover{
	text-decoration: none;
	color: #f4f4f4;
}

td.too {
	width: 300px;
	background: #7d7d7d;
	padding: 10;
	margin-bottom: 30;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	font-family: verdana;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}	
/* begin main top center ads----------------------*/
/* colored title*/
.iG-titleG {
	background: #555555;
	font-family: verdana;
	font-size: 11px;
	}
/* ad box*/
.iG-234 {
	background: #555555;
	width: 228px;
	height: 54px;
	font-family: verdana;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	}
/* bottom rigth link*/	
.iG-linkG {
	background: #555555;
	font-family: verdana;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	}
/*ad box text*/	
.iG-textG {
	font-family: verdana;
	color: #7C7C7C;
	font-size: 11px;
	}
	
/*ad grid columns 1&2 */		
#indexGrid-c1 {
background: #555555;
border-top:2px solid #444444;
border-bottom:2px solid #444444;
border-left:2px solid #444444;
float: left;
}
#indexGrid-c2 {
;background: #555555;
border-top:2px solid #444444;
border-bottom:2px solid #444444;
border-right:2px solid #444444;
float: left
}

/*ad grid rows 1-5 */
div.indexGrid-r1 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
div.indexGrid-r2 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
div.indexGrid-r3 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
div.indexGrid-r4 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
div.indexGrid-r5 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
/* main top center ads ends----------------------*/



/* category index pages----------------------*/
/* Graphic*/
.iG-titlegi {
    align: center;
	background: #7d7d7d7d;
	font-family: verdana;
	font-size: 12px;
	}
	
/*category*/
.iG-textgi {
	font-family: verdana;
	color: #7C7C7C;
	font-size: 11px;
	}
	
/*whole category box*/
.iG-234i {
	background: #7d7d7d7d;
	width: 200px;
	height: 100px;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	padding: 3px 3px 3px 3px;
	}
	
/* stats - new stuff*/	
.iG-linkgi {
	background: #7d7d7d7d;
	font-family: verdana;
	color: #f4f4f4;
	font-size: 11px;
	text-align: center;
	}
	
/* stats - new stuff*/	
.iG-linkgi a:hover {
	color: #555555; 
	}	
	
/*index pages columns 1,2&3 */	
#indexColumn1 {
background: #7d7d7d7d;
float: left;
margin-left:40px;
	}
#indexColumn2 {
;background: #7d7d7d7d;
float: left
	}

/*index pages rows */
div.indexGrid-row {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:10px;
}
/* category index pages ends----------------------*/


/* celebrity index pages----------------------*/
/* Graphic*/
	
/*whole category box*/
#index2Column1 {
background: #7d7d7d7d;
float: left;
margin-left:20px;
	}
#index2Column2 {
;background: #7d7d7d7d;
float: left
	}
#index2Column3 {
;background: #7d7d7d7d;
float: left
	}

.iG-100i {
	background: #7d7d7d;
	width: 140px;
	height: 130px;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	padding: 3px 3px 3px 3px;
	}
	
/* celebrity index pages ends----------------------*/



#indexGrid{margin-left:2px;}

/* main category index pages "graphics, tweaks, etc..."*/
.index1{
	margin-top:20px;
	margin-left:35px;
	float: left
}
.index2{
	margin-top:20px;
	margin-left:45px;
	float: left
}
.index3{
	margin-top:20px;
	margin-left:45px;
	float: left
}


/* begin layout mid center ads----------------------*/
/* colored title*/
.lG-titleG {
	background: #444444;
	padding: 3px 3px 3px 3px;
	font-family: verdana;
	font-size: 11px;
	}
/* ad box*/
.lG-234 {
	background: #444444;
	width: 230px;
	height: 240px;
	font-family: verdana;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	}
/* bottom rigth link*/	
.lG-limgG {
	background: #444444;
	}
/*ad box text*/	
.lG-textG {background: #444444;
	font-family: verdana;
	color: #7C7C7C;
	font-size: 11px;
	padding: 3px 3px 5px 3px;
	}
	
/*ad grid columns 1&2 */		
#indexGrid-cl1 {
background: #555555;
border-top:2px solid #444444;
border-bottom:2px solid #444444;
border-left:2px solid #444444;
float: left;
}
#indexGrid-cl2 {
;background: #555555;
border-top:2px solid #444444;
border-bottom:2px solid #444444;
border-right:2px solid #444444;
float: left
}

/*ad grid rows 1-5 */
div.indexGrid-rl1 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
div.indexGrid-rl2 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
div.indexGrid-rl3 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
div.indexGrid-rl4 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
div.indexGrid-rl5 {
margin-right:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}

#mc{font-family: verdana;
	color: #ffffff;}
/* main layout mid center ads ends----------------------*/