﻿/* HTML CORE ELEMENTS */
body {
	font-family: Arial;
	font-size: 11px;
	color: #414141;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/layout/shadow_bk.gif');
	background-position: center;
	background-repeat: repeat-y;
}
p {
	padding: 0px;
	margin: 0px;
}

ul {
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

li {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	background: url('../images/layout/li_bullet2.gif') no-repeat 0 0;
	padding-left: 12px;
	line-height: 15px;
}

a, a:visited {
	text-decoration: none;
	color: #4F758A;
}
a:hover, a:hover:visited {
	color: #7C2230;
	text-decoration: underline;
}

a img {
	border: 0px solid #fff;
}

/* NAVIGATION FRAME */
  /* MAIN NAV */
td.main_nav {
	background-image: url('../images/layout/menu_nav_bk.gif');
	height: 35px;
	text-align: right;
	width: 100%;
}
td.main_nav div {
	display: inline;
	padding: 0px 30px 0px 0px;
}
td.main_nav img {
	border: 0px;
}

  /* FOOTER */
td.footer {
	background-color: #6E6E6E;
	text-align: left;
	padding: 7px;
	color: #fff;
}

td.footer div {
	padding: 0px 10px 0px 10px;
	display: inline;
}

td.footer a, td.footer a:hover {
	color: #fff;
}

  /* OTHER */
div.width_set {
	width: 758px;
	text-align: left;
}

td.logo_bk_color{
	background-color: #C7C7AF;
}


/* OTHER ELEMENTS */
img.bullet {
	padding: 0px 3px 5px 0px;
}
a.main_link {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.invis {
	display: none;
}
div.hr {
	background-color: #7C2230;
}


/* CONTENT FRAME */
div.topShadow {
	width: 100%;
	background-image: url('../images/layout/header_bottom_shadow.gif');
	background-repeat: repeat-x;
}

div.contentTitle {
	width: 100%;
	background-image: url('../images/titles/content_title_bk.png');
	background-repeat: repeat-x;
}

div.content {
	padding: 14px 4px 14px 4px;
	background-color: #fff;
}

/* REUSABLE CONTENT ELEMENTS */
.errMsg {
	color: #7C2230;
}

div.subContentFrame, div.subContent {
	border: 1px solid #E3E3D7;
	padding: 2px;
	line-height: 15px;
}

div.subTitle {
	background-image: url('../images/titles/sub/sub_bk_lt.png');
	background-repeat: repeat-x;
}

div.subTitle {
	text-align: center;
	vertical-align: middle;
	height: 42px;
}

img.subTitleTxt {
	position: relative;
	margin-top: 12px;
}

img.subTitleRt {
	width: 28px;
	display: block;
	position: relative;
	float: right;
}

div.subContent {
	background-image: url('../images/layout/sub_content_bk.gif');
	background-repeat: repeat-x;
}

div.subContent img {
	vertical-align: middle;
}

div.subContentTxt {
	padding: 4px 12px 4px 12px;
}

img.hr {
	width: 100%;
	height: 11px;
	padding: 10px 0px 10px 0px;
	display: block;
}

hr.subContent {
	width: 70%;
	height: 1px;
	color: #DCDCD0;
	background-color: #DCDCD0;
	border: 0px solid #000;
	text-align: center;
	margin: 5px auto 5px auto;
}

th.gridCell, th.gridCellAlt {
	color: #fff;
	font-weight: normal;
	text-align: right;
}

td.gridCell input,
td.gridCellAlt input, 
td.gridCell select,
td.gridCellAlt select
{
	font-size: 11px;
}

th.gridCell {
	background-color: #A9A981;
}

th.gridCellAlt {
	background-color: #BABA9A;
}

td.gridCell {
	background-color: #EFEFEF;
}

td.gridCellAlt {
	background-color: #E2E2E2;
}

/* REUSABLE GET STARTED ELEMENTS */
table.ic_get_started td {
	color: #414141;
}

table.ic_get_started td div {
	padding: 10px 0px 10px 0px;
}

table.ic_get_started td img {
	border: 0px;
}

.msg {
	border: 1px solid #999;
	background-color: #990000;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	display: block;
}

