
body {
	margin-left: 10px;
	margin-top: 1px;
	
}

.headerDescription {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 15px;

	color: #999999;

	padding-right: 5px;

	padding-left: 5px;

	padding-bottom: 5px;

}

.bigfontSmall2Black{

	font-family: Arial;

	font-size: 14px;	

	color: #660000;

	line-height: 20px;

	word-spacing: normal;
	font-weight: bold;
		
	}
.bigfontBlack-Ver{

	font-family: Verdana;

	font-size: 22px;

	color: #000000;

	line-height: 20px;

	word-spacing: normal;
	
	}
	.bigfontBlack-Gar{

	font-family: Garamond;

	font-size: 20px;

	color: #000000;

	line-height: 20px;

	word-spacing: normal;		
	}

.tags{

	font-family:  Arial, Geneva, Arial, Helvetica, sans-serif;

	font-size: 16px;
	
	font-weight:bold;

	color: #FFFFFF;
	
	line-height: 25px;

	word-spacing: normal;
	
	text-decoration: none; 
	}

.tags:hover{ 
 
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;	 

	font-size: 16px;	
	
	font-weight:bold;

	color: #FFFFFF;	

	text-decoration: none;	

	word-spacing: normal;
	
	border-color: #ccc #fff #060;
	
	background: #0066CC;
}

.menu{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #660000;

	word-spacing: normal;
	
	text-decoration: none; 
	}

.menu:link,.menu:visited,.menu:active{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #660000;

	word-spacing: normal; 

	text-decoration: none;}

.menu:hover{ 

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	 

	font-size: 11px;	

	color: #FF0000;	

	text-decoration: none;	

	word-spacing: normal;

}


.contentText {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 18px;

	color: #3c3c3c;

	padding-right: 5px;

	padding-left: 0px;

	padding-bottom: 5px;

}

.textField {

	height: 20px;

	width: 186px;

	border: 1px solid #999999;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

}

.bigfontRed{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #0033CC;

	line-height: 20px;

	word-spacing: normal;
	
	text-decoration:none	
	}

.bigfontBlue{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #0033CC;

	line-height: 20px;

	word-spacing: normal;
	
	text-decoration:none
	
	}
	
	.bigfontSmallBlack{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;	

	color: #000000;

	line-height: 20px;

	word-spacing: normal;
	
	}

.bigfontBlack{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #000000;

	line-height: 20px;

	word-spacing: normal;
	
	}
.normalfont{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

	line-height: 12px;

	word-spacing: normal;}

.normalWhitefont:link,.normalWhitefont:visited,.normalWhitefont:active{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #ffffff;

	line-height: 15px;

	word-spacing: normal; 

	text-decoration: none;}

.normalWhitefont:hover{ 

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 11px;	

	color: #ffffff;	

	line-height: 15px;

	text-decoration: none;	

	word-spacing: normal;

}

.menuwhite{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

	word-spacing: normal;
	
	text-decoration: none; 
	}

.menuwhite:link,.menu:visited,.menu:active{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

	word-spacing: normal; 

	text-decoration: none;}

.menuwhite:hover{ 

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	 

	font-size: 11px;	

	color: #FFFFFF;	

	text-decoration: underline;	

	word-spacing: normal;

}

.copyright {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 26px;

	color: #660000;

		

}

.border {

	border: 1px dashed #C19988;

}
.border2 {
	border: 1px solid #000000;
}


/***** LOGIN PAGE  ******/

#USER_LOGIN
{ 
	position:absolute;
	/*right:100px;
	top:2px !important; */
	right:290px;
	top:110px; 
	width:300px; 
	height:130px;
	border:1px solid #ccc; 
	background:#fff;
	/*opacity:0.9; */
	z-index:101;
}

#USER_LOGIN input:focus,
#USER_LOGIN input.error:focus {	background-color: #FFC; border-color: #FC6; }

#USER_LOGIN a {color:#999999; margin-right:5px; margin-left:8px;}
#USER_LOGIN a:hover{ color:#6699FF;}


/***** SENT VIDEO PAGE  ******/

#SENT_EMAIL
{ 
	position:absolute;
	/*right:100px;
	top:2px !important; */
	right:250px;
	top:575px ; 
	width:300px; 
	height:130px;
	border:1px solid #ccc; 
	background:#fff;
	/*opacity:0.9; */
	z-index:101;
}

#SENT_EMAIL input:focus,
#SENT_EMAIL input.error:focus {	background-color: #FFC; border-color: #FC6; }

#SENT_EMAIL a {color:#999999; margin-right:5px; margin-left:8px;}
#SENT_EMAIL a:hover{ color:#6699FF;}



/***** SENT PAGE  ******/

#SENT_PAGE
{ 
	position:absolute;
	/*right:100px;
	top:2px !important; */
	right:250px;
	top:1100px ; 
	width:300px; 
	height:130px;
	border:1px solid #ccc; 
	background:#fff;
	/*opacity:0.9; */
	z-index:101;
}

#SENT_PAGE input:focus,
#SENT_PAGE input.error:focus {	background-color: #FFC; border-color: #FC6; }

#SENT_PAGE a {color:#999999; margin-right:5px; margin-left:8px;}
#SENT_PAGE a:hover{ color:#6699FF;}


/***** Post User Comments  ******/

#POST_COMMENT
{ 
	position:absolute;
	/*right:100px;
	top:2px !important; */
	right:470px;
	top:1050px ; 
	width:300px; 
	height:130px;
	border:1px solid #ccc; 
	background:#fff;
	/*opacity:0.9; */
	z-index:101;
}

#POST_COMMENT input:focus,
#POST_COMMENT input.error:focus {	background-color: #FFC; border-color: #FC6; }

#POST_COMMENT a {color:#999999; margin-right:5px; margin-left:8px;}
#POST_COMMENT a:hover{ color:#6699FF;}

