@import url("css/insidemenu.css");

/* CSS Document */
body {background:#ffffff url(images/white-bgd-flower-light.jpg) no-repeat top left; height:100%; margin:0px; padding:15px;  }

/*-------- Default Style --------*/
th,td,div{color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
a,a:link,a:visited,a:active{color:#666666; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
a:hover{color:#000000; text-decoration:none; }

/*-------- design style --------*/
.template_style{width:860px; margin: 0 auto; background:#971505 url(images/red-bgd-flower.jpg) no-repeat top left; }

.template_style_content{width:860px; margin: 0 auto; background:#ffffff url(images/content-page-bgd.jpg) no-repeat top left; }

.top_space{height:20px;}
.lang_pad{padding:17px 35px 0px 0px right bottom;}

.logo_left{padding:0px; margin:0px; height:150px;}
.logo_right{padding:1px; margin:0px; height:150px;}
.logo_top_bg{padding:0px;height:1px;}

.logo_pad{ margin: 30px 50px 0x 0x; padding: 15px ;height:150px; float:right;}

.menu_bg{padding:0 0 0 6px;  margin: 0 1px 0 1px; height:37px;}


.menu_style{float:right; padding:0px; font-size:9;}

#search_style{float:right; padding:0px 0px 0px 0px  right;}
.search_bg{float:right; padding:0px 0px 0px 0px  right;}
.search_bg Input{color: #43494D;}



.bread_bg{padding:0px; margin: 0 19px 0 7px; background:#ffffff; height:24px;}
.bread_left{padding:0px; margin:0px; background:#ffffff;}
.bread_right{padding:0px;  background:#ffffff;}


#login_style{ float:right; padding:8px 17px 0px 10px; }
#bread_style{ float:right; padding:8px 0px 0px 17px; color:#908AA5; font-size:9px; }

.center_bg{padding:0px; margin:0px;}
.left_bg{padding:0px; margin:0px;}
.right_bg{padding:0px; margin:0px;}
.content_pad{padding:0px 0px 0px 2px; margin: 0px 19px 0px 0px;}

.bot_left{padding:0px; margin:0px; background:#996600;}
.bot_right{padding:0px; margin:0px; background:#996600;}
.bot_bg{padding:5px; margin:0px; background:#996600;height:41px; font-size:9px;}

.bot_pad{margin-bottom:20px;padding:0 30px 0 2px;}
#terms_style{float:left;}
#copy_style{float:right;}

.clear_float{clear:both;}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0x 0x 0px 0px; margin:0px 0px 50px 0px; }
.LeftPane{ padding:0px; width:200px; margin:0px; background:#url(images/spacer.gif) no-repeat top;}

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#666666; font-size:10px; }
a.Breadcrumb:hover{color:#ab3a66;}

/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:normal; color:#ffffff; font-size:11px; text-transform:none; }
a.links:hover{color:#ffffff;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#ffffff; font-size:10px; font-weight:bold;}
a.user:hover{color:#ffcc33;}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 200px; height: 20px; border: solid 1px #e0e0e0; position:absolute; right:35px; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0px 5px; position:relative; display: block;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0px; width:130px; height:18px; margin-left:3px;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; font-size:12px; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}

/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffcc00;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}



































