﻿@import url(../../Containers/Simple_No_Border/style.css);
@import url(../../Containers/Board3/style.css);
@import url(../../Containers/Check_Back/style.css);
@import url(../../Containers/Check_Back_2/style.css);
@import url(../../Containers/News_Latest_Fa/Style.css);
@import url(../../Containers/Pic_Day/Style.css);
@import url(../../Containers/Simple/Style.css);

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: small;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	background-color: #f6f6f6;
}

#container
{
	width: 750px;
	margin: 0 auto 0 auto;
	padding:0 5px;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	position: relative;
	background-color: #fff;
}

#intro {
	padding: 0px;
	margin: 0px;
}

#pageHeader
{
	background: transparent url(Logo_Tile.gif) top left repeat-x;
	height: 100px;
	padding: 0px;
}

#pageHeader h1 {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 378px;
	height: 100px;
	background: transparent url(Logo_Left.jpg) top right no-repeat;
}

#pageHeader h1 span {
	display: none;
}

#pageHeader h2 {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 370px;
	height: 75px;
	background: transparent url(Logo_Right.gif) top right no-repeat;
}

#pageHeader h2 span {
	display: none;
}

#bodyText
{	
	margin: 25px 0px 0px 0px;
	border-left: #cccccc 1px solid;		
	width: 750px;
}

#Home #bodyText
{
	border-left: #cccccc 0px solid;	
}

#Forms #bodyText
{
	border-left: #cccccc 0px solid;	
	background: url(dotted.gif) top left repeat-y;
}

#mainMenuPane
{
	float: right;	
	width: 120px;
	border-left: #666666 1px solid;	
}

#leftPane
{
	float: left;
	width: 200px;	
	padding-right: 10px;
	padding-left: 10px;
}

#Forms #leftPane
{
	width: 0px;	
	padding-right: 0px;
	padding-left: 0px;
}

#Home #leftPane
{
	width: 270px;
	padding-right: 0px;
	padding-left: 0px;
}

#topMenuPane
{
	right: 0px;
	position: absolute;
	top: 82px;
	z-index: 10000;
}

#topMenuPane a
{
	font-weight: bold;
	font-size: 11pt;
	color: whitesmoke;
	font-family: Arial;
	text-decoration: none;
}

#topMenuPane a:hover
{
	text-decoration: underline;
}

#searchPane
{
	right: 600px;
	position: absolute;
	top: 72px;
	width: 180px;
	z-index: 10;
}

#topPane
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	width: 608px;
}

#contentPane
{
	border-left: #CCCCCC 1px solid;	
	float: right;
	width:375px;
	padding-left: 20px;
	padding-right: 12px;
	border-right: #666666 1px solid;	
	margin-right: -1px;
}

#Home #contentPane
{
	border-left: #CCCCCC 0px solid;	
	width:325px;
	padding-left: 15px;
}

#Forms #contentPane
{
	border-left: #CCCCCC 0px solid;	
	width:600px;
	padding-left: 0px;
}

#footerPane
{
	clear: both;
	width: 628px;
	text-align: center;
}

#footerPane a
{
	text-decoration: none;
}

#footerPane a:hover
{
	text-decoration: underline;
}

#langChangePane
{
	right: 660px;
	position: absolute;
	top: 0px;
	width: 120px;
	color: White;
	font-size: 6pt;
	padding-top: 2px;
	direction: ltr;
}

#langChangePane a
{
	font-size: 8pt;
	color: White;
	text-decoration: none;
	padding: 3px;
}

#langChangePane a:hover
{
	text-decoration: underline;
}

#lostmodules
{
	clear: both;
	float: none;
	background-color: red;
}

#mainMenuPane ul
{
	font-family: Tahoma;
	font-size: 8pt;
	padding: 0px;
	margin: 0px 2px 0px 0px;
	list-style-type: none;
}

#mainMenuPane ul li a
{
	font-weight: bold;
	font-size: 8pt;
	color: #990000;
	margin-top: 15px;
	text-decoration: none;	
	height: 10px;
	display: block;
}

#mainMenuPane .h
{
	visibility: hidden;
	margin-top: -15px;
}

#mainMenuPane ul li ul li a
{
	font-weight: normal;	
	padding: 0px;	
	margin-top: 4px !important;
	margin-top: -2px;
	color: #003399;
	text-indent: 8px;
	background-image: url(../../../Images/dot.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#mainMenuPane ul li ul li .d
{
	color: dimgray;
	font-weight: normal;	
	text-decoration: none;
	padding: 0px;
	
}

#mainMenuPane ul a:hover
{
	text-decoration: underline;
}

.ServerDateTime
{
	font-size: 10px;
}
a img { border:none; }