/* Content Elements 
------------------------------------ */
body {
	margin: 0px;
	background: #ffffff url('../images/headerbg.gif') repeat-x;
	text-align: center;
	}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 965px;
	}
#logo {
	display: block;
	background: url('../images/logo.png') top left no-repeat;
	width: 202px;
	height: 49px;
	line-height: 49px;
	text-indent: -5000px;
	}
/* \ */
* html #logo {
	background: none;
	float: left;
	width: 202px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
	}
/* */
#content {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
.left-heading {
	float: left;
	line-height: 50px;
	width: 50%;
	}
.right-heading {
	float: right;
	line-height: 50px;
	width: 49%;
	text-align: right;
	}
.right-heading table td table td {
	line-height: 10px;
	}
.heading_long {
	width: 50%;
	}
.clear {
	clear: both;
	}
#footer {
	padding-top: 10px;
	}
 img {
	behavior: url('includes/iepngfix.htc');
	}

/* Drop Down Menu
------------------------------------ */
#navigation {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}
#navigation ul li { /* first-level lists */
	float: left;
	height: 30px;
	width: 94px;
	background: url('../images/navbg.gif') no-repeat;
	}
#navigation ul li a {
	display: block;
	padding-left: 8px;
	line-height: 30px;
	width: 86px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
#navigation ul li ul li {
	display: block;
	clear: both;
	height: 25px;
	background: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
	z-index: 1000;
	}
#navigation ul li ul li a {
	display: block;
	clear: both;
	width: 150px;
	background-color: #999999;
	padding-left: 4px;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	z-index: 1000;
	}
#navigation ul li ul li a:hover {
	background-color: #CCCCCC;
	line-height: 26px;
	padding-left: 4px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	z-index: 1000;
	}
#navigation ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index. 1000;
	}
#navigation ul li:hover ul, 
#navigation ul li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	xposition: static; /* un-stick menus in IE7 */
	position: absolute;
	width: 86px;
	}

/* typography
------------------------------------ */
body,
div,
p,
th,
td,
ul,
li {
	color: #676767;
	font-size: 11px;
	font-family: Tahoma;
	}
a:link,
a:active,
a:visited {
	color: #000000;
	text-decoration:underline;
	}
a:hover {
	color: #000000;
	text-decoration:none;
	}
h1 {
	line-height: 50px;
	font-size: 20px;
	font-weight: normal;
	font-family: Tahoma;
	margin: 0px;
	}
	h1 span {
		font-size: 11px;
		}
h2 {
	color: #AC1854;
	font-family :arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height:18px;
	margin: 4px 0pt 10px;
	}
h3 {
	font-size : 14px;
	margin: 0px;
	}
.textlinks {
	color: #FBFBFC;
	font-family: Tahoma;
	font-size: 11px;
	padding-right: 20px;
	}
	.textlinks a, 
	.textlinks a:hover, 
	.textlinks a:visited {
		color: #FBFBFC;
		font-family: Tahoma;
		font-size: 11px;
		}
.top {
	color: #7CACDA;
	}
.msg {
	padding: 1em 1em 1em 35px;
	background: #ffc url(../images/enable.png) 10px 10px no-repeat;
	}
.errmsg {
	padding: 1em 1em 1em 35px;
	background: #FFF4EA url(../images/error.png) 10px 10px no-repeat;
	}
	.errmsg strong {
		font-weight: bold;
		color: #FF0000;
		}
.note {
	padding: 1em 1em 1em 35px;
	background: #ffc url(../images/note.png) 10px 10px no-repeat;
	margin-top: 0px;
	}
.viewing {
	padding: 1em 1em 1em 35px;
	background: #EFF8FA url(../images/preview.gif) 10px 10px no-repeat;
	margin: 5px 0 5px 0;
	}
.arrow_right {
	padding: 1em 1em 1em 35px;
	background: #f0f0f0 url(../images/arrow_right.png) 10px 10px no-repeat;
	margin: 5px 0 5px 0;
	}

/* typography / dashboard
------------------------------------ */
#bigAlert {
	background: #fff9d7 url('../images/alert-vlarge.gif') no-repeat 14px 15px;
	padding: 0 10px 0 58px;
	border-top: 1px solid #ffe2af;
	border-bottom: 1px solid #ffe2af;
	margin-bottom: 15px;
}
	#bigAlert p {
		margin-top: 0px;
		}
