/* body td
{
	font-family: Arial;
	font-size: 11px;
} */
.errMsg {
	color: Red;
}
.titleHeader {
	font-size: 16px;
	font-weight: bold;
}
.sectionHeader {
	font-weight: bold;
}
/* - - - - - - - - - - - - - - - - - - - -
Global Styles
- - - - - - - - - - - - - - - - - - - - */

body { 
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: arial, verdana, geneva, lucida, sans-serif;
	background-image: url(../images/bg_image.gif);
	background-repeat: repeat;
}

td {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
a:link {
	color: #003366;
	text-decoration: none;
}
	
a:visited {
	color: #003366;
	text-decoration: none;
}
	
a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - -
Form Styles
- - - - - - - - - - - - - - - - - - - - */
.stylishInput {
	margin: 1px;
	color: #666666;
	font-family: arial, verdana, geneva, lucida, sans-serif;
	font-size: 11px;
	border: 1px solid #E2E2C3;
}
.textinput {
	margin: 1px;
	color: #666666;
	font-family: arial, verdana, geneva, lucida, sans-serif;
	font-size: 11px;
	border: 1px solid #F6F6EF;
}

/* - - - - - - - - - - - - - - - - - - - -
Login Styles
- - - - - - - - - - - - - - - - - - - - */

.login {
	color: #ffffff;
	font-size: 11px;
}

a.loginlink {
	color: #ffffff;
	text-decoration: none;
}
a.loginlink:visited {
	color: White;
	text-decoration: underline;
}
a.loginlink:active {
	color: White;
	text-decoration: underline;
}
a.loginlink:hover {
	color: White;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - -
Left Navigation Styles
- - - - - - - - - - - - - - - - - - - - */

.leftnav {
	font-size: 11px;
	line-height: 17px;
	color: #5b5b23;
}

a.leftnavlink {
	color: #5b5b23;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - -
Content Styles
- - - - - - - - - - - - - - - - - - - - */

.content {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	background-color: #ffffff;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #8d8d50;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #cc0000;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

ul {
	list-style-image: url(../images/bullet.gif);
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
}

.tabletitle {
	background-color: #666633;
	color: #ffffff;
	padding: 5;
}

.tablehead {
	background-color: #999966;
	color: #ffffff;
}


.table01 {
	background-color: #F6F6EF;
}

.table02 {
	background-color: #ffffff;
}

.disabledTrait {
	color: #CCCCCC;
}


/* - - - - - - - - - - - - - - - - - - - -
Footer Styles
- - - - - - - - - - - - - - - - - - - - */

.foot {
	color: #ffffff;
	font-size: 11px;
}

a.footlink:link {
	color: #ffffff;
	text-decoration: none;
}
	
a.footlink:visited {
	color: #ffffff;
	text-decoration: none;
}
	
a.footlink:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.footlink:active {
	color: #ffffff;
	text-decoration: underline;
}

.gridToolsColumns 
{
	border-right-color: #999966;
}
