html {
    /*overflow: -moz-scrollbars-vertical; */
	margin:0;
	padding:0;
	height:100%;
}
body
{
	margin:0;
	padding:0;
	height:100%;
	/*background:#9999cc url(/images/bgSR.png) repeat-x;*/
	background:#420068;
    	color:#333366;
    	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#pageWrapper { width:962px; margin: 0 auto; min-height: 100%; text-align: left; margin-bottom: -1px;}
* html #pageWrapper { height: 100%; }

#mainHolder { position: relative; min-height: 100%; }
* html #mainHolder { height: 100%; }

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
* html #footerHolder { margin-top: -30px; }

a, a:link, a:visited, a:active
{
    /*color:#5188B4;*/
    color:#333366;
    font-size:1em;
    text-decoration:none;

}
a:hover
{
	color:#000000;	
	text-decoration:underline;
}
input[type=text] {
	margin:0;
	padding:3px 5px 3px 5px;
	height:15px;
}
input[type=password] {
	margin:0;
	padding:3px 5px 3px 5px;
	height:15px;
}
#mainHolder {
	width:962px;
	margin:auto;
	padding-bottom: 10px;
}
#headerHolder {
	height:20px;
	font-size:.8em;
	color:#333366;
}
#srLogo {
	float:left;
	/*width:221px;
	margin-right:373px;*/
}
#srITCS {
	float:right;
	width:442px;
	/*margin-right:373px;*/
}
#profileHolder {
	float:left;
	width:490px;
	height:50px;
}
#profileInfo {
	float:left;
	width:225px;
	font-size:.7em;
	color:#fff;
	margin:5px 5px 0 0;
	text-align:right;
}
#profileButtons {
	float:left;
	width:160px;
}
#profileButtons a, #profileButtons a:link, #profileButtons a:active {
	float:left;
	display:block;
	height:19px;
	background-color:#5188B4;
	border-left:1px solid #94BBDB;
	border-right:1px solid #94BBDB;
	border-bottom:1px solid #94BBDB;
	padding:5px 9px 0 9px;
	margin-left:5px;
	color:#fff;
	font-size:.7em;
	font-weight:bold;
	text-decoration:none;
}
#profileButtons a:hover {
	background-color:#94BBDB;
	border-color:#5188B4;
}
#homeLogo {
	margin:12px 0 0 0;
	text-align:right;
}
#tabStripHolder {
	height:34px;
	margin:8px 0 0 10px;
}
#tabStripHolder ul {
	margin:0;
	padding:0;
}
#tabStripHolder li {
	list-style-type:none;
	display:inline;
}
#tabStripHolder li a {
	float:left;
	display:block;
	height:19px;
	border:1px solid #333366;
	padding:5px 12px 0 12px;
	background-color:#003366;
	margin:0 5px 0 0;
	font-size:.7em;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
#tabStripHolder li a:hover, #tabStripHolder .activeTab {
	background-color:#FAFAFA;
	color:#333366;
	border-bottom:1px solid #FAFAFA;
}
/*#tabStripHolder li a:hover, #tabStripHolder .activeTab {
	background-color:#FAFAFA;
	background:url('/images/activeTab_up.png') repeat top center;
	color:#ffffff;
	border-bottom:1px solid #FAFAFA;
}
.activeTab:hover {
	background-color:#FAFAFA;
	background:url('/images/activeTab_down.png') repeat top center;
	color:#333366;
	border-bottom:1px solid #FAFAFA;
}/*
/*.button {
border:none;
background:url('images/button_thin_up.png') repeat top center;
padding: 2px 2px 2px 2px;
font-size:1.2em;
color:#cccccc;
}
.button:hover {
border:none;
background:url('images/button_thin_down.png') repeat top center;
padding: 2px 2px 2px 2px;
font-size:1.2em;
color:#000000;
}
*/
#contentHolder {
	margin:20px 0 50px 0;
	background-color:#aaaaaa;
	border-bottom:20px solid #2c0046;
	/*text-align:center;*/
}
#contentHeaderHolder {
	height:34px;
	background:#2c0046;
	/*background:#333366 url(/images/contentHeaderBg.gif);*/
}
#contentHeaderHolder h1 {
	margin:0;
	padding:8px;
	float:left;
	width:400px;
	font-size:1em;
	color:#f0f0f0;
	padding:7px 5px 0 10px;
	/*text-transform:uppercase;*/
	margin-right:15px;
	text-align:left;
}


