@CHARSET "UTF-8";
/* Harris Christiansen */
/* Project: Aga Portal */
/* August 2013 */

html, body {
	background-color: #310b27;
	background-image: url(/Resources/images/roadbg.jpg);
	background-repeat: no-repeat;
	background-position: 80% 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	min-width: 558px;
}
body {
	padding-top: 80px;
	padding-bottom: 60px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
.upper-case {
	text-transform: uppercase;
}
.wideTextForm input[type="text"], .wideTextForm input[type="password"] {
	min-width: 240px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float:right;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.linkButton {
	padding: 5px 15px 5px 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.blueButton {
	background: url(/Resources/images/sidebar_menu_top.gif) no-repeat;
}
a.blueButton:hover, input.blueButton:hover {
	background: url(/Resources/images/sidebar_menu_top_a.gif) no-repeat;
}
.greenButton {
	background-color: #B5CB43;
}
a.greenButton:hover, input.greenButton:hover {
	background-color: #a2b63c;
}
.redButton {
	background-color: #F45A4D;
}
a.redButton:hover, input.redButton:hover {
	background-color: #db5145;
}

#topMenuBar {
	width: 100%;
	padding-right: 1%;
	color: #FFFFFF;
	background-color: #2FA9D4;
	list-style: none;
	font-size: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #000000;
	margin-top: 0px;
	z-index: 1;
}
#topMenuBar a {
	display: block;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
	height: 13px;
}
#topMenuBar .navItem a:hover {
	background: url(/Resources/images/menu_bg.gif) repeat-x;
}
#topMenuBar .navPanel {
	z-index: 1;
	padding: 0;
}
#topMenuBar .navItem {
	float: left;
	position: relative;
	background-color: #2FA9D4;
}
#topMenuBar .navPanel {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	padding: 0px 50px 40px 0px;
}
#topMenuBar .navPanel .navItem {
	float: none;
	border-top: 1px solid #000000;
}
#topMenuBar .navPanel .navPanel {
	top: -1px;
	left: 100%;
}
#topMenuBar .navPanel .navPanel .navItem {
	border-left: 1px solid #000000;
}
#topMenuBar .navItem:hover > .navPanel {
	visibility: visible;
}
#navBarLogo {
	float: left;
	display: block;
	height: 35px;
	width: 65px; /* 233 px for full logo */
	background: url(/Resources/images/aga_logo_menubar.png) no-repeat;
}
#topMenuBarRight {
	float: right;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
	height: 13px;
}

footer {
	background-color: #234756;
	margin-top: 20px;
	width: 100%;
	height: 12px;
	font-size: 12px;
	padding: 8px;
	min-width: 1200px;
}

.clearCont {
	clear: both;
}

.contentPanel {
	padding: 10px;
	margin: 6px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	font-size: 13px;
}
.linkText {
	color: #853AFF;
}
.linkText:hover {
	text-decoration: underline;
}
.contentPanel.whitePanel a {
	color: #000000;
}
.contentPanel.redPanel a {
	color: #FFFFFF;
}
.contentPanel a:hover {
	text-decoration: underline;
}
.contentPanelTitle {
	font-size: 16px;
}
#leftPanel {
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}
#leftPanel .contentPanel {
	max-width: 200px;
}
#centerPanel {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	z-index: 0;
}
#rightPanel {
	padding-top: 10px;
	width: 100%;
}
.whitePanel {
	background-color: #FFFFFF;
	color: #000000;
}
.greenPanel {
	background-color: #093;
	color: #FFFFFF;
}
.redPanel {
	background-color: #C00;
	color: #FFFFFF;
}
.contentPanel .recentLink {
	color: #000000;
	display: block;
}
.leftSearchField input[type="text"] {
	width: 110px;
}
.leftSearchField input[type="submit"] {
	width: 60px;
}
.leftNavItem {
	width: 187px;
	padding: 8px 4px 8px 4px;
	margin: 6px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 14px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.leftNavDropdown, .leftNavDropdownClosed {
	width: 185px;
	padding-left: 20px;
}
.leftNavDropdownClosed {
	display: none;
}
.leftNavDropdownItem {
	width: 165px;
	padding: 6px 5px 4px 5px;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 21px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.closeableItemTrigger {
	background-image: url(/Resources/images/plusBtn.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
}
.panelTitle {
	font-size: 18px;
	color: #256c89;
	text-align: left;
}
.centerPanelTable {
	width: 98%;
	margin-left: 1%; margin-right: 1%;
}
th {
	font-weight: normal;
}
.centerPanelTableHead {
	background-color: #60c8f2;
	height: 40px;
	color: #039;
	font-size: 16px;
}
.imptMsgTableHead {
	background-color: #f36161;
	height: 22px;
	color: #039;
	font-size: 16px;
}
.centerPanelTableHead td:first-child, .imptMsgTableHead td:first-child {
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
.centerPanelTableHead td:last-child, .imptMsgTableHead td:last-child {
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
.centerPanelTableHead td, .centerPanelTableRow td, .imptMsgTableHead td {
	padding: 5px;
	text-align: left;
}
.centerPanelTableRow {
	background-color: #ecf8fd;
	height: 40px;
	color: #669;
	font-size: 13px;
}
.centerPanelTableRow a {
	color: #5959c9;
}
.centerPanelTableRow a:hover {
	text-decoration: underline;
}
.clickableTableRow:hover {
	background-color: #D4DFE4;
	cursor: pointer;
}
.imptRow {
	background-color: red;
}
.subTable {
	color: #669;
	border: none;
	font-size: 13px;
}
.centerPanelButton {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: bold;
	float: right;
	height: 30px;
	font-size: 18px;
	text-align: center;
	padding: 0px 20px 0px 20px;
	margin-right: 20px;
	color: #FFFFFF;
}
.rightNavItem {
	width: 225px;
	padding: 8px 5px 8px 5px;
	margin: 6px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 14px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.rightNavDropdown {
	width: 225px;
	padding-left: 20px;
}
.rightNavDropdownClosed {
	width: 225px;
	padding-left: 20px;
	display: none;
}
.rightNavDropdownItem {
	width: 205px;
	padding: 6px 5px 4px 5px;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 21px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.addCompanyFormInput {
	width: 50%;
}