.col {
	padding: 0px;
	text-align: left;
}
.left {
	text-align: left;
	float: left;
	width: 58%;
	}
	.left .col {
		min-width: 400px;
		padding: 0 10px;
		}
	.left .col-highlight {
		padding: 15px 20px 0 20px;
		margin-right: 9px;
		background: url('../images/bg_left.gif') no-repeat top left;
		height: auto;
		line-height: 14px;
		padding-bottom: 50px;
		}
	.left .col-close {
		width: 15px;
		background: url('../images/bg_right.gif') no-repeat top left;
		float: right;
		color: #f1f1f1;
		height: 190px;
		}
.right {
	text-align: left;
	float: left;
	width: 41%;
	}
	.right .col {
		min-width: 400px;
		padding: 0 10px;
		}
	.right .col-highlight {
		padding: 15px 20px 0 20px;
		margin-right: 9px;
		background: url('../images/bg_left.gif') no-repeat top left;
		height: auto;
		line-height: 14px;
		padding-bottom: 50px;
		}
	.right .col-close {
		width: 15px;
		background: url('../images/bg_right.gif') no-repeat top left;
		float: right;
		color: #f1f1f1;
		height: 190px;
		}

/* Module Navigation
------------------------------------ */
table#toolbar {
	margin-top: 2px;
	margin-bottom: 2px;
	}
table#toolbar a.toolbar {
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #DDD;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	}
	table#toolbar a.toolbar:hover {
		border: 1px solid #91013B;
		background-color: #f1e8e6;
		padding: 0px;
		}
	/* \ */
	* html table#toolbar a.toolbar,
	* html table#toolbar a.toolbar:hover {
		padding: 15px 0 0 0;
		margin: 0px;
		line-height: 0px;
		height: 40px;
		}
	/* */
	table#toolbar a.toolbar:active {
		color : #FF9900;
		}
	table#toolbar a.toolbar img {
		border: 0px;
		padding-right: 3px;
		}
table#toolbar a.toolbar_long {
	width: 140px;
	}

/* Table Formatting
------------------------------------ */
table.adminlist {
	width: 100%;
	padding: 0px;
	font-size: 11px;
	}
table.adminlist th {
	padding: 3px;
	background-color: #EDECEC;
	color: #000000;
	border-bottom: solid 1px white;
	font-weight: bold;
	border-right: 1px solid #F4F4F4;
	height: 25px;
	}
table.adminlist th.title {
	text-align: left;
	}
table.adminlist tr.row0 {
	background-color: #F9F9F9;
	}
table.adminlist tr.row1 {
	background-color: #FFF;
	}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
	}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
	}
table.adminlist td {
	padding: 5px;
	border-bottom: solid 1px #EDECEC;
	border-right: 1px solid #F4F4F4;
	}
table.adminlist td table td {
	padding: 0px;
	margin: 0px;
	}
table tr.row_header {
	background: #AF0049;
	}
	table tr.row_header td {
		padding: 5px;
		font-weight: bold;
		color: #fff;
		}
table tr.row {
	background: #F9F9F9;
	}

/* forms
----------------------------------------------- */
form {
	padding: 0px;
	margin: 0px;
	}
textarea,
input,
select {
	background: #fff;
	border: 1px solid #b2b2b2;
	color: #000;
	margin: 1px;
	padding: 3px;
	color: #000;
	font-size: 11px;
	font-family: Tahoma;
	}
input[type $= 'radio'] {
	background: none;
	border: 0px none;
	}
input[type $= 'checkbox'] {
	background: none;
	border: 0px none;
	}
input:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #686868;
	}
.button {
	font-size: 1em;
	font-weight: bold;
	background-image: url('../images/fade-butt.png');
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	}
.button2 {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url('../images/fade-butt.png');
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	}
.button3 {
	font-weight: bold;
	background-image: url('../images/fade-butt.png');
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	}

/* tab menus
----------------------------------------------- */
#menu {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
	}
#menu ul, #menu li	{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}	
#menu a:link, #menu a:visited	{
	background: #AC1854;
	border: 1px solid #ccc;
	color: #fff;
	float: left;
	font-weight: bold;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	}
#menu a:hover	{
	color: #AC1854;
	background: #fff;
	}	
#menu li#nav-selected a {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
	}

