﻿body
{
	background-color: #eeeeee;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-align: center;
	background-image: url('/Images/BG.jpg');
	background-repeat: repeat-x;
}

select
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

div
{
	display: inline-block;
}

table
{
	display: inline-block;	
}

.Title
{
	font-size: 13px;
	font-weight: bold;
}

.pageNav
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.pageHeader
{
	padding: 5px 0px 5px 0px;
	border-bottom: dotted 2px #999999;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

input
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}

textarea
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}

.MasterPage
{
	color: White;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #225280;
}

a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

td
{

}

img
{
	padding: 0px 0px 0px 0px;
}

.formLayoutTable td
{
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	background-color: #EEEEFF;
	white-space: nowrap;
}

.adminGrid
{
	border-style: solid; border-width: 1px; border-color: #000066; 
}

.adminGrid th
{
	color: White;
	background-color: #000066;
	background-image: url('/Images/AdminThBG.gif');
	background-repeat: repeat-x;
	border-width: 1px;
	border-bottom-color: #000066;
	border-top-color: #000066;
	border-left-color: #000066;
	border-right-color: #000066;
	white-space: nowrap;
}

.adminGrid td 
{ 
	border-width: 1px;
	border-bottom-color: #000066;
	border-top-color: #000066;
	border-left-color: #000066;
	border-right-color: #000066;
} 

.adminDetail
{
	border-width: 1px;
	border-style: solid;
	border-color: #000066;
	background-color: #EEEEFF;
	padding: 15px 15px 15px 15px;
}

.adminDetail a
{
	font-size: 11px;
}

.adminList a
{
	font-weight: normal;
}


.ilButton td
{
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.pageTitle td
{
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.titleBar {background-image:url('/Images/PageTitle.gif'); background-repeat:no-repeat; }
.titleBar.Print  { background-position: 0 0px; background-repeat: no-repeat; height: 16px; width: 16px; }
.titleBar.AddNew { background-position: 0 -16px; background-repeat: no-repeat; height: 16px; width: 16px; }
.titleBar.Save   { background-position: 0 -32px; background-repeat: no-repeat; height: 16px; width: 16px; }
.titleBar.Delete { background-position: 0 -48px; background-repeat: no-repeat; height: 16px; width: 16px; }
.titleBar.Search { background-position: 0 -64px; background-repeat: no-repeat; height: 16px; width: 16px; }


.reorderList table {
    padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	font-size: 0px;
}

.reorderList td {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
}

.reorderList ul {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
}

.reorderList li 
{
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
}

.dragHandle 
{
    margin-left: 2px;
	width:10px;
	height:10px;
	background-color: #6666cc;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:solid 1px black;
}