body 
{
	margin					: 0px;
	padding					: 0px;
}

img
{
	border					: none;
}

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Login Page
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

.loginPageBodyBg
{
	background				:  url("../img/blueBg.jpg");
}

.loginPageBodyText
{
	font-family				: Arial, Helvetica, sans-serif;
  	font-size				: 12px;
	color					: #333333;
	text-decoration			: none;
}

.loginPageLabelTd
{
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	color:#333333;
	text-decoration:none;
}

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Page Footer
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.navBarApplicationText
{
    color		: #D49316;
    font-family	: Arial,Helvetica,sans-serif;
    font-size		: 16px;
    font-weight	: bold;
    text-decoration	: none;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	color:#cccccc;
	text-decoration:none;
}


/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Page Messages
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

.loginPageSuccess
{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color			: #2CAB3E;
	padding			: 10px;
	text-align		: left;
}
.loginPageNotificationDiv 
{
	font			: 11px Arial, Verdana, Helvetica, sans-serif; 
	text-transform	: none; 
	color			: #d74819; 
	text-decoration	: none;
}

.errorText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF3300;
}

.successMsg
{
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #2CAB3E;
	padding	: 10px;
	text-align	: left;
}

.errorMsg
{
	float		:none;
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:1px 1px 1px #AAAAAA;
	background	:none repeat scroll 0 0 #FFFFCC;
	border		:1px solid #FFD700;
	color		:#333333;
	font-size	:11px;
	font-weight	:bold;
	margin		:4px auto 5px;
	padding	:5px 5px 5px 20px;
	text-align	:left;
	vertical-align:top;
	width		:560px;
}

.errorMsgLogin
{
	float		:left;
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:1px 1px 1px #AAAAAA;
	background	:none repeat scroll 0 0 #FFFFCC;
	border		:1px solid #FF0000;
	color		:#333333;
	font-size	:11px;
	font-weight	:bold;
	margin		:4px auto 15px;
	padding	:5px 5px 5px 20px;
	text-align	:left;
	vertical-align:top;
	width		:200px;
}

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Navigation Region
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

a.navBarText:hover
{
	font-family			: Arial, Helvetica, sans-serif;
  	font-size			: 11px;
	color				: #d49316;
	text-decoration		: underline;
}

.navBarText
{
	font-family			: Arial, Helvetica, sans-serif;
  	font-size			: 11px;
	color				: #d49316;
	text-decoration		: none;
}

.navBarUserText 
{
    color				: #D49316;
    font-family			: Arial,Helvetica,sans-serif;
    font-size			: 11px;
    font-weight			: bold;
    text-decoration		: none;
}

.navBarDate 
{
    color				: #666666;
    font-family			: Arial,Helvetica,sans-serif;
    font-size			: 11px;
    text-decoration		: none;
}

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Label
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.label
{
	VERTICAL-ALIGN		: middle;
	padding-top			: 8px;
}

.labelTd
{
	HEIGHT				: 100%;
	FONT-FAMILY			: Tahoma, Tahoma;
	FONT-SIZE			: 8pt;
	FONT-WEIGHT			: normal;
	COLOR				: black;
	BORDER-BOTTOM		: 1px #efefef solid;
	VERTICAL-ALIGN		: top;
	text-align			: left;
	padding-top			: 5px;
	height				: 100%;
	/*BORDER			: 1px black solid;*/
}

.labelDiv
{
	display				: block;
	BACKGROUND-COLOR	: ivory;
	FONT-FAMILY			: Tahoma, Tahoma;
	FONT-SIZE			: 8pt;
	FONT-WEIGHT			: normal;
	COLOR				: black;
	VERTICAL-ALIGN		: top;
	text-align			: left;
	height				: 99%;
	/*padding			: 5px;*/
	/*BORDER			: 1px #efefef solid;*/
}

.inlineError
{
	BACKGROUND-COLOR	: ivory;
	COLOR				: red;
	FONT-FAMILY			: Tahoma, Tahoma;
	FONT-SIZE			: 7pt;
	padding				: 2px;
	margin-left			: 2px;
}

