* {
	margin:0;
	padding:0;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
}
html {
	height:100%;
}
body {
	padding:10px;
}
p {
	padding:10px 0;
}
a {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
label {
	display:block;
	font-style:italic;
	font-size:90%;
	padding:7px 0 2px 0;
}
label:first-child {
	padding:0;
}
.inline {
	display:inline !important;
	font-style:normal;
}
input[type="text"],input[type="password"] {
	padding:0 5px;
	display:block;
}
td, th {
	border:0;
	padding:3px;
}
.header-left {
	float:left;
}
.header-right {
	float:right;
}
#pageTitle {
	text-align:right;
	font-size:20px;
	font-weight:bold;
	display:block;
}
#pageTitle a {
	font-size:20px;
	font-weight:bold;
	color:black;
	text-decoration:none;
}
#logout {
	padding:20px 0 0 0;
	text-align:right;
}
#logo_text {
	float:right;
	padding-left:7px;
	font-size:17px;
	line-height:17px;
	text-align:justify;
}
#logo_text span.capital {
	font-size:25px;
	font-style:italic;
}
#graybar {
	padding:5px 0 0 0;
	border-bottom:2px solid gray;
}
#primary_content {
	padding:10px 0;
}
#modalBackground {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 90;
	background-color:Black;
	opacity: 0.50;
	filter: alpha(opacity=50)
}
#modalContent {
	background-color: white;
	padding: 10px;
}
#modalControls {
	padding:5px 10px;
}
#modalWindow {
	z-index: 100;
	width: 80%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*
	-moz-box-shadow: 5px 5px 10px black;
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;
	*/
}
#loadingWindow {
    height: 100px;
    width: 100px;
    background-color:white;
	border: 2px solid #A5C9FF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px 5px #A5C9FF;
	-webkit-box-shadow: 0px 0px 10px 5px #A5C9FF;
	box-shadow: 0px 0px 10px 5px #A5C9FF;
	z-index: 300;
}
#loadingWindow IMG {
	display: block;
    margin:0 auto;
    position:relative;
    top:40px;
    height:20px;
}
.resize {
	padding:2px;
	margin-bottom:15px;
}
.common_table_container {
	max-height:355px;
	overflow-y:auto;
	padding-right:2px;
	margin-bottom:2px;
}
.scrollTable_container {
	overflow-y:scroll;
	max-height:768px;
}
table.scrollTable {
	border-collapse:collapse;
	width:100%;
	margin-bottom:-1px;
}
table.scrollTable th, table.scrollTable td {
	padding:3px 10px;
}
table.scrollTable th {
	font-weight:bold;
}
table.scrollTable tr.selectable:hover td {
	cursor:pointer;
}
table.scrollTable tr.highlight td{
	cursor:default;
}
#tabs_container {
	padding:20px 0 0 0;
	min-width:650px;
}
#tabs_content {
	padding:10px;
	min-height:225px;
	background-color:white;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 6px gray ;
	box-shadow: 3px 3px 6px gray;
}
SPAN.tab {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	position:relative;
	top:-4px;
	padding:4px 25px;
	border-bottom:0 !important;
	cursor:pointer;
	margin-right:4px;
}
SPAN.selected {
	position:relative;
	top:-3px;
	background-color:white !important;
	font-weight:bold;
	border-top:5px solid !important;
}
DIV.menu_container {
	float:left;
	width:100px;
}
#menu_content {
	margin-left:100px;
	padding:10px;
	background-color:white;
	border-radius: 5px;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius: 10px;
	min-height:225px;
}
DIV.menu {
	padding:3px 10px;
	border-right:0 !important;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding:7px;
	margin-bottom:5px;
	cursor:pointer;
}
DIV.selected {
	position:relative;
	left:1px;
	background-color:white !important;
	font-weight:bold;
	border-left:5px solid !important;
}
DIV.inner_tab_content {
	padding:10px;
}
.heading {
	display:block;
	background-color:#3344AA;
}
.subheading {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	margin:0 auto;
	width: 80%;
}
.subheading_content {
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
	text-align:center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
	margin: 0 auto;
	padding: 5px 0;
	width: 80%
}
.box {
	display:block;
	margin:0 auto 10px auto;
	padding:10px 0;
	text-align:center;
	border:1px solid;
}
.info {
	color: #00529B;
	background-color: #BDE5F8; /* Read Me Blue */
}
.alert {
	color: #9F6000;
	background-color: #FEEFB3; /* Caution Yellow */
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF; /* Green For Go */
}
.error {
	color: #D63301;
	background-color: #FFCCBA; /* Stop On Red */
}
.last-child {
	width:10%;
}
.clear {
	clear:both
}
.copyright {
	float:right;
	font-style:italic;
	font-size:80%;
}