@charset "utf-8";
/* CSS Document */

.txtbox {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 3px;
}
.txtbox_nor {
	font-family:  Arial, Verdana, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #000000;
}
.txtbox_normal {
	font-family:  Arial, Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
	border: 1px solid #000000;
}
.errmsg {
	font-family:  "Trade Gothic LT Std Light", Verdana, Tahoma, Arial; font-size: 11pt;	color: #FF0000;	padding: 5px;	text-decoration: blink;	text-transform: capitalize; text-align: left; 	text-indent: 10px;}
	
.linktext {
	font-family:  "Trade Gothic LT Std Light", Verdana, Tahoma, Arial; font-size: 11pt;	color: #FF0000;	padding: 5px;	text-decoration: none;}
		
.errmsg_nor {
	font-family: Arial,Verdana, Tahoma; font-weight: bold; font-size: 8pt;	color: #E31B5A;	text-decoration: none;	text-transform: capitalize; text-align: left; }
.mail_sep {
	font-family: Arial,Verdana, Tahoma; font-weight: bold; font-size:11px;	color: #E31B5A;	text-decoration: none;	 text-align: left; font-style:italic;  }

.lbl {
	font-family:  Arial, Verdana, Tahoma, Arial;
	font-size: 18px;
	color: #2A2A2A;
	font-weight: normal;
}
.lbl_nor {
	font-family:  Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #2A2A2A;
	font-weight: normal;
	font-weight: bold;
	

}
.lbl_nor_spl{
	font-family:  Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #2A2A2A;
	font-weight: normal;
	text-decoration:none;

}
.lbl_nor_blk {
	font-family:Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#2A2A2A;
	font-weight: normal;
	font-weight: bold;
	text-decoration:none;
	text-align: justify;
}
.lbl_nor_wh {
	font-family:Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#DFDFDF;
	font-weight: normal;
	font-weight: bold;
	text-decoration:none;
	text-align: justify;

}
.lbl_nor_whit {
	font-family:Arial,Verdana,sans-serif;
	
	font-size: 11px;
	color:#DFDFDF;
	font-weight: normal;
	font-weight: bold;
	text-decoration:none;
}
.scrap_wh {
	font-family:Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#2A2A2A;
	font-weight: normal;
	font-weight: bold;
	text-decoration:none;
}
.scrap_posted {
	font-family: Arial,Verdana, Tahoma;
    font-weight: bold; 
    font-size: 10px;
 	color: #E31B5A;	
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
 }

.btn {
	font-family:  "Trade Gothic LT Std Light", Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFA4D1;
	border: 1px solid #FF2291;
	padding: 5px;
}
.signin_btn {
	font-family:  Arial, Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #C3C3C3;
}

.btn_nor {
	font-family:  Arial, Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #C3C3C3;
}
.lbl_nor_pink {
	font-family:  Arial, Verdana, Tahoma;
	font-size: 13px;
	color: #FF3399;
	font-weight: normal;
	font-weight: bold;
}
.txt_list {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.byline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tagtxt {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: #ccddee;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.normal_label {
	font-family:Arial,Verdana;
	font-size: 11px;
	color: #2A2A2A;
	font-weight: normal;
	font-weight: bold;
	text-decoration:none;
}
.normal_label_new {
	font-family:Tahoma;
	font-size: 11px;
	color: #2A2A2A;
	font-weight: normal;
	font-weight: bold;
	text-decoration:none;
}

.gray_label {
	font-family:Arial,Verdana;
	font-size: 11px;
	color: #E31B5A;
	font-weight: bold;
	text-decoration:none;
	
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -800px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.noresult {
	text-align:left;
	font-family: Arial, Verdana, Tahoma;
	font-size:12px;
	font-variant: normal;
	color:#000000;
	}
.errmsg_black {
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: #2A2A2A;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

.imgborder {
border:#999999 solid 1px; 
}
.txtbox_spl {
	font-family:  Arial, Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #2A2A2A;
	text-decoration: none;
	border: 1px none #000000;
}
.srcab_txtbox_spl {
	font-family:  Arial, Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #2A2A2A;
	text-decoration: none;
	border: 1px solid #999999;
}

.footerbg
{
	background:url(../images/footer-bg.gif) repeat-x ;
}
.dbutt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E11D5D;
	padding: 4px;
}

.favtext {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #E31B5A;
	font-weight:bold;
	font-style:italic;
	text-decoration: none;
}
.favbmktext {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #2A2A2A;
	font-weight:bold;
	text-decoration: none;
}