.labelDivInner
{
	/*BORDER			: 1px #efefef solid;*/
	padding				: 5px;
}

.labelDivSameCol
{
	display				: inline;
	BACKGROUND-COLOR	: ivory;
	FONT-FAMILY			: Tahoma, Tahoma;
	FONT-SIZE			: 8pt;
	FONT-WEIGHT			: normal;
	COLOR				: black;
	VERTICAL-ALIGN		: top;
	text-align			: left;
	MARGIN-LEFT			: 10px;
	MARGIN-RIGHT		: 5px;
	padding-left		: 5px;
	padding-right		: 5px;
	padding-bottom		: 11px;
}


/*Label End*/

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Page Items
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

.itemTdBoderBottom
{
	BACKGROUND-COLOR	: transparent;
	FONT-FAMILY			: Tahoma, Tahoma;
	FONT-SIZE			: 8pt;
	FONT-WEIGHT			: normal;
	COLOR				: black;
	VERTICAL-ALIGN		: middle;
	BORDER-BOTTOM		: 1px #efefef solid;
	padding-bottom		: 2px;
	padding-top			: 5px;
}

.textBoxBorder
{
	border				: 1px solid #cccccc; 
	background			: #ffffff; 
	font-family			: Arial, Helvetica, sans-serif; 
	font-size			: 12px; 
	color				: #000000; 
	padding				: 2px;
}

.textboxdisplayonly
{
	background			: #ffffff; 
	font-family			: Arial, Helvetica, sans-serif; 
	font-size			: 12px; 
	color				: #000000; 
	padding			: 2px;
	margin				: 30px;
}

.textBox
{
	background			: #ffffff; 
	font-family			: Arial, Helvetica, sans-serif; 
	font-size			: 12px; 
	color				: #000000; 
	padding				: 2px;
}


/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Regions: Form Region
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

.formHeading
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 15px;
	font-weight		: bold;
	color			: #ffffff;
	text-decoration	: none;
}


/*

.sideBarRegionHeading
{
	padding-left		: 60px;
	padding-top		: 5px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 15px;
	font-weight		: bold;
	color			: #333333;
}

.formHeadingButton
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	color			: #ffffff;
	padding-top		: 2px;
	padding-left	: 5px;
}

.formText
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #333333;
}
*/

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Regions: SideBar
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

.sideBarRegionHeader
{
	border-top-left-radius	: 10px 5px;
	border-bottom-right-radius	: 0;
	border-top-right-radius	: 10px;
	background			: #E9F1FE;
	border-left			: 1px solid #9DADC5;
	border-right			: 1px solid #9DADC5;
	border-bottom			: 1px solid #9DADC5;
}

.sideBarRegionHeaderText
{
	background			: #1A447E;
	color				: #FFF;
	padding-top			: 7px;
	padding-left			: 15px;
	padding-bottom		: 8px;
	display			: block;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 15px;
	font-weight			: bold;
	border-top-left-radius	: 10px 5px;
	border-bottom-right-radius	: 10% 5%;
	border-top-right-radius	: 10px;
}

.sideBarRegionBody
{
	padding-top			: 10px;
	padding-bottom		: 10px;
	padding-left			: 0px;
	padding-right			: 0px;

	
}

.sideBarNotificationHeaderText
{
padding-left:60px;
padding-top:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#333333;
}



/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Regions: Sub Region
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

.subRegionTable
{
	margin-top		: 10px; 
	margin-bottom		: 10px;
}

.subRegionHeader
{
	padding-top		: 5px; 
	padding-bottom	: 5px; 
	padding-left		: 5px;
	background		: #E5AC41;
}

.subRegionHeading
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 15px;
	font-weight		: bold;
	color			: #ffffff;
	text-decoration	: none;
}


.subFormHeadingTd
{
	background		: #006699;
	padding		: 2px;font-size: 12px;
	color			: #405129;
	border-bottom		: 1px solid #cccccc;
	height			: 30px;
}	


.subFormHeading
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	color			: #ffffff;
	padding-top		: 3px;
	padding-left		: 10px;
}




/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
breadcrum
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