/* box
----------------------------------------------- */
.upperleft {
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-color : #f4f4f4;
	background-image : url('../images/upperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
	}
.upperright {
	background-image : url('../images/upperright.png');
	background-repeat : no-repeat;
	background-position : top right;
	}
.lowerleft {
	background-image : url('../images/lowerleft.png');
	background-repeat : no-repeat;
	background-position : bottom left;
	}
.lowerright {
	background-image : url('../images/lowerright.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 8px 15px 10px 15px;
	margin-bottom: 0px;
	}
.upperleft_dark {
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-color : #e4e4e4;
	background-image : url('../images/upperleft_dark.png');
	background-repeat : no-repeat;
	background-position : top left;
	}
.upperright_dark {
	background-image : url('../images/upperright_dark.png');
	background-repeat : no-repeat;
	background-position : top right;
	}
.lowerleft_dark {
	background-image : url('../images/lowerleft_dark.png');
	background-repeat : no-repeat;
	background-position : bottom left;
	}
.lowerright_dark {
	background-image : url('../images/lowerright_dark.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 8px 15px 10px 15px;
	margin-bottom: 0px;
	}
.formContainer {
	margin: 1px 0 0px 0;
	background: #e4e4e4;
	padding: 1px;
	line-height: 1.2;
	}
.formContainer_dark {
	margin: 1px 0 0px 0;
	background: #f4f4f4;
	padding: 1px;
	line-height: 1.2;
	}
.formContainer label,
.formContainer_dark label {
	width: 100px;
	float: left;
	font-size: 11px;
	padding: 4px 0 0 4px;
	color: #363636;
	}
.formContainer label.nofloat,
.formContainer_dark label.nofloat {
	float: none;
	font-size: 11px;
	padding: 0px;
	color: #363636;
	}
.formContainer label.widest,
.formContainer_dark label.widest {
	width: 200px;
	}
.formContainer label.wide,
.formContainer_dark label.wide {
	width: 150px;
	}
.formContainer label.thin,
.formContainer_dark label.thin {
	width: 50px;
	}
.formContainer div.clearfix,
.formContainer_dark div.clearfix {
	padding: 2px;
	}

/* Overlib
----------------------------------------------- */
.olCapFontClass { 
	font-weight: bold; 
	color: #222222;
	background-color: #dfdfdf; 
	text-align: left;
	}
	.olCapFontClass a { 
		color: #dfdfdf; 
		font-size: 9px; 
		text-align: left;
		}
.olFgClass td { 
	background-color: #f9f9f9; 
	padding: 5px 7px 7px 7px;
	line-height: 18px;
	text-align: left;
	}
.olCgClass {
	 padding: 0px;
	 border: 0px;
	text-align: left;
	}
	.olCgClass td {
		border-top: 1px solid #f1f1f1; 
		border-bottom: 1px solid #aaaaaa;
		background-color: #dfdfdf; 
		padding-left: 5px;  
		text-align: left;
		}
.olBgClass { 
	background-color: #9e9e9e; 
	text-align: left;
	}
.olCloseFontClass { 
	padding-bottom: 1px;
	text-align: right; 
	background-color: #dfdfdf; 
	text-align: left;
	}

/* SWFUpload
----------------------------------------------- */
.swfupload {
	position: absolute;
	z-index: 1;
	}
.progressWrapper {
	width: 357px;
	overflow: hidden;
	}
.progressContainer {
	margin: 5px;
	padding: 4px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
	}
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
	}
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
	}
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
	}
.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;	
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
	}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
	}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
	}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
	}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover {
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;	
	background-image: url('../images/cancelbutton.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
	}
a.progressCancel:hover {
	background-position: 0px 0px;
	}

/* click and drag columns
----------------------------------------------- */
#columns_left {
	float: left;
	border: 1px solid #999;
	width: 300px;
	min-height: 200px;
	margin-right: 10px;
	}
#columns_right {
	float: left;
	border: 1px solid #999;
	width: 300px;
	min-height: 200px;
	}
.column_heading {
	display: block;
	padding: 3px;
	background: #999999;
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
	}
.column {
	display: block;
	padding: 3px;
	background: #f0f0f0;
	cursor: move;
	margin-bottom: 3px;
	}

/* documentation
----------------------------------------------- */
.doc_pic {
	border: 1px solid #999;
	padding: 3px;
	}

/* login form
----------------------------------------------- */
.login form {
    margin: 0px;
	}
.loginheader {
	font: bold 12pt tahoma;
	margin: 0 0 4 0;
	}
.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #F1F3F5;
	}	
.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}
.login-form {
	text-align: left;
	float: right;
	width: 60%;
	}
.login-text {
	text-align: left;
	width: 40%;
	float: left;
	}
.inputlabel {
	font-weight: bold;
	text-align: left;
	}
.inputbox {
	width: 150px;
	border: 1px solid #cccccc;
	}
.clr {
	clear:both;
	}
.ctr {
	text-align: center;
	}