body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	background: #C0C0C0;
}

* {margin:0; padding:0;} 

.centralColumn800 {
	background: #FFF;
	width: 769px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.languageSwitch {
	height: 20px;
	width: 7em;
	padding: 2px 20px 0 20px;
	margin-top: 1px;
	float: right;
	display: block;
	text-align: center;
	background: #859FAF url(../images/language_corner.gif) no-repeat bottom left;
	color: #FFF;
}

.languageSwitch a, .languageSwitch a:hover, .languageSwitch a:visited  {
	color: #FFF;
}

.DWPlogo {
	float: right;
	margin: 29px 15px 0 0;
	display: block;
}

.header {
	width: 100%;
	text-align: left;
	padding-bottom: 20px;
	float: left;
}

.printheader {
	display: none;
	clear: both;
}


/*******************************************************************************************************/
/*		this is the style for the top and bottom of the menu bar														 */
/*******************************************************************************************************/

.menu {
	clear: both;
	height: 29px;
	background: #F3F5F7 url(../images/menu-bgnd.gif) repeat-x;
	text-align: center;
	margin: 0 3px 0 3px;
}

.menuLeft {
	height: 29px; 
	float: left;
	display: inline; 
	background: #F3F5F7 url(../images/menu-Left.gif) no-repeat top;
}

.menu a, .menu a:hover, .menu a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 5px 0 0 0;
}

.menuRight {
	height: 29px; 
	display: inline; 
	float: right;
	background: #F3F5F7 url(../images/menu-Right.gif) no-repeat top;
}

.navSeperator {
	background : url(../images/nav_seperator.gif) no-repeat;
	margin: 12px 38px 0 38px;
}

/*******************************************************************************************************/
/*		this is the style for the navigation breadcrumb																	 */
/*******************************************************************************************************/
.designDots {
	height: 5px;
	background: url(../images/3dots.gif) repeat-x;
	margin: 3px 3px 4px 5px;
}

.breadcrumb {
	clear: left;
	height: 24px;
	text-align: left;
	margin: 0 3px 0 3px;
}

.breadcrumb, .breadcrumb a {
	background: #E2ECF2; 
	color: #7C868C;
}

.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {
	font-weight: bold;
	color: #7C868C;
	text-decoration: none;
}

.breadcrumbLeft {
	height: 24px; 
	float: left;
	display: inline; 
	background: url(../images/breadcrumb-Left.gif) no-repeat top;
}

.breadcrumbRight {
	height: 24px; 
	float: right;
	display: inline; 
	background: url(../images/breadcrumb-Right.gif) no-repeat top;
}

.breadcrumbHome {
	float: left;
	padding: 3px 7px 0 4px;
}

.breadcrumbText {
	float: left;
	padding: 6px 0 0 0;
}

.breadcrumbLogin {
	float: right;
	padding: 6px 6px 0 0;
}

/*******************************************************************************************************/
/*		this is the style for the screen contents																			 */
/*******************************************************************************************************/

.bodyContent {
	width: 100%;
	margin: 0 0 0 1px;
	padding: 0 0 10px 0;
}

#landing {
	background: url(../images/watermark.gif) repeat-x bottom;
}

.toolbar, .toolbar2 {
	display: inline;
	float: right;
	height: 21px;
	width: 65px;
	background: url(../images/toolbar_bgnd.gif) no-repeat;
	margin: 2px 1px 0 0;
	padding: 3px 1px 0 1px;
	text-align: center;
}

.toolbar2 {
	width: 38px;
	background: url(../images/toolbar2_bgnd.gif) no-repeat;
	padding: 3px 1px 0 1px;
}

.toolbar img, .toolbar2 img {
	margin: 0px;
	padding: 0 1px 0 0;
}

.bodyContent td {
	margin: 0 auto 0 auto;
}

.narrowColumn {
	vertical-align: top;
	width: 162px;
	font-size: 1.67em;
}

.mediumColumn {
	vertical-align: top;
	width: 425px;
	font-size: 1.67em;
}

.wideColumn {
	vertical-align: top;
	width: 600px;
	font-size: 1.67em;
}

/*******************************************************************************************************/
/*		the following styles build the content area containers (portlets)   										 */
/*******************************************************************************************************/

.narrowPortlet {
	width: 162px;
	margin: 5px 0 0 2px;
	font-size: 0.65em;
}

.narrowPortlet #title {
	height: 30px;
	background: url(../images/narrowPortlet_top.gif) no-repeat;
	text-align: left;
	padding: 0 0 0 10px;
}

.narrowPortlet #title #titleText {
	font-weight: bold;
	color: #000;
	margin-top: 6px;
}

.narrowPortlet #mini {
	height: 30px;
	background: url(../images/narrowPortlet_mini.gif) no-repeat;
	text-align: center;
	padding: 0 0 0 10px;
	vertical-align: bottom;
}

