﻿html {
	margin: 0px;
	padding: 0px;
}

body
{
    margin: 0;
    padding: 0;
    color: #3f3f3f;
    background: #2C3139 url(../images/bg-tile.gif);
}

body,td,input,select
{
    font: 11px Tahoma;
}

input
{
    direction: ltr;
}

a
{
    text-decoration: none;
    color: #40608C;
}

a:hover
{
    text-decoration: underline;
    color: #2D405B;
}

.seperator
{
    clear:both;
    height:10px;
    border-bottom:dashed 1px #b0c29b;
    margin: 0 auto 14px auto;
    width: 500px;
}

.forceLTR
{
    direction: ltr;
}


h3, h4, h5
{
    margin: 0;
    padding: 0;
}

#container
{
    background-color: #EBF4D9;
    width: 720px;
    margin: 0 auto;
    position: relative;
}

#header
{
    height: 120px;
    background:#40608C url(../images/head-bg.png) repeat-x top;
}

#header h1, #header h2
{
    position: absolute;
    margin:0;
    padding: 0;
}

#header h1
{
    width: 200px;
    background: url(../images/logo.png) no-repeat left top;
    left: 30px;
    top: 11px;
    height: 66px;
}

#header h2
{
    width: 300px;
    background: url(../images/head-right.png) no-repeat left top;
    right: 0px;
    top: 4px;
    height: 73px;    
}

#header span, #header span
{
    display: none;
}

/*  Nav Style
-------------------------------------------------------- */
#nav {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 700px;
    direction: rtl;
}

#nav a {
	display: block;
	color: white;
	line-height: 26px;
}

#nav a:hover, #nav li.active a {
    color: darkgray;
    text-decoration: none;
}

#nav ul, #nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#nav li {
    position: relative;
	display: block;
	float: right;	
	margin:0 10px 0 0;
	padding: 0 12px 0 0;
	background: url(../images/3dots.gif) no-repeat right center;
}

#nav li ul {
	position: absolute;
	display: none;
	background-color: #2F435F;
	border-bottom: solid 5px #346DA2;
	width: 150px;
	right: 0;
}

#nav li ul li {
	margin: 0;
	width: 150px;	
	border-bottom: solid 1px #346DA2;
	background-image: none;
	padding: 0;
}

#nav li ul li a {
	padding: 0 10px;
}

#nav li ul li a:hover {
	color: #000;
	background-color: #AAD6FD;
}

#nav li:hover ul, #nav li.sfhover ul {
	display:block;
}

/* Footer Style
-------------------------------------------------- */
#footer
{
    clear: both;
    background: #CEDEBA url(../images/footer-dots.gif) repeat-x top;
    direction: rtl;
    padding: 5px 10px;
    color: #59634C;
    text-align: left;
    margin-top: 10px;
}

/* Content Style
--------------------------------------------------- */
#content
{
    direction: rtl;
    padding: 0 15px 10px 15px;
    min-height: 450px;
    line-height: 16px;
}

#content table
{
    font-size: 0.8em;
}

/* Login Control
--------------------------------------------------- */
div#login
{
    border: solid 1px #B5C7DE;
    background-color: #EFF3FB;
    padding: 5px;
    margin: 100px 200px 200px 0 ;
}

div#login h3
{
    font-size: 1em;
    color: White;
    text-align: center;
    background-color: #507CD1;
    padding: 1px 0 3px 0;
    margin-bottom: 4px;
}

/* Grid Style
---------------------------------------------------- */
.grid
{
    background-color: #fff;
    margin: 0 auto 20px auto;
    border: solid 1px #9495A2;
}

.grid caption
{
    font-size: 12px;
    font-weight: bold;
    background: #757495 url(../images/table-caption.png) repeat-x top;    
    margin: 0 auto;
    padding: 4px 10px 5px 0;
    text-align: right;
    color: White;
    border-top: solid 1px #9495A2;
}

.grid .pager
{
    background: #757495 url(../images/table-caption.png) repeat-x top;
}

.grid .pager td
{
    padding: 0;    
    border-width: 0;
}

.grid .pager a, .grid .pager td span
{
    color: White;
    display: block;
    padding: 0 4px 1px 2px;
    width: 10px;
    margin: 2px 2px 0 0;
}

.grid .pager a:hover
{
    background-color: Gray;
}

.grid .pager td span
{
    font-weight: bold;
    color: #555;
    text-decoration: underline;
}

.grid td
{
    padding: 0px 4px 2px 2px;  
    border: solid 1px #e6e6e6;
}

.grid .alt
{
    background-color: #F6F6F8; 
}

.grid .sel
{
    background-color: #ffeec2;
}

.grid .sel td
{
    border-left: solid 1px #ffeec2;
}

.grid th
{
    height: 15px;
    
    text-align: right;
    border-left: solid 1px #D0D1DF;
    background: #CCCDDB url(../images/tableHead.gif) repeat-x top; 
}

.grid th a
{
    color: #3f3f3f;
    display: block;
    padding: 2px 2px 2px 10px;
}

.grid th.descending a
{
    background: url(../images/table-Desc.gif) no-repeat 2px center; 
}

.grid th.ascending a
{
    background: url(../images/table-asc.gif) no-repeat left center; 
}

.grid th a:hover
{
    color: #3f3f3f;
}

.grid input
{
    border-width:0;
    background-color: Transparent;
    cursor: pointer;
    color: #276490;
    font: 11px Tahoma;
    padding: 0;
    margin: 0;
}

.grid input:hover
{
    color: #608EEA;
}

/* Update Progress
--------------------------------------- */
#updatePrg
{
    position: absolute;
    top: 80px;
    left: 5px;
    width: 30px;
    height: 18px;
    color: White;
    padding: 5px 0 0 20px;
    background: url(../Images/spinner.gif) no-repeat left center;
}

/* DateTime Picker
------------------------------------------- */
.datetimePicker
{
}
.datetimePicker input
{
    width: 100px;
    height: 12px;
    padding: 0 0 2px 0;
    margin: 0;
    direction: ltr;
    text-align: center;
    color: #999;
    background-color: #f5f5f5;
    border: solid 1px #7F9DB9;
}

.datetimePicker img
{
    margin-bottom: -4px;
    cursor: pointer;
}

/* Fieldset Style
-------------------------------------- */
.fieldset
{
    padding: 5px 10px;
    border: solid 1px #B0C29B;
    background: url(../images/legendBg.png) repeat-x center;
}

.fieldset h3
{
    font-size: 1em;
    background-color: #B0C29B;
    margin: -3px -8px 2px -8px;
    color: #fff;
    padding: 0 0 1px 0;
    text-align: center;
}

.sepline
{
    width: 350px; 
    height: 1px; 
    border-bottom: dashed 1px #B0C29B;
}