﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul,span, li, dl, dt, dd, td, form,  a, img, address {
     margin: 0px;
     padding: 0px;
     border: 0px;
     font-family:Verdana,Tahoma,Garamond;
}

body
{
	font-size:.8em;
}




p
{
	font-size:.7em;
}

h1, h2, h3, h4, h5, h6 {color:#942727;}

a:hover
{
	text-decoration:none;
}

.AdminForm
{
	
}


.MandatoryMark
{
	color:Red;
}

.GridAdminSections
{
	background-color:#bfbfbf;
	font-size: 8pt;
	margin-top:10px;
}

.GridAdminSections TH
{
	background-color:Gray;
	color:White;
	padding:5px;
}
.GridAdminSections TH a
{
	color:White;
	text-decoration:none;
}
.GridAdminSections TH a:hover
{
	color:White;
	text-decoration:underline;
}

.GridAdminSections TD
{
	background-color:White;
	padding:5px;
}

.GridAdminSections TR.Alternate TD
{
	background-color:#f5f5fd;
	padding:5px;
}


/* Styles for Admin Menu*/
.Wrapper
{
	background-color:#383435;
}
.WrapperInner
{
	width:950px;
	margin:auto;
}

.WrapperInner h1
{
	color:#e4e4e4;
	margin-left:10px;
	font-size:14pt;
}
.MenuHeadingBg
{
	background-color:#555152;
}

.WrapperInner Div.AdminMenu
{
	background-color:#686264;
	min-height:20px;
	padding:2px;
	margin-top:5px;
}

.LeftMenu
{
	float:left;
}
.RightMenu
{
	float:right;	
}

.AdminContentContainer
{
	margin-top:20px;
}

ul.MenuList
{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:10px;
}

ul.MenuList li
{
	float:left;	
	margin-right:10px;
	position:relative;
	text-align:center;
	min-width:80px;
	background-color:#777274;
	padding:2px;
}

ul.MenuList li a
{
	font-size:13px;
	color:White;
	text-decoration:none;
	background-color:inherit;
	display:block;
	white-space:nowrap;
}
ul.MenuList li:hover
{
	background-color:#eeece1;
}
ul.MenuList li:hover a
{
	color:Red;
	border:none;
}

ul.MenuList li:hover ul
{
	display:block;
}

ul.MenuList li ul
{
	display:none;
	background-color:#eeece1;
	position:absolute;
	left:0px;
	top:100%;
	width:180px;
	padding:5px;
	
}
ul.MenuList li ul li
{
	float:none;
	background-color:#e0ded1;
	display:block;
	margin-right:0px;
	margin-bottom:1px;
	text-align:left;
	padding:5px;
	padding-left:5px !important;
}
ul.MenuList li ul li a
{
	color:#000033 !important;
	font-size:12px;
}

ul.MenuList li ul li:hover
{
	background-color:#f7eebc;
}
ul.MenuList li ul li:hover a
{
	color:#000033 !important;
	font-size:12px;
}



.Admin_MenuHolder Div
{
	background-color: #F9F9F9;
	padding-left:10px;
	
	border-bottom:solid 1px #e0e0e0;
	border-right:solid 1px #e0e0e0;
	border-left:solid 1px #e0e0e0;
	font-size:.85em;
	padding-top:5px;
	padding-bottom:5px;
	table-layout:fixed;
	white-space:nowrap;
	
}
.Admin_MenuHolder Div:hover
{
	background-color: #f0f0f0;
	padding-left:10px;
	
	border-bottom:solid 1px #e0e0e0;
	border-right:solid 1px #e0e0e0;
	border-left:solid 1px #e0e0e0;
	font-size:.85em;
	padding-top:5px;
	padding-bottom:5px;
	table-layout:fixed;
	white-space:nowrap;
	
}

.Admin_MenuHolder Div.Admin_SectionSeperator
{
	color: #2F5879;
	font-size: .85em;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 5px;
	border-bottom: solid 1px steelblue;
	border-right:none;
	border-left:none;
	background-color: White;
}

.Admin_loginHolder
{
	width:300px;
	margin:100px auto ;
	
}

.Widgets
{
	border:dotted 1px #e4e4e4;
	padding-left:5px;
}

.Widgets *
{
	margin-top:0px;
}

/*
	Rakesh Verma [15 Aug 2010] - For Content flow
*/
.Seperator
{
	clear:both;
}

.ContentFlow
{
	list-style:none;
	margin-bottom:5px;
	margin-top:5px;
}

.ContentFlow li
{
	float:left;
	margin-right:10px;
	margin-top:0px;
}