a.breadcrumbText:hover
{
	font-family			: Arial, Helvetica, sans-serif;
  	font-size			: 10px;
	color				: #cccccc;
	text-decoration		: underline;
}

.breadcrumbText
{
	font-family			: Arial, Helvetica, sans-serif;
  	font-size			: 10px;
	color				: #cccccc;
	text-decoration		: none;
}

.breadcrumbArrow
{
	font-family			: Arial, Helvetica, sans-serif;
  	font-size			: 11px;
	color				: #ffffff;
	text-decoration		: none;
}

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
buttons
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

.buttonLogin 
{
	background		: url("../img/loginbutton.gif") repeat scroll 0 0 transparent;
	color			: #ffffff;
	display			: block;
	width			: 96px;
	height			: 20px;
	cursor			: pointer;
	font			: 10px Verdana;
	margin-top		: 10px;
}

.buttonBlue
{
	background		: #1a447e;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #ffffff;
	border			: 1px solid #cccccc;
	padding		: 3px;
	cursor		: pointer;
} 

.buttonBlack 
{
	background		: #000000;
	border			: 1px solid #cccccc;
	color			: #ffffff;
	cursor			: pointer;
	font			: 11px Verdana;
	padding			: 3px;
}

.buttonYellow
{
	background		: #D37914;
	border			: 1px solid #cccccc;
	color			: #ffffff;
	cursor			: pointer;
	font			: 11px Verdana;
	padding			: 3px;
}

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Report: Notes
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/


.notesBodyText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}


.notesUserText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E88F27;
	font-weight:bold;
	text-decoration:none;
}

.notesDateText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Report: Forum
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

#centercolumn {
	width: 552px;
	color: #333;
	background-color: #fff;
	float: left;
	/*text-align: center;*/
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#centercolumn_2 {
	margin: 8px auto;
	width: 542px;
	text-align: left;
}

#centercolumn a {
	color: #333;
	background-color: inherit;
}

#centercolumn a:hover {
	text-decoration: none;
}


/* Center Column News Box */

.newsbox {
	margin-bottom: 5px;
	width: 542px;
	background: url('../img/newsbox_bg.jpg') repeat-y;
}

.newsbox_header {
	padding: 10px 10px 5px;
	background: url('../img/newsbox_bg_top.jpg') no-repeat 0% 0%;
	height: 22px;
}

.newsbox_header h2 {
	padding-left: 20px;
	width: 300px;
	float: left;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color:#ec920c;
	background: url('../img/user-group.gif') no-repeat 0% 0%;
}

.newsbox_header strong {
	float: right;
	font-size:10px;
}
 .icon {
	float: left;
display:inline;
text-align:left;
	font-size:10px;

width:32px;
padding-left:12px;
}

.newsbox_content {
	padding: 0px 10px 5px;
	background: url('../img/newsbox_bg_bot.jpg') no-repeat 0% 100%;
	
	text-align:left;
	font-size: 7px;


 
}

.newsbox_content p {
	font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 11px;
line-height: 14px;

 
}

.contentTdborder
{
border-left:1px solid #ccc;
padding-left:10px;
padding-bottom:10px;
}



.newsbox_comments a {
	text-decoration: none;
}

.newsbox_comments a:hover {
	color: #959595;
	background-color: inherit;
}

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Report: 
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
 Value Attribute Pairs 
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/


.valueAttributePairsTdRight
{
	border-right			: 1px solid #a7bede;
	border-bottom			: 1px solid #ffffff;
	background-color		: #d8e0ed;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #666666;
	font-weight			: bold;
	text-align			: left;
	padding-left			: 5px;
	padding-top			: 2px;
	padding-bottom		: 2px;


}

.valueAttributePairsTdLeft
{
	border-bottom			: 1px solid #ffffff;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #333333;
	text-align			: left;
	padding-left			: 3px;
}

a.reportTextAlt:hover
{
	font-family			: Arial, Helvetica, sans-serif;
  	font-size			: 12px;
	color				: #1A447E;
	text-decoration		: underline;
	margin-bottom			: 15px;	
	padding-left			: 5px;

}