#pageMenuHolder {
	float:left;
	width:859px;
	padding:9px 0 0 0;
	color:#fff;
	font-size:.7em;
}
#pageMenuHolder a {
	color:#FFEFA3;
	text-transform:uppercase;
	font-weight:bold;
}
#pageMenuHolder a:hover, #pageMenuHolder .activePage {
	color:#fff;
	text-decoration:none;
}
#pageContentHolder {
	padding:10px;
	background-color:#f0f0f0;
}
#pageContentHolder h2 {
	margin-bottom:0;
	position:relative;
}
#pageContentHolder h3 {
	position:relative;
}
#attachFileLeftColumn {
	float:left;
	width:250px;
}
#attachFileRightColumn {
	float:right;
	width:630px;
}
#leftColumn-oneHalf {
	float:left;
	width:470px;
}
#rightColumn-oneHalf {
	float:left;
	width:475px;
	line-height:23px;
	text-align:justify;
	color:#333333;
}
#rightColumn-oneHalf h1 {
	margin:0;
	padding:0;
	background-color:#888888;
	color:#FAFAFA;
	text-transform:uppercase;
	font-size:.9em;
	padding:6px 0 4px 20px;
	width:100%;
	font-weight:bold;
}
#rightColumn-oneHalf p, #rightColumn-oneHalf ul {
	padding:0 0 0 20px;
}
#rightColumn-oneHalf ul {
	margin:0 0 10px 30px;
}
#rightColumn-oneHalf ul li {
	list-style-type:square;
	margin-bottom:0;
	color:#765A2F;
	font-weight:bold;
}
table.contentTable {
	border-width:0;
	border-style:outset;
	border-color:#F2F2F2;
	border-collapse:separate;
	width:100%;
}
table.contentTable th {
	border-width:0;
	text-transform:uppercase;
	color:#fff;
	padding:6px 0 4px 0;
	border-style:inset;
	font-size:1em;
	background-color:#888888;
	text-align:center;
}
table.contentTable td {
	border-width:0;
	padding:4px;
	border-style:inset;
	border-color:#F2F2F2;
}
.rowColor1 {
	background-color:#DADADA;
}
.rowColor2 {
	background-color:#E6E6E6;
}
.rowColorHighlighted {
	background-color:#FFFFFF;
}
.headerRow {
	background-color:#B9B9B9;
	font-weight:bold;
	color:#5C5C5C;
}
.headerRow a, .headerRow a:visited {
	font-weight:bold;
	color:#5C5C5C;
}
.footerRow {
	background-color:#000033;
	height:10px;
}
.push { height:30px; }
#footerHolder {
	height:30px;
	width:100%;
	position: relative;
	margin: -30px auto 0 auto;
	background-color:#2c0046;
	text-align:center;
}
#copyrightInfo {
	width:964px;
	margin:auto;
	color:#cccccc;
	font-weight:bold;
	font-size:.7em;
	padding:10px;
	text-align:center;
}
.formPair
{
	margin-bottom:5px;
}
.noMargin {
	margin-bottom:0;
}
.label
{
	float:left;
	width:210px;
	display:block;
	text-align:right;
	padding:0 10px 0 0;
	font-weight:bold;
	color:#333366;
}
.noBold {
	font-weight:normal;
}
.labelMate {
	float:left;
	width:230px;
	display:block;
}
.dateInput {
	width: 150px;
}
.smallText {
	font-size:.7em;
}
.unassigned {
	color:#946425;
	font-weight:bold;
}
.clearer { clear: both;	display: block;	height: 1px; margin-bottom: -1px; font-size: 1px; line-height: 1px; }

.tableHeaderWrapper {
	width:100%;
}
.tablePagination {
	float:left;
	/* width:100px; */
	color:#fff;
	font-weight:bold;
	font-size:.75em;
	text-align:left;
	padding:2px 0 0 10px;
	text-transform:none;
}
.tablePagination a, .tablePagination a:visited {
	color:#FFEFA3;
}
.tableTitle {
	/* width:750px; */
	text-align:center;
}
.errorMessage {
	color: #D72121;
	font-weight: bold;
	text-align: center;
}

.floatLeft {
	float: left;
}

/* Stylize the Submit Buttons */
input.LoginButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonLogin.gif');
	width: 82px;
	height: 27px;

}

input.SaveChangesButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonSaveChanges.gif');
	width: 160px;
	height: 27px;
}

input.SearchButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonSearch.gif');
	width: 82px;
	height: 27px;
}

input.ResetButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonReset.gif');
	width: 110px;
	height: 27px;
}

input.CreateButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonCreate.gif');
	width: 110px;
	height: 27px;
}

input.RemoveButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonRemove.gif');
	width: 110px;
	height: 27px;
}

input.AddInterfaceButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonAddInterface.gif');
	width: 130px;
	height: 27px;
}

input.RemoveAssetLinkButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonRemoveLink.gif');
	width: 122px;
	height: 27px;
}

input.AssetLinkButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonLinkedAsset.gif');
	width: 122px;
	height: 27px;
}

input.LinkToAssetButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonLinkToAsset.gif');
	width: 130px;
	height: 27px;
}

input.AddSubscriptionButton {
	border-width:0;
	border: 0;
	outline: none;
	background-image: url('/images/buttonAddSubscription.gif');
	width: 165px;
	height: 27px;
}

/** Menu Styles **/
/* level 0 inner */
.m0l0iout {
	font-size: 14px;
	text-decoration: none;
	margin: 3px 0 0 0px;
	color: #000000;
}
.m0l0iover {
	font-size: 14px;
	margin: 3px 0 0 0px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color: #FFFFFF;
}
.m0l0oover {
	text-decoration : none;
	background-color: #FFFFFF;
}

/* Define Root Level Items
#e0_0o { background-image: url('/includes/fj_menu/images/menu_schedule.png'); }
*/
