body {
	font-size: 12px;
}
/*My Helpers*/

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

#production-warning,
#errors-warning
{
	width: 100%;
	height: 20px;
	background-color: #0099FF;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-bottom: 2px solid #CC0000;
	margin: 0px auto;
	font-size: 12px;
	line-height: 17px;
}

#errors-warning
{
	background-color: #FFFF00;
	color: #111111;
}

/*-------------------------------------------------------------------
Navigation
-------------------------------------------------------------------*/

#azure-nav
{
	width: 960px;
	margin: 0px auto;
}

#azure-nav-main
{
	/*height: 65px;*/
	height: 119px;
	width: 960px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#azure-nav-main li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 20px 20px 0px 15px;
}

#azure-nav-main a,
#azure-nav-main a:visited
{
	color: #000000;
	display: block;
	background-image: none;
	height: 39px;
	margin: 0px;
	padding: 0px;
}

#azure-nav-main a.selected
{
	color: #dc5120;
}

#azure-nav-main a.azure-temp-nav
{
	color: #0033CC;
}

#azure-nav-main a:hover
{
}

#azure-nav-main li.active-li
{
	background-image: url(../images/azure-tab-active-slice.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#azure-nav-main ul
{
	/*padding-top: 11px;*/
	display: none;
	list-style-type: none;
	height: 47px;
	position: absolute;
	left: 0px;
	width: 100%;
	/*top: 65px;*/
}

#azure-nav-main ul li
{
	display: inline;
	padding: 20px 20px 0px 15px;
}

#azure-nav-main ul.active-menu
{
	display: block;
}


#azure-nav-main .azure-nav-divider
{
	padding: 0px;
	width: 2px;
	height: 59px;
	background-image: url(../images/azure-tab-divider.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*LHA More Common*/
table th
{
	text-align: left;
}


.content-box .azure-table
{
	color: #000000;
	font-size: 10px;
	width: 650px;
	table-layout: auto;
	margin-left:1px;
}

.azure-table tr
{
	/*width: 910px;*/
	border-bottom: 1px solid #ebebeb;
}

.azure-table td,
.azure-table th
{
	vertical-align: top;
	padding:6px 0 6px 4px;
}

.azure-table th
{
	padding: 6px 4px;
	border-right: 1px solid #ebebeb;
}

.azure-table-header
{
	background-color: #f8f8f8;
	font-weight: bold;
}

.azure-table-row-alt
{
	background-color: #fdfdfd;
}

.azure-table-row-hover
{
	background-color: #eef6fb;
}

.azure-drag-handle
{
	text-align: center;
	cursor: crosshair;
	width: 60px;
	margin-right: 10px;
	background-image: url(../images/drag-handle.png);
	background-position: center;
	background-repeat: no-repeat;
}

.resource-sidebox
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

.resource-sidebox li
{
	line-height:14px;
	padding-left: 14px;
}

.resource-sidebox a
{
	color:#5A6889;
	font-size:10px;
	text-decoration: none;
}

/*-------------------------------------------------------------------
Message Box Styles
-------------------------------------------------------------------*/

#message-box, #excel
{
	border: 1px solid #DBDDE4;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 1px;
	width: 650px;
	font-size: 10px;
}

#excel {
	display:none;
	margin-bottom:20px;
	background:#F9FBFE;
}

#excel .wait img {
	position:relative;
	left:14px;
	top:2px;
}
#excel .result {
	display:none;
}

#excel .result a:hover {
	color:#DC5120;
}

#message-box-control
{
	background-color: #E5E5E5;
}

#message-box-control h2
{
	float: left;
	font-weight: bold;
	width: 100px;
	font-size: 10px;
	margin-left: 5px;
}

#message-box-control a
{
	float: right;
	margin-right: 5px;
}

#message-box-show
{
	display: none;
}

#message-box-hide
{
}

#message-box ul
{
	background-color: #F9FBFE;
	margin: 0px;
}

#message-box li
{
	padding: 5px;
}