.reportTextAlt
{
	font-family			: Arial, Helvetica, sans-serif;
  	font-size			: 12px;
	color				: #1A447E;
	text-decoration		: none;
	margin-bottom			: 15px;	
	padding-left			: 5px;
}



/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
LIST TABS: 
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

#ddcolortabs
{
	margin-left		: 0px;
	padding		: 0;
	width			: 100%;
	background		: transparent;
	voice-family		: "\"}\"";
	voice-family		: inherit;
	padding-left		: 0px;

}

#ddcolortabs ul
{
	font			: bold 11px Arial, Verdana, sans-serif;
	margin			: 0;
	padding		: 0;
	list-style		: none;
}

#ddcolortabs li
{
	display		: inline;
	margin			: 0 2px 0 0;
	padding		: 0;
	text-transform	: none;
}


#ddcolortabs a
{
	float			: left;
	color			: white;
	background		: #1a447e url(../img/color_tabs_left.gif) no-repeat left top;
	margin			: 0 2px 0 0;
	padding		: 0 0 1px 3px;
	text-decoration	: none;
	letter-spacing	: 1px;
}

#ddcolortabs a span
{
	float			: left;
	display		: block;
	background		: transparent url(../img/color_tabs_right.gif) no-repeat right top;
	padding		: 4px 9px 2px 6px;
}

#ddcolortabs a span
{
	float			: none;
}


#ddcolortabs a:hover
{
	background-color	: #d49316;
}

#ddcolortabs a:hover span
{
	background-color	: #d49316;
}

#ddcolortabs #current a, #ddcolortabs #current span
{ 
	/*currently selected tab*/
	background-color	: #d49316;
}

#ddcolortabsline
{
	margin-left	: 0px;
	clear		: both;
	padding	: 0;
	width		: 100%;
	height		: 1px;
	line-height	: 1px;
	background	: #d49316;
	border-top	: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}



/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Error Page
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.errorPageMessage 
{
	color:#0000ff;
	font:bold 12px Arial,Verdana,Helvetica,sans-serif;
	text-decoration:none;
	text-transform:none;
	padding:5px;
}

.errorPageMessage1 
{
	color:#ffffff;
	font:bold 12px Arial,Verdana,Helvetica,sans-serif;
	text-decoration:none;
	text-transform:none;
	padding:5px;
}

a.errorPageOkLink:hover
{
color:#0000ff;
text-decoration:underline;
}

a.errorPageOkLink1:hover
{
color:#F1DA32;
text-decoration:underline;
}

.errorPageOkLink 
{
color:#ff0000;
text-decoration:none;
}

.errorPageOkLink1
{
color:#F1DA32;
text-decoration:none;
}

.errorPageRedText 
{
	color:#000000;
	font:16px Arial,Verdana,Helvetica,sans-serif;
	font-weight	:bold;
	text-decoration:none;
	text-transform:none;
}

/*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Other
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/

a.pageMenuTd:hover
{
	font-family				: Arial, Helvetica, sans-serif;
  	font-size				: 12px;
	font-weight				: bold;
	color					: #ffffff;
	text-decoration			: underline;
}

.reportNoDataFound
{
	font-family				: Arial, Helvetica, sans-serif;
  	font-size				: 11px;
	font-weight				: bold;
	color					: #FF0000;
	text-decoration			: none;
	padding-left				: 9px;
}

.pageMenuTd
{
	font-family				: Arial, Helvetica, sans-serif;
  	font-size				: 12px;
	font-weight				: bold;
	color					: #ffffff;
	text-decoration			: none;
}

a.quicklink_text:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0033;
	font-weight:bold;
	text-decoration:none;
}

.quicklink_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.dot_line
{
	border-bottom:1px dotted #999999;
}

.dot_line_caption
{
	border-bottom:1px dotted #999999;
       font-weight:bold;
       font-size:11px;
	color:#980134;

}

.leftlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#980134;
	font-weight:bold;
	text-decoration:none;
}

a.leftlink_black:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#980134;
	text-decoration:underline;
}

.leftlink_black
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}

.userIconText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}


a.admin_copyrightText:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}

.admin_copyrightText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f4afc6;
	text-decoration:none;
}

