@import url("css/menu.css");

/* CSS Document F4EDE1 F4F2EB 73654A */
body
{
	background: #DADC9D url(images/body_bg.png) repeat-x;
	/* background: #F4EDE1 url(images/lotd2_mainBG.jpg); */
	/* background-color:#DADC9D; /* LightGoldenrodYellow PaleGoldenrod; */
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/*-------- Default Style --------*/
th,td,div
{
	color:#5C3A16; 
	font-family:Verdana; 
	font-weight:normal;
}
a,a:link,a:visited,a:active
{
	color:#554433; 
	text-decoration:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal;
}
a:hover{color:#554433; text-decoration:none; }

/*-------- design style 1100px--------*/
.template_style{width:640px; margin:auto;}

/* LOGO STYLE ALL HORIZONTAL CONTAINER */
.logo_pad{margin: 0px 6px 0 6px; padding:0 ;height:33px;}

/* LOGO STYLE ALL HORIZONTAL CONTAINER */
.TopBannerPane{background:#transparent; padding:0px; margin:0px;}

.menu_bg{margin: 0px 7px 0px 7px; height:34px;}
.menu_style{float:left;}

/* login_style STYLE */
.login_language_style{float:right; padding:10px 0px 0px 0px;}

#bread_style{ float:left; padding:8px 0px 0px 17px; color:#000000; font-size:12px; }
#login_style{ float:right; padding:8px 17px 0px 10px; }

/* You are here : XXXX                                    FCFAEA                                   Register | Login */
.bread_bg{padding:0px; margin: 0 0px 0 0px; background:#transparent; height:30px;}

.center_bg{padding:0px; margin:0px;}
.left_bg{padding:0px; margin:0px; background:url(images/left_bg.png) repeat-y top left;}
.right_bg{padding:0px; margin:0px; background:url(images/right_bg.png) repeat-y top right;}

/* CONTENT ALL PANES HOLDER STYLE */
/* .content_pad{padding:10px 22px 10px 22px; margin: 0 7px 0 7px; background:#FFF url(images/center_bg.png) repeat-x bottom left;} */
.content_pad{padding:10px 22px 10px 22px; margin: 0 7px 0 7px; background:transparent;}

.bot_left{padding:0px; margin:0px; background:url(images/bot_left.png) no-repeat top left;}
.bot_right{padding:0px; margin:0px; background:url(images/bot_right.png) no-repeat top right; padding:0px 27px 0px 27px;}
/*
.bot_bg{padding:0px; margin:0px; background:url(images/bot_bg.png) repeat-x top left; height:41px;}
*/
.bot_bg{padding:0px; margin:0px;height:41px;}

.bot_pad{margin-bottom:20px;padding:0 30px 0 20px;}

#terms_style{float:left;}
#copy_style{float:right;}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 10px 0px 0px; width:10em; margin:0px; }
.RightPane{ padding:0px 0px 0px 10px; width:10em; margin:0px; }

/*------------ Breadcrumb Style : You are here : XXXX --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#554433; font-size:13px; }
a.Breadcrumb:hover{color:#000000;}

/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#554433; font-size:11px; text-transform:uppercase; }
a.links:hover{color:#000000;}

/*-------------- User Style : Register | Login 554433--------------*/
.user,a.user:link,a.user:active,a.user:visited
{
	color:#FFFFFF; 
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase; 
}
a.user:hover
{
	color:#FFFFFF;
}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited { color:#554433; font-size:12px;}
a.footer:hover{color:#FFFFFF;}

/*-------------- 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:150px; 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: #5C3A16;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #6B4319;
}

/* 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: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #5C3A16;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #6B4319;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #6B4319;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #6B4319;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

/* ====================================================================================================================== */

