/* CSS Document */

/* new *//******************************************/
.NEWbox_left_top_coner {
	background-image: url(/includes/images/NEWlefttopconertopbig.gif);
	background-repeat: no-repeat;
	height:10px;
	width:15px;
}
.NEWbox_top_side {
	background-image: url(/includes/images/NEWtopsidetopbig.gif);
	background-repeat: repeat-x;
	height:10px;
}
.NEWbox_right_top_coner {
	background-image: url(/includes/images/NEWrighttopconertopbig.gif);
	background-repeat: no-repeat;
	height:10px;
	width:15px;
}

.NEWbox_left_top_bot {
	background-image: url(/includes/images/NEWlefttopconerbotbig.gif);
	background-repeat: no-repeat;	
	width:15px;
	line-height:7px;
}
.NEWbox_top_bot {
	background-image: url(/includes/images/NEWtopsidebotbig.gif);
	background-repeat: repeat-x;
	line-height:7px;
}
.NEWbox_right_top_bot {
	background-image: url(/includes/images/NEWrighttopconerbotbig.gif);
	background-repeat: no-repeat;	
	width:15px;
	line-height:7px;
}
/******************************************/
body {
	margin: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	background-color:#ffffff;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
}
.All_text {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	list-style:disc;
	color:#000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0575f0;
	margin-top: 0;
}
/******************************************/
/* old */
/******************************************/
th {
	height: 22px;
}
.small {
	font-size: 10px;
}
.warning {color: #FF0000}
.message {
	color: #055cec;
	font-family:Arial, Helvetica, sans-serif;
}
/******************************************/
/* tab menu */
/******************************************/    
#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 0px solid white;
}
* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0;
}
#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 19px;
padding:0;
}
#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}
#slidetabsmenu a {
float:left;
background:url(/includes/images/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 11px;
text-decoration:none;
}
#slidetabsmenu a span {
float:left;
display:block;
background:url(/includes/images/tab-right.gif) no-repeat right top;
padding:2px 11px 2px 0px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#b75813;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
#slidetabsmenu a:hover span {
color:#e66a20;
}
#slidetabsmenu #current a {
background-position:0 -24px;
}
#slidetabsmenu #current a span {
background-position:100% -24px;
color:#6f3004;
}
#slidetabsmenu a:hover {
background-position:0% -24px;
}
#slidetabsmenu a:hover span {
background-position:100% -24px;
}
/******************************************/
/* horizontal menu */
/******************************************/
.indentmenu{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
width: 994px; /*leave this value as is in most cases*/
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #d86828; /*dark border*/
border-width: 1px 1px 1px 0;

background: black url(/includes/images/indentbg.gif) center center repeat-x;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color:#ce0702; /*text color*/
padding: 4px 16px;
text-decoration: none;
border-left: 1px solid #d86828; /*dark divider between menu items*/
}
.indentmenu ul li a:visited{
color:#c63002;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#793401 !important; /* text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 3px; /*shift text down 1px for selected and active item*/
background: black url(/includes/images/indentbg2.gif) center center repeat-x;
}
/******************************************/
/* page header */
/******************************************/
#header {
	width:995px; 
	margin: 0 auto 0 auto;
	background-color: #ec9853;
	padding-top: 35px;
}
/******************************************/
/* page footer */
/******************************************/

#footer {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	width: 995px;
	height: 100px;
	background-color: #222222;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
}
#footer a { color:#FFFFFF;}
#footer a:hover { text-decoration:none;}
#footer p { font-size: 11px}

/******************************************/
/* content */
/******************************************/
#pageheight {
	height:100%;
}
#content {
	border-right: 1px solid #d96a2a; 
	border-left: 1px solid #d96a2a; 
	width:993px; 
	margin: 0 auto 0 auto;
	clear:left;
}
.mainTable { padding-top: 12px;}
#leftColumn {
	background-color:#ec9853;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding-top:20px;
	padding-left:22px;
	padding-bottom:40px;
	width:160px;
	line-height:12px;
	min-height: 600px;
}
#leftColumn a {
	color:#FFFFFF;
	text-decoration:none;
}
#leftColumn a:hover {
	text-decoration: underline;
}
#mainColumn {
	padding:20px;
	vertical-align:top;
	line-height:16px;
}
#mainColumn li {
	padding-bottom:12px;
}
/***box_style****************************************/
/***box_table_cell****************************************/
.box_cell_2 {
	border-left: solid;
	border-left-color: #D6C9BA;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C9BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:0px;
	padding-bottom:0px;	
	padding-left:0px;
	background-color:#F9F3DF;
}
.box_cell {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #D6C9BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:0px;
	padding-bottom:0px;	
	padding-left:0px;
	background-color:#F9F3DF;
}
.box_cell_2_sm_text {
	border-left: solid;
	border-left-color: #D6C9BA;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C9BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:1px;
	padding-bottom:1px;	
	padding-left:0px;
	background-color:#F9F3DF;
}
.box_cell_sm_text {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #D6C9BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:1px;
	padding-bottom:1px;	
	padding-left:0px;
	background-color:#F9F3DF;
}
/*.MLtable_color_ML_top_big {
    background-color:#F9F3DF;		
}*/
/***top_part_table_header****************************************/
.box_top_side {
	background-image: url(/includes/images/topsidetopbig.gif);
	background-repeat: repeat-x;
	height:16px;
}
/***text_part_table_header****************************************/
.box_top_white_text_sm {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	background-color:#D39B64;
	font-style: normal;
	height:15px;		
}
.box_top_white_text_big {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	background-color:#D39B64;
	font-style: normal;	
	height:15px;	
}
.box_top_white_text_big_sep {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	background-color:#D39B64;
	font-style: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#e0bd9b;
	height:15px;	
}
.box_top_white_text_sep_sm {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	background-color:#D39B64;
	font-style: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#e0bd9b;
	height:15px;	
}
/***right_parts****************************************/
.box_right_top_coner {
	background-image: url(/includes/images/righttopconertopbig.gif);
	background-repeat: no-repeat;
	height:16px;
	width:15px;
}
.box_right_top_bot {
	background-image: url(/includes/images/righttopconerbotbig.gif);
	background-repeat: no-repeat;	
	width:15px;
	line-height:12px;
}

