BODY {
	color: black;
	font-family: Arial;
	background-color: white;
	scrollbar-face-color: #f0f0f8;
}
TABLE {
	font-size: 10pt;
}


.linknormal
{
	color: Blue;
}

.linkgrayed
{
	color: darkgray;
}

TABLE.breadcrumb {
	border-top: #0000c0 1px solid;
	border-bottom: #0000c0 1px solid;
}
TABLE.breadcrumb A {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	text-decoration: none;
}
TABLE.breadcrumb A:hover {
	color: silver;
}


TABLE.pagemenu {
	border-right: dimgray 1px double;
	border-top: dimgray 1px double;
	border-left: dimgray 1px double;
	width: 100%;
	border-bottom: dimgray 1px double;
	background-color: whitesmoke;
}
TABLE.pagemenu TD {
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 2px;
	color: darkgray;
	padding-top: 2px;
}
TABLE.pagemenu A {
	padding-right: 2px;
	padding-left: 2px;
	color: black;
	text-decoration: none;
}
TABLE.pagemenu A:hover {
	background-color: gainsboro;
}
TABLE.pagemenu TD.help {
	text-align: right;
}
TABLE.pagemenu TD.help A {
	padding-left: 20px;
	background-image: url(../Images/helpicon.png);
	cursor: help;
	background-repeat: no-repeat;
}


TABLE TD.pagetitle {
	border-bottom: #2561AB 2px solid;
}
TABLE TD.pagetitle TABLE, TABLE TD.pagetitle {
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
}
TABLE TD.pagetitle TABLE TD.subtitle {
	font-size: smaller;
	position: relative;
	top: 10px;
	text-align: right;
}
TABLE TD.sectiontitle {
	font-weight: bold;
	font-size: 11pt;
	border-bottom: #2561AB 1px solid;
	font-family: Verdana;
}
TABLE TD.sectiontitleitem {
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana;
}
TABLE.inputframe {
	border-right: dodgerblue 1px solid;
	border-top: dodgerblue 1px solid;
	border-left: dodgerblue 1px solid;
	border-bottom: dodgerblue 1px solid;
	background-color: #f5f5ff;
}
TABLE TD.indented {
	padding-left: 30px;
}
TABLE.hinputgroup TD {
	padding-right: 10px;
}
TABLE.hbuttongroup TD {
	padding-right: 20px;
}
TABLE.vbuttongroup TD {
	padding-bottom: 10px;
	text-align: center;
}


TABLE.datatable .header {
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	background-color: #ddddff;
	text-align: center;
}
TABLE.datatable .headerLeft {
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	background-color: #ddddff;
	text-align: left;
}
TABLE.datatable .item {
	padding-right: 2px;
	padding-left: 2px;
	background-color: #f5f5f5;
}
TABLE.datatable .alt {
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ebebeb;
}


TABLE.vrecord TD {
	height: 100%;
}
TABLE.vrecord .title {
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	background-color: #ededed;
	text-align: right;
}
TABLE.vrecord .value {
	padding-right: 6px;
	padding-left: 6px;
	width: 300px;
	height: 100%;
	background-color: #f9f9f9;
}


TABLE.vlist {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
TABLE.vlist .header {
	font-weight: bold;
	background-color: #ddddff;
}
TABLE.vlist TD {
	padding-right: 6px;
	padding-left: 6px;
}
TABLE.vlist A {
	color: black;
	text-decoration: none;
}
TABLE.vlist A:hover {
	text-decoration: underline;
}
TABLE.vlist .alt {
	background-color: #eeeeee;
}


TABLE.hlinklist {
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}
TABLE.hlinklist A {
	padding-right: 2px;
	padding-left: 2px;
	color: black;
	text-decoration: none;
}
TABLE.hlinklist A:hover {
	background-color: gainsboro;
}


TABLE.editform TD {
	padding-right: 6px;
	padding-left: 6px;
}
TABLE.editform COL.titles {
	background-color: #c8c8ff;
	text-align: right;
}
TABLE.editform COL.inputs {
	background-color: #f0f0ff;
}
TABLE.editform TD.req {
	font-weight: bold;
}


A.deletelink {
	padding-left: 20px;
	background-image: url(../Images/deleteicon.png);
	color: black;
	background-repeat: no-repeat;
	text-decoration: none;
}
A.deletelink:hover {
	color: red;
}

INPUT.noborder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
	background-color: transparent;
}


  .transparent {
    filter:alpha(opacity=90);
    background-color:green;
    display:none;
    width:170;
    height:100;
    position:absolute;
    color: white;
    border: 1 green solid;
}

/*REORDERLIST styles*/
.dragHandle {
	width:10px;
	height:15px;
	background-image:url(../images/bullet-reorder.gif);
	background-position:0 center;
	cursor:move;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderList li {
	list-style:none;
	margin:2px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderList ul {
margin-left:0;
}
.reorderList li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}
/*end REORDERLIST styles*/