﻿body
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	
}

td
{
   vertical-align: top;
}

td.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}

hr
{
   color: #b45d16;
}

#container
{
   background-color: #BBB082;
}

#container2
{
   background-color: #BBB082;
   margin-right: 200px;
}

#header
{
	background-position: center;
	padding: 0px;
	margin: 0px;
	height: 184px;
	background-image: url(images/Header.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-color: #2E2E2E;
	
}

#headersilce
{
	padding: 0px;
   margin: 0px;
   width: 100%;
   height: 184px;
   background-image: url(images/HeaderSlice.gif)
}

#headerwide
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 130px;
	background-color: #2E2E2E;
}

#rightcolwide
{
	position: absolute;
	top: 130px;
	right: 0px;
	width: 200px;
	color: #990000;
	background-color: #BBB082;
	font-size: 13px;
	font-family: Tahoma;
	margin-right: 10px;
}	
#viewbar
{
	padding: 0px;
	height: 50px;
	top: 154px;
	width: 100%;
	position: absolute;
	text-align: center;
}

#header2
{
   padding: 0px;
   margin: 0px;
   width: 780px;
   height: 184px;
   background-image: url(images/Header2.gif);
}

#headermenu
{
	position: relative;
	top: 153px;
	
	
	padding: 2px 2px 2px 2px;
	background-color: #BBB082;
}



#breadcrumb a
{
   color: Yellow;
}

#footermenu
{
	text-align: center;
	padding-top: 10px;
	background-color: #2E2E2E;
}

#footertext
{
   text-align: center;
   padding-top: 3px;            
}
#boxbody
{
	border: thin solid #D45951;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	background-color: #64656A;
}

#boxheader
{
	border: thin solid #D45951;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	background-color: #983D3A;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}

#bannerbox a
{
   font-size: 10px;
   text-decoration: none;
   color: black; 
}

#loginbox
{
   position: absolute;
   top: 16px;
   right: 10px;
   width: 180px;
   height: 80px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
}

#loginbox input
{
   color: red;
   border-color: red;
   background-color: #f7d582;
   font-size: 10px;
}

#themeselector
{
   position: absolute;
   text-align: right;
   top: 153px;
   right: 10px;
   width: 180px;
   height: 80px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
}

#themeselector select
{
   color: black;
   background-color: #e1e1e1;
   font-size: 10px;
}

#welcomebox
{
   font-size: 12px;
   text-align: right;
}

#footer
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 62px;
	
	background-color: #2E2E2E;
}
        
#leftcol
{
   position: absolute;
   top: 184px;
   left: 0px;
   width: 200px;
   background-color: #BBB082;
   font-size: 10px;
}

#leftcol div.text
{
   padding: 6px 6px 6px 6px;
   text-align: justify;
}

#leftcol div.alternatetext
{
   padding: 6px 6px 6px 6px;
   background-color: #e1e1e1;
   text-align: justify;
}

#leftcol div.sectiontitle, #leftcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}



#centercol
{
	position: relative;
	margin-left: 200px;
	padding: 0px;
	background-color: #E8DBA7
}
#centercolwide
{
	position: relative;
	padding: 0px;
	background-color: #E8DBA7

}

#centercolcontent
{
	padding: 6px 15px 15px 6px;
	background-color: #E8DBA7;
}

#centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span
{
   font-weight: bold;
   font-size: larger;
   color: #b45d16;
}

#centercolcontent div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

#maintxt
{
	padding: 15px 10px 5px 10px;
	font-family: tahoma;
	direction: rtl;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}

#rightcol
{
	position: absolute;
	top: 184px;
	right: 0px;
	width: 200px;
	color: #990000;
	background-color: #BBB082;
	font-size: 13px;
	font-family: Tahoma;
	
}


#login
{
	padding-top:15px;
	font-family: tahoma;
	direction: rtl;
	font-size: 12px;
	width:100%;
 }

 
#rightcol a
{
   color: Yellow;
}

#rightcol div.text
{
   padding: 6px 6px 6px 6px;
   text-align: justify;
}

#rightcol div.sectiontitle, #rightcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #706a6a;
   color: #f7b76b;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

.footermenulink
{
   font-family: Arial, Serif;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;        
}

.footermenulink a
{
   text-decoration: none;
   color: black; 
}

.headermenulink
{
   font-family: Impact;
   font-size: 17px;
   text-transform: uppercase;        
}

.headermenulink a
{
   text-decoration: none;
   color: black; 
}

.headermenulink a:hover
{
   text-decoration: underline overline;
   color: black; 
}

.highlight
{
   background-color: #fefbd2;
   color: #000080;
}

.highlightcity
{
   background-color: #df2e05;
}

.highlightstate
{
   background-color: #f4c977;
}

.highlightcountry
{
   background-color: #818689;
}

.articlebox
{
   background-color: #fefef0;
   color: #b45d16;
   border: dashed 1px #995117;
   padding: 6px 6px 6px 6px;
   font-size: smaller;
}

.articletitle
{
   font-size: 18px;
   font-weight: bold;
   color: #995117;
   text-decoration: none;
}

.articleabstract
{
   padding-top: 6px;
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}

.pollbox
{
   font-size: 11px;
}

.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color: red;
   font-size: 4px;   
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}

.newsletterbox
{
   font-size: 11px;
}

.newsletterboxcontent
{
   padding: 6px;
}

.postinfo
{
   background-color: #f9eaa6;
   font-weight: bold;
   text-align: center;
}

.posttitle
{
   padding: 3px;
   margin-bottom: 10px;
   background-color: #f09d35;
   color: black;
   font-weight: bold;
}

.postbody
{
   padding: 3px;
}

.shoppingcartbox
{
   font-size: 11px;
}

.shoppingcartboxcontent
{
   padding: 6px;
}

#menu-wrap
{
	background: #2E2E2E;
	
}

#menu
{
	height: 50px;
	position: relative;
	top: 154px;
	text-align: center;
	left: 200px;
	background-color: #2E2E2E;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li
{

	text-align: center;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first a {
	background: #983D3A;
	border: 1px #D45951 solid;
}



#inputtable
{
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	width: 90%;
	caption-side: bottom;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 1px;
	empty-cells: show;
}
.table
{
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

#ddlGroups
{
	text-align: right;
}

#inputpanel
{
	padding: 10px 15px 5px 5px;
	font-family: Tahoma;
	font-size: 11px;
	position: relative;
	width: 100%;
	float: right;
}