.narrowPortlet #content {
	background: #D3E4EF url(../images/narrowPortlet_bgnd.gif) repeat-x top;
	text-align: left;
	padding: 10px 15px 10px 10px;
	border-left: 1px solid #D3E4EF;
	border-right: 1px solid #D3E4EF;
}

.narrowPortlet #content a, .narrowPortlet #content a:visited {
	color: #203A6D;
	font-weight: bold;
	text-decoration: none;
}

.narrowPortlet #content a:hover {
	color: #203A6D;
	font-weight: bold;
	text-decoration: underline;
}

.narrowPortlet #content ul li {
	line-height: 110%;
	margin: 0 0 10px 15px;
	padding: 0;
	text-align: left;
	list-style : none url(../images/navBullet.gif);
}

.narrowPortlet #content ul li a {
	color: #000;
	text-decoration: none;
}

.narrowPortlet #content ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.narrowPortlet #footer {
	height: 6px;
	background: url(../images/narrowPortlet_bottom.gif) no-repeat;
}


.mediumPortlet {
	width: 425px;
	margin: 0 1px 0 3px;
	font-size: 0.65em;
	border-top: 5px solid #FFF;
}

.mediumPortlet #title {
	height: 30px;
	background: url(../images/mediumPortlet_top.gif) no-repeat;
	text-align: left;
	padding: 0 0 0 10px;
}

.mediumPortlet #title #titleText {
	font-weight: bold;
	color: #000;
	margin-top: 6px;
}

.mediumPortlet #no_title {
	height: 30px;
	background: #E5F3F8 url(../images/mediumPortlet_top_no-title.gif) no-repeat;
	text-align: center;
	padding: 0 0 0 10px;
	vertical-align: bottom;
}

.mediumPortlet #content {
	background: #E5F3F8;
	text-align: left;
	padding: 10px 15px 10px 10px;
	border-left: 1px solid #D3E4EF;
	border-right: 1px solid #D3E4EF;
}

.mediumPortlet #content a, .mediumPortlet #content a:visited {
	color: #203A6D;
	font-weight: bold;
	text-decoration: none;
}

.mediumPortlet #content a:hover {
	color: #203A6D;
	font-weight: bold;
	text-decoration: underline;
}

.mediumPortlet #content ul li {
	line-height: 110%;
	margin: 0 10px 10px 25px;
	text-align: left;
	list-style : none url(../images/navBullet.gif);
}

.mediumPortlet #content ul li a {
	color: #000;
	text-decoration: none;
}

.mediumPortlet #content ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.mediumPortlet #footer {
	height: 6px;
	background: url(../images/mediumPortlet_bottom.gif) no-repeat;
}

.widePortlet {
	width: 594px;
	margin: 5px 1px 0 3px;
	font-size: 0.65em;
}

.widePortlet #title {
	height: 30px;
	background: url(../images/widePortlet_top.gif) no-repeat;
	text-align: left;
	padding: 0 0 0 10px;
}

.widePortlet #title #titleText {
	font-weight: bold;
	color: #000;
	margin-top: 6px;
}

.widePortlet #content {
	background: #E5F3F8;
	text-align: left;
	padding: 10px 15px 10px 10px;
	border-left: 1px solid #D3E4EF;
	border-right: 1px solid #D3E4EF;
}

.widePortlet #content a, .widePortlet #content a:visited {
	color: #203A6D;
	font-weight: bold;
	text-decoration: none;
}

.widePortlet #content a:hover {
	color: #203A6D;
	font-weight: bold;
	text-decoration: underline;
}

.widePortlet #content ul li {
	line-height: 100%;
	margin: 5px 10px 3px 25px;
	text-align: left;
	list-style : none url(../images/navBullet.gif);
}

.widePortlet #content ul li a {
	color: #000;
	text-decoration: none;
}

.widePortlet #content ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.widePortlet #footer {
	height: 6px;
	background: url(../images/widePortlet_bottom.gif) no-repeat;
}

.label {
	float: left;
	width: 200px;
	font-weight: bold;
}

/*******************************************************************************************************/
/*		the following styles apply to the roles portlet								   								 */
/*******************************************************************************************************/

.listMenu, .plusSign, .minusSign {
	line-height: 120%;
	padding: 0 0 6px 13px;
}

.plusSign {
	background : url(../images/plusSign.gif) no-repeat left top;
}

.minusSign {
	background : url(../images/minusSign.gif) no-repeat left top;
}

.listSubMenu, .listSubMenuBottom {
	line-height: 120%;
	margin-left: 10px;
	padding: 0 0 5px 13px;
	background : url(../images/rolesDots.gif) no-repeat left top;
}

.listSubMenuBottom {
	background : url(../images/rolesDotsBottom.gif) no-repeat left top;
}

