body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*========================================Headers======================================*/
h1{font-size:15px;}
h2{font-size:14px; color:#8F8F8F;}
h3{font-size:13px;}
h4{font-size:12px;}
h5{font-size:11px;}
h1, h2, h3, h4, h5{margin-bottom:10px;font-weight:bold;text-transform:uppercase;clear:both;}
/*==================Paragraphs===============================*/
p{
	font-size:12px;
	line-height:1.4em;
	margin:0px 0 10px 0;
	color:#555555;
}
/*======================================Links===================================*/
a:link{
	color:#001978;
	font-weight:bold;
	text-decoration:none;
}
a:visited
{
	color:#001978;
	font-weight:bold;
	text-decoration:none;
}

.midCol a:hover{
	color:#021766;
	color:#001978;
	cursor:pointer;
	text-decoration:underline;
}
a{
	color:#001978;
	font-weight:bold;
	text-decoration:none;
}
/*============================================List Items=================================*/

/*=======unordered list=======================*/
ul{
	margin-bottom:10px;
	color:#555555;
}

ul ul{
	margin-left:52px;
}

ul li{
	list-style:none outside url('../images/listItemImage.jpg');
    margin-left:14px;
    margin-bottom:5px;
    line-height:1.4em;
}

ul li ul{
	margin-left:10px;
	margin-top:5px;
}

li ul li{
	list-style:none outside url('../images/listSubItemImage.jpg');
    margin-left:0;
    margin-bottom:5px;
}

ol ul{
	margin:5px 0 0 12px;
}
/*=======ordered list=====================*/
ol{
	margin-bottom:5px;
	color:#555555;
}

ol li{
	list-style: decimal outside;
	margin-left:20px;
	margin-bottom:5px;
	line-height:1.4em;
}

ol li ol
{
	margin-top:8px;
	margin-bottom:5px;
}

ul li ol{
	margin-left:-3px;
	margin-top:5px;
}

ul ol{
	margin-left:12px;
}

/*=========================sup/sub=========================*/
sup,sub{
	height: 0;
	line-height: 1;
	font-size:80%;
	vertical-align: baseline;
	_vertical-align: bottom !important;
	vertical-align: baseline;
	position: relative;
}
sup{
	bottom: 1ex;
}
sub{
	top: .5ex;
}
/*=======================form eelements=================================*/
input, textarea
{
	padding:0;
	margin:0;
	font-size:11px;
	vertical-align:middle;
	color:#000;
}
textarea
{
	border:solid 1px #ccc;
	vertical-align:top;
}
label
{
	color:#7f7f7f;
	vertical-align:middle;
	display:inline-block;
}

input.text
{
	border:solid 1px #ccc;
	height:18px;
	width:145px;
	margin-right:10px;
	padding-left:5px;
	padding-top:2px;
}

select
{
	color:#7f7f7f;
	font-size:11px;
	vertical-align:top;
	padding:0;
	margin:0;
	border:solid 1px #ccc;
}

/********************************************
For the contextual help icon bar
*********************************************/
.helpForm
{
	width:100% !important;
	width:99%;
	border:0;
}
.helpForm tr td
{
	vertical-align:top;
}
.helpForm img
{
	border:0;
	vertical-align:top;
}
.helpForm a span
{
	background:#131313;
	display:inline-block;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
	font-size:10px;
}
.helpForm a span span
{
	padding:2px 4px 2px 4px;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	background:#131313;
	color:#FFF;
	font-size:8px;
}

.NoCss,
.nocss 
{
	display:none;
}

/********************************************
For the contextual help popup window
*********************************************/
div.dragPanel{
    background-color:#EBEBEB;
    border: 1px solid silver;
    padding:2px;
    left:0px;
    top:0px;
    z-index:1000;
    
}

div.dragPanel .dragPanelTitleBar{
	
	font-family:arial;
	font-size:12px;
    color:#000;
    font-weight:normal;
    cursor:hand;
    width:100%;
}

div.dragPanel .dragPanelTitleBar tr{
    background:url('/images/bgWindow.gif') repeat-x 0 0;
}

div.dragPanel .dragPanelContent {
    background-color:white;
    overflow:auto; 
    height:100%
}
div.dragPanel iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
	background:red;
}