/*-------------------------------------------------------------------
The filter bars of power
-------------------------------------------------------------------*/

.azure-filter-bar
{
	border-bottom: 1px solid #cecece;
	margin: 0px;
	width: 914px;
}

.azure-filter-bar-inner
{
	background-color: #e5e5e5;
	padding:5px;
	height: 20px;
	margin: 1px 0px;
	font-size: 10px;
}

.filter-bar-label
{
	display: block;
	float: left;
	width: 62px;
}

.filter-bar-select
{
	float: left;
	margin: 1px 30px 0px 0px;
	font-size: 10px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.filter-bars
{
	overflow: hidden;
	float: left;
	width: 670px;
	height: 20px;
}

.filter-bars ul
{
	height: 20px;
}

.filter-bars li
{
	display: inline;
	color: #999999;
	padding-right: 7px;
}

.filter-bars li a
{
	color: #000000;
}

.filter-bars li .selected
{
	font-weight: bold;
	color: #DC5120;
}

#azure-page-inner ._filterText
{
	width: 90%;
}

#azure-page-inner .filterColumns
{
	background-color: #F8F8F8;
	border-bottom: 2px solid #ebebeb;
}

/*-------------------------------------------------------------------
ORM Pagination
-------------------------------------------------------------------*/

.orm-pagination-left
{
	float: left;
	width: 200px;
}

.orm-pagination-left select
{
	font-size: 10px;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.orm-pagination-right
{
	float: right;
	margin-right: 5px;
	margin-top:5px;
}

.view-col
{
	width: 50px;
	text-align: center;
}

.edit-col
{
	width: 50px;
	text-align: center;
}

.delete-col
{
	width: 50px;
	text-align: center;
}

.input-submit
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 10px;
	background-color: #e5e5e5;
	height: 20px;
	color: #010101;
	padding: 0px 5px;
	padding-bottom: 4px;
	border: 1px solid #cecece;
	-moz-border-radius: 5px;
}

.input-submit:hover
{
	color: #DC5120;
	background-color: #e7e7e7;
	border: 1px solid #bebebe;
	cursor: pointer;
}

/*-------------------------------------------------------------------
Table Sorter
-------------------------------------------------------------------*/

th.header
{
	background-image: url(../images/tsorter-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

th.headerSortUp
{
	background-image: url(../images/tsorter-asc.gif);
	background-color: #eef6fb;
}

th.headerSortDown
{
	background-image: url(../images/tsorter-desc.gif);
	background-color: #eef6fb;
}

/*-------------------------------------------------------------------
SSP Question Page
-------------------------------------------------------------------*/


.ssp-question-box
{
	border: 1px solid #dbdde4;
	width: 98%;
	position: relative;
	margin: 40px 0px;
}

.ssp-question-box table
{
	color: #5a6889;
	border: 1px dashed #d9d9d9;
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: 12px;
}

.ssp-question-box tr
{
	border: none;
	background-color: #f9fbfe;
	height: 60px;
}

.ssp-question-box .alt-row
{
	background-color: #ffffff;
}

.ssp-question-box td,
.ssp-question-box th
{
	border: none;
	padding:6px;
	height: 50px;
	padding-left: 20px;
}

.ssp-question-box th
{
	background-color: #EFEFEF;
}

.ssp-question-box-inner
{
	width: 595px;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px auto;
	border: 1px dashed #d9d9d9;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.question-count
{
	position: absolute;
	top: -10px;
	left: 10px;
	width: 140px;
	text-align: center;
	background-color: #ffffff;
	color: #d50000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.question-text
{
	color: #5a6889;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0px;
}

.question-help
{
	color: #5a6889;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px 25px 0px;
	line-height: 20px;
}

.question-red
{
	color: #d50000;
	font-weight: normal;
}

#question-previous,
#question-next
{
	float: left;
	width: 166px;
	height: 18px;
	margin: 15px 0px;
}

#question-next
{
	float: right;
}

.ssp-text,
.ssp-text-mid,
.ssp-text-wide
{
	width: 60px;
	height: 15px;
	border: 1px solid #abb3c5;
	color: #5a6889;
	padding: 7px;
}

.ssp-text-mid
{
	width: 110px;
}

.ssp-text-wide
{
	width: 230px;
}

.ssp-save-btn
{
	display: block;
	margin: 40px auto;
	width: 199px;
	height: 45px;
}

/*Make it override*/
#content-column .ssp-small
{
	padding-left: 35px;
	width: 80px;
}

.ssp-spacer
{
	width: 30px;
}

#left-menu li ul li
{
	height: auto;
}

#content-column #head-box
{
	height:100px;
}


.azure-page-inner-container
{
	margin-bottom: 30px;
}

.azure-page-inner-footer
{
	margin-top: 0px;
	font-size: 10px;
	border: 1px solid #D9D9D9;
	padding: 5px;
	width: 639px;
	border-top: none;
	border-collapse: collapse;
	background-color:#F8F8F8;
}

.ssp-question-box .half-table
{
	width: 323px;
	float: left;
}

.ssp-na
{
	text-align: center;
	font-weight: bold;
	line-height: 24px;
}

.ssp-na em
{
	font-weight: normal;
}

/*These need to override anything else*/
#wrap-body .ssp-choice-error input,
#wrap-body .ssp-choice-error select
{
	border: 1px solid #D50000;
}

#wrap-body .ssp-no-pad
{
	padding-left: 0px;
}

/*Login Screen*/

#login-screen-box
{
	margin-top: 0px;
	margin-bottom: 60px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#5A6889;
	background-color: #F9FBFE;
	border: 1px solid #D9D9D9;
	padding: 20px;
}

.login-strap-text
{
	margin: 20px 0px;
	font-size: 12px;
	color: #435286;
	line-height: 24px;
}

#login-screen-box label
{
	display: block;
	width: 90px;
	float: left;
	margin-top:7px;
	font-size: 14px;
	font-weight: bold;
}

#login-screen-box input
{
	display: block;
	margin: 0px 0px 15px 20px;
	float: left;
	font-size: 12px;
}

#login-screen-box #login-screen-btn
{
	font-weight: bold;
	height: 30px;
	margin-bottom: 7px;
	margin-left: 108px;
	padding-bottom: 5px;
	padding-top: 0px;
	width: 157px;
	color: #5A6889;
}

/*actually a p in markup*/
#login-error-box
{
	color:#cc0000;
	font-size:12px;
	font-weight: bold;
	margin: 10px 0;
}

/*JQALERT STUFF*/
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #C71D11;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/*-------------------------------------------------------------------
SSP Generate Excel Page
-------------------------------------------------------------------*/

.ssp-excel
{
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #5A6889;
}

/*-------------------------------------------------------------------
SSP Archiving Page
-------------------------------------------------------------------*/

#archive-dropdown {
	float: left;
	margin: 10px 0px 20px;
	padding: 0px;
}
#archive-dropdown form {
	float: left;
	margin: 0px 10px 0px 0px;
}
#archive-dropdown label, #archive-dropdown #change_archive {
	padding: 3px 3px 3px 0px;
}
#archive-dropdown a, #back-link a, #add-archive-page-link a, #archive-page-link a {
	font-weight: bold;
}
#new-archive-link {
	float: left;
	margin: 5px 0px 0px;
}
#back-link {
	margin: 20px 0px 30px;
}
#add-archive-page-link {
	margin: 10px 0px;
}
#archive-warning, #archiver-intro {
	margin: 10px 0px 20px;
	line-height: 20px;
}
#action-list {
	background-color: #F9FBFE;
	padding: 15px;
	font-size: 12px;
	color: #5A6889;
	font-size: 12px;
	line-height: 30px;
}
#action-list img {
	display: none;
	float: right;
}
#action-list .question {
	margin: 0px 0px 0px 25px;
}
#action-list .choice {
	margin: 0px 0px 0px 50px;
}
#action-list .answer {
	margin: 0px 0px 0px 75px;
}
#archive-id {
	display: none;
}