.listMenu a, .listSubMenu a, .listSubMenuBottom a, .plusSign a, .minusSign a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	text-decoration:none;	 /* removes the underlining of the link */
	color: #333;
	font-weight: bold;
	padding-left: 2px;
}

.listMenu a:hover, .listSubMenu a:hover, .listSubMenuBottom a:hover, .plusSign a:hover, .minusSign a:hover { 
	color: #000;
	padding-left: 2px;
}

/*******************************************************************************************************/
/*		the following styles apply to content within the container				   								 */
/*******************************************************************************************************/

.alertText {
	float: left;
	padding: 10px 0 0 0;
	text-align: left;
}

.alertText a, .alertText a:visited {
	color: #203A6D;
	font-weight: bold;
	text-decoration: none;
}

.alertText a:hover {
	color: #203A6D;
	font-weight: bold;
	text-decoration: underline;
}

.tableWide {
	width: 100%;
	text-align:left;
	background-color: #CAE2EB;
}

.tableWide td {
	text-align:left;
	vertical-align: top;
	padding: 5px;	
	background-color: #F2F6F8;
}

.title td {
	background-color: #C1DBE5;
	font-weight: bold;
	padding: 1px 0 1px 5px;
	height: 1.6em;
	vertical-align: middle;
}

.stripe td {
	background-color: #DFEEF4;
}

.sortUp, .sortDown {
	float: right;
	margin: 3px 5px 0 0;
}

.sortUp {
	background : #E1E5D5 url(../images/sort_up.gif) no-repeat right;
}

.sortUpActive {
	background : #E1E5D5 url(../images/sort_up-active.gif) no-repeat right;
}

.sortDown {
	background : #E1E5D5 url(../images/sort_down.gif) no-repeat right;
}

.sortDownActive {
	background : #E1E5D5 url(../images/sort_down-active.gif) no-repeat right;
}

.tableCell td, .tableCellStripe td {
	background: #FFF;
	padding: 3px;
	vertical-align: top;
}

.tableCellStripe td {
	background: #F3F8FB;
}

.table a, .table a:visited, .table a:hover  {
	color: blue;
}

.table a:hover  {
	text-decoration: none;
}

.requiredNote{
	text-align: right;
	margin: 50px 10px 5px o;
}

.required{
	color: red;
	font-size: 0.9em;
}

.errorMessage{
	color: #FF0000;;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFF;
	border: 2px solid #FF0000;
	padding: 5px 0 5px 0;
	margin: 5px;
}

.warningMessage{
	color: #E2CA00;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFF;
	border: 2px solid #E2CA00;
	padding: 5px 0 5px 0;
	margin: 5px;
}

.notificationMessage{
	color: #009900;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFF;
	border: 2px solid #009900;
	padding: 5px 0 5px 0;
	margin: 5px ;
}

.userStatus {
	text-align: right;
	padding-right: 10px;
}

/*******************************************************************************************************/
/*		the following styles apply to form element styling							   								 */
/*******************************************************************************************************/
.disabledField {
	border: 1px solid #999;
	background: #F1F4F6;
}

.centeredButton {
	margin: 0 auto;
}

.buttonBgnd, .centeredButton {
	border: 1px solid #647389;
	background: url(../images/button_bgnd.gif) repeat-x;
}
select {
	font-size: 1em;
}


/*******************************************************************************************************/
/*		the following styles apply to the footer										   								 */
/*******************************************************************************************************/

.footer {
	width: 100%;
	background: #FFF url(../images/footer_bgnd.gif) repeat-x;
	padding: 10px 0 0 0;
}

.footer a, .footer a:hover, .footer a:visited {
	text-decoration: none;
	color: #203A6D;
}

.footer a:hover {
	text-decoration: underline;
}

.whiteBox {
	background: #FFF url(../images/white_corner-left.gif) no-repeat top left;
	padding: 0;
	width: 425px;
	text-align: center;
	vertical-align: middle;
	line-height: 200%;
	margin: 0 auto 0 auto;
}

.whiteBox a, .whiteBox a:hover, .whiteBox a:visited {
	text-decoration: none;
	color: #203A6D;
}

.whiteBox a:hover {
	text-decoration: underline;
}

.whiteBoxBottom {
	background: #FFF url(../images/white_corner-bottomleft.gif) no-repeat bottom left;
	width: 425px;
	height: 5px;
	margin: 0 auto 10px auto;
}

/* PRINT CSS - The Print Stylesheet - BELOW HERE */
@media print { 
.printheader {display: block; text-align: left; }
.header, .nav, .bodyNav, .footer, .portletTitleTop, .portletTopActionCollapse, .portletTopActionExpand, .portletCurve, .centeredButton {display:none;}
.portletBody, .portletTitle {	background: none; border: 1px solid #999; }
.centralColumn800 { border: 0px; width: 675px; }
.tableTitle td, .tableCell td, .tableCellStripe td { border: 1px solid #999; }
}

