@charset "windows-1255";
BODY, P, TABLE, TD, UL, LI, H1, H2, H3, H4, INPUT, SELECT, TEXTAREA {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	margin-bottom: 0; 
	padding-bottom: 0; 
}

body {
scrollbar-base-color: #FF9900;
margin: 0;
}

form {margin: 0;}

fieldset { -moz-border-radius: 8px; border-radius: 8px; } 

/*
.popup {
CURSOR: help;
TEXT-DECORATION: none
}
*/

#logo a i { visibility: hidden; }				/* used for making the logo an invisible link. see http://www.alistapart.com/articles/imagemap and header.php */


												/* menu header */
A.navigation:link,
A.navigation:visited,
A.navigation:active {font-weight: bold; font-size: 13px; color: #ffffff; text-decoration: none}
A.navigation:hover  {font-weight: bold; font-size: 13px; color: #FFC712; text-decoration: none}

A.navigation_active:link,
A.navigation_active:visited,
A.navigation_active:active {font-weight: bold; font-size: 13px; color: #FFC712; text-decoration: none}
A.navigation_active:hover  {font-weight: bold; font-size: 13px; color: #FFC712; text-decoration: none}

A.forgot:link,
A.forgot:visited,
A.forgot:active {font-size: 11px; color: #FFC712; text-decoration: none}
A.forgot:hover  {font-size: 11px; color: #FFC712; text-decoration: underline}


.menu_box {										/* for each menu option */
	width: 101px; 
	background-image: url(../graphics/menu_bg.png); 
	background-repeat: no-repeat; 
	text-align: center;
}

.login_input_box {
	font-size: 12px; 
	width: 80px; 
	height: 18px; 
	padding-left: 3px; 
	padding-top: 0;
	margin: 3px; 
	border: solid 1px black; 
	font-weight: bold;
}

.login_input_box_long {
	font-size: 12px; 
	width: 130px; 
	height: 18px; 
	padding-left: 3px; 
	padding-top: 0;
	margin: 3px; 
	border: solid 1px #bababa; 
	font-weight: bold;
}

.menu_separator {
	width: 26px; 
	background-image: url(../graphics/menu_sep.png); 
	background-repeat: no-repeat; 
	background-position: 50% 50%;
	margin-right: 10px;
	margin-left: 10px;
}



.home_image {
	position: relative; 
	width: 172px; 
	height: 218px; 
	overflow: hidden; 
	text-align: center; 
	vertical-align: top; 
	float: left; 
	font-size: 11px
}	

												/* footer */
A.footer_link:link,
A.footer_link:visited,
A.footer_link:active {font-size: 12px; color: #003399; text-decoration: none}
A.footer_link:hover  {font-size: 12px; color: #003399; text-decoration: underline}

.footer_fake_link {				/* for links that we don't want google to follow. Like rel=nofollow without losing PR juice */
	font-size: 12px; 
	color: #003399; 
	text-decoration: none;
  	cursor: pointer;
	cursor: hand;
}
span.footer_fake_link:hover {
	text-decoration: underline;
}

input {
	font-weight: bold;
	color: #000000;
	border: solid 1px #909599;
	background-color: #F5F5F5;
	height: 18px; 
	/*padding-left: 2px;*/
}

input[type=checkbox], input[type=radio] { 
    vertical-align: middle; 
    position: relative; 
	height: 16px; 
    bottom: 2px; 
    border: 0;
} 

textarea {
	border: solid 1px #909599; 
	margin-width: 0px
   	font-style : normal;
   	font-weight: bold;
	color: #000000;
	padding: 3px 8px 3px 8px; 
}

td {
	margin-top: 0pt;
	/*margin-bottom: 8.0pt;*/
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal
   font-style : normal;
	color: #464646;
	/*border: 1px solid #ee9201;*/
}


/* girls show */
A.show_nick:link,
A.show_nick:visited,
A.show_nick:active {color: #0054A4; border: 0; text-decoration: none}
A.show_nick:hover  {color: #0054A4; border: 0; text-decoration: underline}


/*********** Style for About Template ************/
h2.aboutTitle {
    font-size: 17px;
    font-weight: bold;
    color: black;
}

span.subtitle {
    font-size:13px;
    color: black;
    font-weight: bold;
}

span.important {
    color: #05abe1;
}

tr.vertical_tab {
	background: #464646;
	cursor: pointer;
}

td.title {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

td.tab_selected {
	color: #ffc712;
}

span.question {
	color: #0054a4;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 25px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
span.bullet {
	background: url('../graphics/about_faq_list.jpg') no-repeat;
}

p.answer {
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 60px;
}

table.subtab {
	display: none;
	width: 681px;
}

table.subtab_selected {
	width: 681px;
	display: table;
}

tr.subtab_selected {
	background-color: tranparent;
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 680px;
}

/*********** Styles for contact form **************/
form#contact_form input {
    width: 155px;
    background: white;
    border: 1px #909599 solid;
	font-weight: normal;
}

form#contact_form textarea {
    background: white;
    border: 1px #909599 solid;
    width: 325px;
    height: 65px;
	font-weight: normal;
}

table.table_contact_form {
    margin-left: 30px;
    margin-top: 30px;
}

table.table_contact_form th {
    width: 65px;
    color: red;
    font-weight: normal;
    text-align: left;
}





/********** right side ************/
A.contacts:link 	,
A.contacts:visited 	,
A.contacts:active 	{font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}
A.contacts:hover 	{font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline}

.relationships_count {color: #636363;}
.relationships_count_active {color: #05ABE1; font-weight: bold}


A.friends:link 	,
A.friends:visited 	,
A.friends:active 	{font-size: 12px; font-weight: bold; color: #05abe1; text-decoration: underline}
A.friends:hover 	{font-size: 12px; font-weight: bold; color: #05abe1; text-decoration: underline}



/***************************** mycard ***********************/
.cardFieldLabel {
	font-size: 12pxt;
	color: #636363;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.cardFieldLabelError {
	color: red;
}	


.cardFieldHelp {
	font-size: 10px;
	color: #636363;
	font-weight: bold;
	line-height: 12px;
	vertical-align: top;
}

input.txtBox,
select.txtBox {
	border: 1px solid #909599;
	height: 18px;
	margin-width: 0px
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: top;
	/*padding-right: 3px;*/
	padding-left: 3px;
}
input.txtBoxError,
textarea.txtBoxError,
select.txtBoxError {
	border: 1px solid red;
	color: red;
}

select {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: thin solid #909599;
	background-color: #FFFFFF;
	height: 18px; 
	padding-left: 2px;
}



/***************************** tooltips *****************************/
.toolTip {
        padding-right: 20px; 
        background: url(tooltip_images/icon_error.png) no-repeat right;
        color: #3366FF;
        cursor: help; 
        position: relative;
}
.toolTipWrapper { 
        width: 175px;
        position: absolute;
        top: 20px;
        display: none; 
        color: #FFF;
        font-weight: bold;
        font-size: 9pt; 
        z-index: 20;
}
.toolTipTop { 
        width: 175px;
        height: 30px;
        background: url(tooltip_images/tooltip_top.gif) no-repeat;
}
.toolTipMid { 
        padding: 8px 15px;
        background: #A1D40A url(tooltip_images/tooltip_body.gif) repeat-x top;
}
.toolTipBtm {
        height: 13px;
        background: url(tooltip_images/tooltip_bottom.gif) no-repeat;
}


/***************** billing page ***************/
.payment_option_table {
	border-bottom: solid 2px #0054A4; 
	margin: 6px 0;
}
.payment_option_header {
	font-size: 17px; 
	font-weight: bold;
}
.payment_option_extra {
	font-size: 12px; 
	font-weight: bold;
	color: #464646;
}
.payment_option_text {
	font-size: 12px; 
	font-weight: bold;
	color: #464646;
}
.payment_option_amount {
	font-size: 24px; 
	font-weight: bold;
	color: #0054A4;
}


/********************************* for hover image *****************************/
#preview{
	position:absolute;
	/*border:1px solid #FFC712;*/
	background-color: #FFC712;
	padding:2px;
	display:none;
	color:#636363;
	z-index: 100;
}
#watermark{
	position:absolute;
	display:none;
	z-index: 101;
}

/********************************* for hover card *****************************/
#card_preview{
	position:absolute;
	/*background-color: #CF0A00;*/
	padding:2px;
	display:none;
	color:#636363;
	z-index: 100;
}



/******************* mail pages ******************/
.mail_header {
	color: #FFC712; 
	border-right: solid 2px #f5f5f5; 
	padding-left: 5px;
}
.mail_header_icon {
	padding: 1px 2px 1px 3px;
	border-right: solid 1px #f5f5f5; 
}
.mail_line {
	border-bottom: solid 1px #f5f5f5;
	padding-left: 5px;
}
.mail_line_icon {
	border-right: solid 1px #f5f5f5; 
	border-bottom: solid 1px #f5f5f5;
}

A.mail_msg:link,
A.mail_msg:visited,
A.mail_msg:active {font-size: 12px; color: #0054A4; text-decoration: none}
A.mail_msg:hover  {font-size: 12px; color: #0054A4; text-decoration: none}


/***************** view card page *****************/
.card_label {color: #f94701}

A.view_card_link:link,
A.view_card_link:visited,
A.view_card_link:active {font-weight: bold; color: #0054A4; text-decoration: underline}
A.view_card_link:hover  {font-weight: bold; color: #0054A4; text-decoration: underline}

/******************* search page ********************/
A.search_nav_text:link,
A.search_nav_text:visited,
A.search_nav_text:active {color: #05ABE1; text-decoration: none}
A.search_nav_text:hover  {color: #05ABE1; text-decoration: underline}

A.search_nav_num:link,
A.search_nav_num:visited,
A.search_nav_num:active {font-weight: bold; color: #464646; text-decoration: none}
A.search_nav_num:hover  {font-weight: bold; color: #464646; text-decoration: underline}



















/*- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ old css @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


/* group of fields header in card edit/view */
.cardFieldHeader {
	text-decoration: none;
	font: 12px;
	color: #F94701;
	FONT-FAMILY: Arial;
	font-weight: bold;
	vertical-align: baseline;
}

.cardFieldData {
	text-decoration: none;
	font: 12px;
	color: #3F1010;
	FONT-FAMILY: Arial;
	font-weight: normal;
	vertical-align: baseline;	
}




A.card:link 	,
A.card:visited 	,
A.card:active 	{font-size: 14px; font-weight: bold; color: #B71319; text-decoration: none}
A.card:hover 	{font-size: 14px; font-weight: bold; color: #B71319; text-decoration: underline}


A:link {color: #003399; }
A:visited {color: #993366; }
A:active {color: #ff0033; }
A:hover {color: #0000FF; text-decoration: underline}


A.navigation_bot:link, 
A.navigation_bot:visited, 
A.navigation_bot:active {color: #ffffff; text-decoration: none}
A.navigation_bot:hover 	{color: #000000; text-decoration: underline}

A.navigation_inside:link,
A.navigation_inside:visited,
A.navigation_inside:active {font-weight: bold; color: #ffffff; text-decoration: underline}
A.navigation_inside:hover  {font-weight: bold; color: #FFCA13; text-decoration: underline}




A.contentsubjectlink:link {color: #FFFFFF; font-weight: bold; font-style: italic } 


.bluelink {
	COLOR: #AB4EBE; TEXT-DECORATION: underline; font-weight: bold
}

.error {
    COLOR: #FF0000; FONT-WEIGHT: bold;
}
.errormsg {
    COLOR: #FF0000; 
   	font: 8pt;
    FONT-WEIGHT: normal;
}

.hdr {
	FONT-SIZE: 12px; FONT-FAMILY: Arial; FONT-WEIGHT: bold; TEXT-DECORATION: none
}

.menu {
	FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none
}

.small {
	FONT-SIZE: 10px; FONT-FAMILY: Arial
}

.small1 {
	FONT-SIZE: 11px; FONT-FAMILY: Arial
}

.small2 {
	FONT-SIZE: 12px; FONT-FAMILY: Arial
}

.footer_bottom_all {
	display:none;
	COLOR: gray;
	font-size: 10px;
}



.footer {
	COLOR: Black;
	FONT-SIZE: 10px;
}

H1.footer {
	COLOR: Black;
	FONT-SIZE: 10px;
	margin-bottom: 0; 
   padding-bottom: 0; 
}

P {
   MARGIN-TOP: 0pt;
   MARGIN-BOTTOM: 8.0pt;
   FONT-FAMILY: Arial;
   FONT-SIZE: 12px
}


TD.TDmenu {
	border-color: #8974DC;
	background-color: #8974DC;
	font-family: Arial, David , Courier New ;
	border:1px solid #677187;
	color:white;
	text-align:center;
}
TD.TDmenuActive {
	border-color: #8974DC;
	background-color: #8974DC;
	font-family: Arial, David , Courier New ;
	border:1px solid #677187;
	color:white;
	text-align:center;
}



			



TD.writing {
   MARGIN-TOP: 0pt;
   MARGIN-BOTTOM: 8.0pt;
   FONT-FAMILY: Arial;
   FONT-SIZE: 12px;
   FONT-STYLE: normal;
   FONT-WEIGHT: normal;
   FONT-STRETCH: normal;
   color: #0029FF
   
}


/* using headers.php to show nice fonts. */
H1 {
	font-size: 20px; color: #BA2126; font-family: arial;;
}
H2 {
	font-size: 16px; color: #666666; font-family: arial; margin: 0;
}
.title {
	COLOR: #ED2024; 
	FONT-SIZE: 12;
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 5pt
}
.kdt {
	FONT-FAMILY: Arial
	COLOR: #000000 
	FONT-SIZE: small;
	font-weight: bold;
	
}

HR {
	margin-top: 0pt;
	margin-bottom: 0pt;
	size: 3;
	color: #D480A9
}


input.bttn {
	height: 22px;
	text-align: center;
	border: solid 1px #FD960A;
	background-image:url('../graphics/bttn_bg.png');
	background-repeat: repeat-x;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-face: Tahoma;
}


a.bttn {									/* for links */
	height: 22px;
	text-align: center;
	border: solid 1px #FD960A;
	background-image:url('../graphics/bttn_bg.png');
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	text-decoration: none;
	margin-right: 20px;
}
A.bttn:link,
A.bttn:visited,
A.bttn:active {color: white; font-size: 12px; font-weight: bold; text-decoration: none}
A.bttn:hover  {color: white; font-size: 12px; font-weight: bold; text-decoration: underline}


.bttn {
	height: 22px;
	text-align: center;
	border: solid 1px #FD960A;
	background-image:url('../graphics/bttn_bg.png');
	background-repeat: repeat-x;
	padding-top: 2px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-face: Tahoma;
	cursor: pointer;
}
.bttn_narrow {
	height: 16px;
	text-align: center;
	background-image:url('../graphics/bttn_bg_narrow.png');
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-face: Tahoma;
	cursor: pointer;
}


.msg {					
	height: 22px;
	text-align: center;
	border: solid 1px #FD960A;
	/* background-image:url('../graphics/bttn_bg.png'); */
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: bold;
}







input.txtBox140	{					/* for homepage login */
	border: 2px solid #D4D0C8;
	border-style: inset;
	width: 100px;
	height: 18px;
	margin-width: 0px
   	font-weight: bold; 
	font-size: 12px;
	color: #FD6C14;
	background-color: #F1F0F0;
	vertical-align: top;
}


/************************************************ remove...
input.txtBox70 {
	border: 1px solid #FD6C14;
	width: 70px;
	height: 18px;
	margin-width: 0px
	font-size: 12px;
	color: #FD6C14;
	background-color: #F1F0F0;
	vertical-align: top;
}

input.txtBox120	{
	border: 1px solid #FD6C14;
	width: 120px;
	height: 18px;
	margin-width: 0px
	font-size: 12px;
	color: #FD6C14;
	background-color: #F1F0F0;
	vertical-align: top;
}


input.txtBox180	{
	border: 1px solid #FD6C14;
	width: 180px;
	height: 18px;
	margin-width: 0px
	font-size : 12px;
	color: #FD6C14;
	background-color: #F1F0F0;
	vertical-align: top;
}
remove ****************************************************************/


/*
input.chkBox {
	margin-bottom: 2px;
	margin-top: 2px;
	width: 12px;
	height: 12px;
	border: solid 1px blue;
}
*/

select.sel {
   border: 1px solid;
   height: 12px;
   margin-width: 0px
   font-style : normal;
   font-size : 9px;
}


.textareaHelp {
	border: 1px solid #EE9201;
	width: 230px;
	margin-width: 0px
   font-style : normal;
	font-size: 11px;
   background-color: #FFF0D1;
   color: #EE9201;	
}

option.yellow {

   background-color: #FFDFDF;
   font-size: 12px;
   color: black;
}

.pictable {
	background-color: #FFFFCC;
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	FONT-FAMILY: Arial;
	border : medium;
	border-bottom : double #7770CB;
	border-bottom-width : medium;
	border-top : double #7770CB;
	border-top-width : medium;
	border-right : double #7770CB;
	border-right-width : medium;
	border-left : double #7770CB;
	border-left-width : medium;
}

input.login	{
	font-family: Arial; 
	font-size: 11pt; 
	width: 10px; 
	color: #000000; 
	direction: ltr; 
	border: 1px solid #FD6C14; 
	padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;
}

.dropcontent {
	display:none;
}



/*************************** tabs area ************************/
	.dg_tabPane{
		height:48px;	/* Height of tabs */
		margin-left: 30px;
	}
	.dg_aTab{
		font-family: Arial;

	}
	.dg_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:0px;
		margin-left:0px;
		margin-right:0px;
		z-index: 3;
	}
	.dg_tabPane .tabActive{
		background-image:url('./tabs_images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
		width: 110px;
		color: #F94701;
	}
	.dg_tabPane .tabInactive{
		background-image:url('./tabs_images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
		width: 110px;
		color: #636363;				
	}

	.dg_tabPane .inactiveTabOver{
		background-image:url('./tabs_images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
		width: 110px;
	}
	.dg_tabPane span{
		font-family:arial;
		vertical-align:top;
		/* font-size:11px; */
		/* padding-left:3px; */
		/* padding-right:3px; */		
		line-height:44px;
		float:left;
	}
	.dg_tabPane .tabActive span{
		padding-bottom:0px;
		line-height:44px;
	}
	
	.dg_tabPane img{
		float:left;
	}
	
	.dg_tabLabel {
		font-size: 12px;
		font-weight: bold;
		top: 0px;
		text-align: center;
		width: 123px; 
		padding-bottom: 2px;
	}

	.dg_tabLabel_active {
		font-size: 12px;
		font-weight: bold;
		position: relative;
		padding-top: -5px;
		top: 0px;
		text-align: center;
		direction: ltr;
		width: 123px; 
	}


/*********************************** scroll area ************************************/
	#dg_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:530px;
		height:400px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:1px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:460px;	/* Total height - 40 pixels */
		border:1px solid #BC8FBD;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:23px;
		background-color:#BC8FBD;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
	
	

/*** hiding statcounter image and alt ***/
.statcounter { display: none; }
