/* Set base font style and size */
body {
	background-color: #DFE6D6;
	text-align: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}
/* This is the basic wrapper or foot print where everything goes into */

#admin-wrapper09 {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color:#FFF;
	pborder: 1px solid  #F90;
	border: 1px solid #999;
}
/* This is the basic wrapper or foot print where everything goes into. It's a Medium size good for additional info pages but maybe not for the primary pages*/
#main-wrapper-med {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	background-color:#FFF;
	pborder: 1px solid  #F90;
	border: 1px solid #999;
}

/* This is the basic wrapper or foot print where everything goes into. It's a flexible size that is determined by the content*/
#main-wrapper-auto {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	background-color:#FFF;
	pborder: 1px solid  #F90;
	border: 1px solid #999;
}

#header-title {
	padding: 8px;
	background-color: #51604A;
	color: #fff;
	font-weight: bold;
	text-align:left;
	margin-bottom: 0px;
}

#main-content {
	margin:6px;
}

.bodyBold {
	font-weight: bold;
	text-align: left;
}
.bodySmaller {
	font-size: 10px
}
.bodyDevnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #330000
}
.wcell {
	background-color: #FFFFFF
}
.leftBG {
	background-image: url(imagz/bg_sub_SGD.gif);
	background-repeat: repeat-y;
}
.leftBGfar {
	background-image: url(imagz/leftBG.jpg);
	background-repeat: repeat;
	white-space: normal;
	vertical-align: 100%;
}
.altColor1 {
	background-color: #f8edb7;
}

.altColor2 {
	background-color: #ced4af;
}

.altActive {
	background-color: #e1f3fc;
}
.altColor3 {
	background-color: #b5c5de;
}
.altColor4 {
	background-color: #5468bb;
}
.altColor5 {
	background-color: #373988;
}

.altColor6 {
	background-color: #120367;
}

.altColor7 {
	background-color: #4c1767;
}

.altColor8 {
	background-color: #693080;
}

.altColor9 {
	background-color: #892e6d;
}

.altColor10 {
	background-color: #6b221f;
}

.altColor11 {
	background-color: #734913;
}

.altColor12 {
	background-color: #9f8a22;
}

.altColor13 {
	background-color: #c9a91d;
}

.AltColorHi {
	background-color: #fdffd8;
}
.altDel {
	background-color: #E7B6A9;
}
.textCommon  
 {
	line-height: 98%;
	text-align: left;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #002157;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002157;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #002157;
}
.headerBackground {
	background-color: #51604A;
}
th {
	font-weight: bold;
	color: #FFF;
	text-align: left;
	font-size: 1.25em;
}

#containerLogin {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 12px;
	background-color: #FFF;
	height: auto;
}   