﻿
/* [General] */
body {
	background: #5387ac url(/App_Themes/Sheo/Main/bk_gradient.jpg) repeat-x;
	cursor: default;
	direction: rtl;
	font: 11px tahoma;
	margin: 0;
	padding: 0;
}
a {
	color: #7798cb;
	text-decoration: none;
}
a:hover {
	color: #f73a3a;
	text-decoration: none;
}
.no-margin-bottom {
	margin-bottom: 0;
}

/* [Banner] */
.Banner_MainTop {
	background: url(/App_Themes/Sheo/Main/banner_top.jpg) no-repeat;
	height: 226px;
	width: 960px;
}




#Content 
{
	background-color: White;
	width: 960px;
	display: inline-block;
	position:relative;
	padding-top: 20px;
}
/* [Footer] */

#footerBottom{
	margin: 0 auto;
	background: url(/App_Themes/Sheo/Main/footer_bk.jpg) no-repeat;
	color: #847f7f;
	direction: ltr;
	display: block;
	font: 10px Tahoma;	
	height: 88px;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 20px 20px 0 20px;
	width: 920px;
	#width: 960px;
}

#footerTop {
	background-color:#f9f9f9;
	display:inline-block;
	position: relative;
	width: 900px;
	#width: 960px;
	font-size: 8pt;
	text-align:center;
	padding: 20px 50px 20px 10px;
	font-family:Tahoma;
}

#footerBottom .part-left {
	float: left;
}
#footerBottom .part-right {
	float: right;
	padding-top: 10px;
}
#footerBottom a {
	color: #7798cb;
	text-decoration: none;
	
}
#footerBottom a:hover {
	color: #f73a3a;
	text-decoration: none;
}
#footerBottom .space {
	color: #ded8d8;
}

.FooterMenuItems 
{
    font-size:12px;
    color:Grey;
    line-height:22px;
}
.FooterMenuTitle
{
    font-size:14px; 
    color:Black;
    line-height:38px;
}


/* [Textbox and Button] */
input, textarea, select  {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	color: #828282;
	font: 11px Tahoma;
    padding: 4px;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border: 1px solid #adadad;
	color: #555a5a;
}
#contact-form .buttons {
    clear: both;
}
input#sendit , #contact-form input#sendit {
	background: #f0f0f0;
	cursor: pointer;
    float: left;
	margin-top: 3px;
	width: 70px;
}
#contact-form input#sendit:hover {
	background: #f8f8f8;
	border: 1px solid #a7a6a6;
	color: #0b031a;
}

.button, .button:hover {
	display:inline-block;		
	background: url(/App_Themes/Sheo/Main/btnSprite.gif) 0 0 no-repeat;
	color: #afafaf;
	cursor: pointer;
	font: 11px Tahoma;
	height: 24px;
	text-align: center;
	padding-top: 4px;
	text-decoration: none;
	width: 84px;

}
.button:hover {
	background: url(/App_Themes/Sheo/Main/btnSprite.gif) 0 -34px no-repeat;
	color: #9d9b9b;
}

#sidebar 
{
/*	background-color:#FF0000; */
	display: block;
	float: left;
	width: 190px;
	padding-left:30px;	
}
#tblSide
{
/*	background-color:#FF0000; */
	display: block;
	float: Right;
	width: 700px;
	padding-left:30px;	
	#padding-left:20px;
}
#main-content 
{
/* background-color:#0000FF; */
	display: block;
	float: right;
	width: 699px;
	padding-right:20px;
	#padding-right:10px;
}


.Titles
{
	color: #7798cb;
	font-size:10pt;
}

.TextBox200px
{
	font-family : Tahoma;
	border: 1px solid #e5e5e5;
	background-color:#ffffff;
	width:200px;
	margin-bottom: 0px;
}

.TextBoxMultiLine200px100px
{
	font-family : Tahoma;
	background-color:#ffffff;
	border-width:1px;
	border-color:#e5e5e5;
	border-style:solid;	
	width:200px;
	height:100px;
}