.box_right_top_side {
	background-image: url(/includes/images/righttopconertopbigside.gif);
	background-repeat: repeat-y;
	width:15px;
	
}
.box_right_side {
	background-image: url(/includes/images/rightside.gif);
	background-repeat: repeat-y;
	background-position:left;
	width: 15px;
}
.box_right_bot_coner {
	background-image: url(/includes/images/rightbotconer.gif);
	background-position:left;
	background-repeat:no-repeat;
	height: 20px;
	width: 15px;
}
/***left_top_corner_parts_table_header****************************************/
.box_left_top_coner {
	background-image: url(/includes/images/lefttopconertopbig.gif);
	background-repeat: no-repeat;
	height:16px;
	width:15px;
}
.box_left_top_bot {
	background-image: url(/includes/images/lefttopconerbotbig.gif);
	background-repeat: no-repeat;	
	width:15px;
	line-height:12px;
}
.box_left_top_side {
	background-image: url(/includes/images/lefttopconertopbigside.gif);
	background-repeat: repeat-y;
	width:15px;	
}
.box_left_side {
	background-image: url(/includes/images/leftside.gif);
	background-repeat: repeat-y;
	background-position:right;
	height: 20px;
	width: 15px;
}
.box_left_side_det {
	background-image: url(/includes/images/leftsideDet.gif);
	height: 20px;
	width: 15px;
}
.box_left_bot_corner {
	background-image: url(/includes/images/leftbotconer.gif);
	background-position:right;
	background-repeat:no-repeat;
	height: 20px;
	width: 15px;
}
.box_left_bot_coner_det {
	background-image: url(/includes/images/leftbotconerDet.gif);
	height: 20px;
	width: 15px;
}
/***bot_sides*****************************************/
.box_top_bot {
	background-image: url(/includes/images/topsidebotbig.gif);
	background-repeat: repeat-x;
	line-height:12px;
}
.box_bot_side {
	background-image: url(/includes/images/botside.gif);
	background-repeat:repeat-x;
	height: 20px;
}
.box_bot_side_det {
	background-image: url(/includes/images/botsideDet.gif);
	height: 20px;
}
/***calendar/*tab style****************************************/
.box_cal_cell {
    padding-left:8px; 
	border-left:#999999 1px solid; 
	border-right: #999999 1px solid;
}
.box_cal_right_side_blue {
	background-image: url(/includes/images/right_side_blue.gif);
	width: 15px;
}
.box_cal_left_side_blue {
	background-image: url(/includes/images/left_side_blue.gif);
	width: 15px;
}
.box_cal_right_side_yellow {
	background-image: url(/includes/images/right_side_yellow.gif);
	width: 15px;
	background-repeat: repeat-y;
	background-position:left;
}
.box_cal_left_side_yellow {
	background-image: url(/includes/images/left_side_yellow.gif);
	background-repeat: repeat-y;
	background-position:right;
	width: 15px;
}
.box_cal_left_side_yellow_w_line {
	background-image: url(/includes/images/left_side_yellow.gif);
	background-repeat: repeat-y;
	background-position:right;
	width: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C9BA;
	padding-left:2px;
}
.box_cal_table_2 {
	border-left: solid;
	border-left-color: #D6C9BA;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C9BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:1px;
	padding-bottom:1px;	
	padding-left:0px;	
}
.box_cal_table  {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #D6C9BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:1px;
	padding-bottom:1px;	
	padding-left:0px;
}
.box_cal_yellow_shaded {
	background-color: #eee1ac;
	font-size:11px;
}
/*******ora_hp(home page)/*tab style(orange_background)***************************************************************************/
.ora_hp_top_right_coner {
	background-image: url(/includes/images/ora_hp_top_right_corner.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 9px;
}
.ora_hp_top {
	background-image: url(/includes/images/ora_hp_top.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.ora_hp_top_left_coner {
	background-image: url(/includes/images/ora_hp_top_left_corner.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 9px;
}
.ora_hp_right_and_left_side {
	background-image: url(/includes/images/ora_hp_right_and_left_side.gif);
	background-repeat: repeat-y;
	width: 165px;
}
.ora_hp_bot_long {
	background-image: url(/includes/images/ora_hp_bot_long.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 165px;
}
/***OR_OR/* tab style ****************************************/
/*.ORleft_top_conerOR {
	background-image: url(/includes/images/ORleft_top_conerOR.gif);
}
.ORright_top_conerOR {
	background-image: url(/includes/images/ORright_top_conerOR.gif);
}
.ORtop_sideOR {
	background-image: url(/includes/images/ORtop_sideOR.gif);
}
.ORright_sideOR {
	background-image: url(/includes/images/ORright_sideOR.gif);
	background-repeat: repeat-y;
}
.ORleft_sideOR {
	background-image: url(/includes/images/ORleft_sideOR.gif);
	background-repeat: repeat-y;
}
.ORleft_bot_conerOR {
	background-image: url(/includes/images/ORleft_bot_conerOR.gif);
	background-repeat: no-repeat;
	height: 16px;
}
.ORright_bot_conerOR {
	background-image: url(/includes/images/ORright_bot_conerOR.gif);
	height: 16px;
	background-repeat: no-repeat;
}
.ORbot_sideOR {
	background-image: url(/includes/images/ORbot_sideOR.gif);
	background-repeat: repeat-x;
}*/

/***BD_BD/* tab style index text ****************************************/

.MediumOrange-Bold14 {
    color:#CC3300;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.MediumOrange-Bold {
    color:#CC3300;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
}
.MediumBlack-Bold {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
}
.styleNormalOrange-Bold {
    color:#CC3300;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}		
.styleRed-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.styleBlue-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0575f0;
	font-weight: bold;
}
.styleBlue-BoldVerdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0575f0;
	font-weight: bold;
}
.Orange_BIG_TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CC3300;
	font-weight:bold;	
}
.Blue_BIG_TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0575f0;
	font-weight:bold;
	margin-top:0px;	
}
.Blue_BIG_TEXT2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0575f0;
	font-weight:bold;
	margin-top:0px;	
}
.White_BIG_TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	font-weight:bold;
	margin-top:0px;	
}
.styleMedium-Blue {
    color:#0575f0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}	
.photo_contest_text_box {
	border: 1px solid #770039;
	color:#CC3300;
	background-color:#EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.photo_contest_text_box_bold {
	color:#CC3300;
	background-color:#EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.photo_contest_box_border {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f05800;
	border-right-color: #f05800;
	border-bottom-color: #f05800;
	border-left-color: #f05800;	
}
.IMPORTANT {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
/*****SEP-LINE***and***LINKs**********************************/
.sep_line_hp {
	background-image: url(../includes/images/sep_line_hp.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left:1px;
	
}
.sep_line_hp a {
	text-decoration:none;
	color:#0575F0;
}
.sep_line_hp a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
/************************************************/
.orange_dot {
	background-image: url(../includes/images/orange_dot_hp.gif);
	background-repeat: no-repeat;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-position: center center;
}
.orange_dot1 {
	background-image: url(../includes/images/orange_dot_hp.gif);
	background-repeat: no-repeat;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
	padding-right:8px;
	background-position: center center;
}
.blue_text_hp { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0575f0;
	line-height:20px;
}
.border_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d86828;
}
.BD_BIG_TEXT2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C20861;
	font-weight:bold;
	margin-top:0px;	
}
.Bordo-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C20861;
}
.Bordo-Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C20861;
}
/*********link***************************/
.link_Uppercase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;	
}

.link a {
	text-decoration:underline;
	color:#0575F0;
}
.link a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
/****************************************/
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.link a {
	text-decoration:none;
	color:#0575F0;
	text-decoration:underline;
}
.link a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
.link a:visited {
	color:#800080;
}
/****************************************/
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.link2 a {
	text-decoration:none;
	color:#055cec;
	text-decoration:underline;
}
.link2 a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
.link2 a:visited {
	color:#800080;
}
/****************************************/
.link3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.link3 a {
	text-decoration:none;
	color:#055cec;
	text-decoration:underline;
}
.link3 a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
.link3 a:visited {
	color:#800080;
}
/******************************/
.link_bd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;		
}

.link_bd a {
	text-decoration:none;
	color:#c20861;
	text-decoration:underline;
}
.link_bd a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
.link_bd a:visited {
	color:#800080;
}
/******************************/
.link_blue { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.link_blue a {
	text-decoration:none;
	color:#055cec;
	text-decoration:underline;
}
.link_blue a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
/******************************/
.white_med {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
/******************************/
.white_menu_text {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
}
.blue_ribbon {
	background-image: url(../includes/images/blue_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.green {
	color: #009900;
	font-weight: bold;
}
.green2 {
	color: #1285ab;
	font-weight: bold;
}
