body
{
	background-color: rgb(239,239,239);
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(90,90,90);
}

a
{
	text-decoration: none;
	color: rgb(90,90,90);
}

#sub-menu-items a
{
	color: White;
}

a:hover, #sub-menu-items a:hover, #sub-menu-items a.selected
{
	color: rgb(255,83,14);
}

#drpOrganization 
{
    margin-bottom:5px!important;
}
#drpBankAccount {
    margin-bottom:5px!important;
}
#RadDatePicker1_dateInput_wrapper {
    margin-bottom:5px!important;
}
#RadDatePicker2_dateInput_wrapper {
    margin-bottom:5px!important;
}

#login
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 604px;
	height: 266px;
	background-image: url("images/login_background.png");
	background-repeat: no-repeat;
	margin-top: -224px;
	margin-left: -302px;
	padding-top: 170px;
	padding-left: 60px;
	text-align: left;
	color: White;
}

.login-button
{
	width: 120px;
	height: 50px;
	border: none !important;
	background-image: url("images/login_button.png");
	background-repeat: repeat-x;
	margin-left: 3px;
	color: White;
}

.login-button:hover
{
	border: solid 1px White !important;
	background-image: none;
}

#menu-top-links
{
	width: 806px;
	text-align: right;
	margin: 10px 0px 5px 0px;
}

.top-link
{
	padding: 4px;
	border-radius: 4px;
}

.top-link:hover
{
	background-color: rgb(255,83,14);
	color: White;
}

#main-menu
{
	width: 800px;
	border: solid 3px rgb(209,209,209);
	border-radius: 12px;
	background-color: White;
	padding: 5px;
}

#main-menu-logo
{
	float: left;
	text-align: left;
	margin: 30px 0px 0px 30px;
}

#main-menu-items 
{
	list-style-type: none;
	background-color: rgb(66,80,94);
	clear: right;
	padding: 0px;
	margin: 0px;
}

.menu-item, .menu-item-inactive
{
	float: right;
	display: block;
	width: 120px;
	height: 110px;
	background-color: rgb(66,80,94);
	color: White;
	text-align: center;
	border-right: solid 1px White;
	padding-top: 10px;
}

.menu-item:hover
{
	background-color: rgb(255,83,14);
}

.menu-item-inactive
{
	background-color: rgb(182,182,182);
	color: rgb(219,219,219);
}

#sub-menu-items
{
	width: 592px;
	/*height: 13px;*/
	height: 3px;
	margin-top: 121px;
	margin-left: 193px;
	background-color: rgb(213,213,213);
	color: White;
	text-align: left;
	padding: 6px;
}

#content
{
	width: 806px;
	border-radius: 12px;
	background-color: rgb(234,234,234);
	text-align: left; /* REMOVE THIS */
	margin-top: 7px;
	padding: 0px 7px 7px 7px;
}

#path
{
	float: left;
	border-radius: 6px;
	background-color: White;
	margin: 7px 0px 7px 0px;
	padding: 5px 10px 5px 10px;
}

#selections
{
	float: left;
	padding: 8px 0px 0px 10px;
}

#drpOrganization, #drpBankAccount
{
	margin-bottom: 5px !important;
}

.add-button
{
	float: right;
	border: solid 2px White !important;
	border-radius: 8px !important;
	background-color: rgb(189,211,222);
	color: rgb(90,90,90);
	margin: 7px 0px 7px 0px;
	padding: 5px 12px 5px 12px !important;
}

.add-button:hover
{
	background-color: rgb(255,83,14);
	color: White;
}

.content-table
{
	width: 100%;
	clear: both;
	border-radius: 8px;
	background-color: White;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

.content-table td
{
	padding: 2px;
}

.service-status
{
	border-radius: 6px;
	background-color: #EDEDED;
	margin: 0px 0px 12px 0px;
	padding: 6px 10px 5px 10px;
	width: 310px;
	font-size: 14px;
}

.service-status-image
{
	vertical-align: middle;
	margin-right: 20px;
}

.content-table-row
{
	background-color: rgb(247,247,247);
}

.content-table-row-selected, .content-table-altrow-selected
{
	background-color: rgb(67,81,95);
	color: White;
}

.content-table-row:hover, .content-table-altrow:hover, .content-sub-table-row:hover, .content-sub-table-altrow:hover
{
	background-color: rgb(255,83,14);
	color: White !important;
}

.content-sub-table
{
	width: 100%;
	background-color: rgb(175,175,175);
	color: White;
}

.content-sub-table-row
{
	background-color: rgb(209,209,209);
	color: rgb(90,90,90);
}

.content-sub-table-altrow
{
	background-color: rgb(191,191,191);
	color: rgb(90,90,90);
}

.content-sub-table-add-button
{
	color: White;
}

.window-table td
{
	height: 30px;
}

.cert-file-types
{
	width: 100%;
	margin-bottom: 10px;
}

.cert-file-types td
{
	height: auto;
}

.content-table-row:hover a.cert-file-types-delete-link, .content-table-altrow:hover a.cert-file-types-delete-link
{
	color: White;
}

input[type='text'], input[type='password'], input[type='submit'], textarea, select {
	border: solid 1px Silver;
	border-radius: 4px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[type='file'] {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[type='text'], input[type='password'], input[type='submit'], textarea
{
	padding: 2px 7px 2px 7px;
}

input[type='file'], select
{
	padding-left: 2px;
}

input[type='submit']:hover
{
	background-color: rgb(255,83,14);
	color: White;
}

input[type='submit']:disabled
{
	background-color: rgb(240,240,240);
}

.RadPicker .RadInput .riTextBox
{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 7px 2px 7px !important;
}

/* IE11 fix */
.RadPicker {
	display: inline-table !important;
}

#rcMView_Today
{
	display: none;
}

.RadGrid
{
	outline: none;
}

.RadPanelBar_Transparent
{
	background-image: none !important;
}

.rpRootGroup
{
	border-style: none !important;
}

.rpHeaderTemplate
{
	background-image: none !important;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	color: rgb(90,90,90) !important;
	line-height: 50px !important;
	border-bottom-style: none !important;
	margin-top: 5px;
}

.rpTemplate
{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
	color: rgb(90,90,90) !important;
	line-height: normal !important;
}

.rpFocused, .rpExpanded, .rpSelected
{
	background-color: Transparent !important;
}

.tooltip
{
	border-bottom: 1px dotted;
	cursor: help;
	position: relative;
}

.tooltip span
{
	margin-left: -999em;
	position: absolute;
}

.tooltip:hover span
{
	margin-left: 0;
	z-index: 99;
	left: 1em;
	top: 2em;
}

.tooltip-content
{
	border: 1px solid #FF530E;
	padding: 4px;
	background-color: White;
	font-weight: normal;
	color: rgb(90,90,90);
}