html {
	
}

body {
	font-family: Verdana, Tahoma;
	font-size: 0.75em !important;
	background-color: #EFEFEF;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #5a5a5a;
	text-shadow: rgba(33,33,33,0.3) 1px 1px 2px;	
}

h2 {
	background-image: url(../images/title_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #1C7EA5;
	padding: 20px 15px;
	
	margin: 0px 0px 15px 0;
	
	color: #fff;
	font-size: 1.3em;
	
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	
	text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
	font-weight: normal;
	font-family: Arial;
	
	text-transform: uppercase;
}

h3 {
	color: #333;
	padding: 2px;
	margin: 0;
	font-size: 1.2em;	
}

dt {
	float: left;
	padding: 0 5px 0;
}

dd {
	margin: 5px 0;
}

label, .label {
	font-weight: bolder;
	/*color: #5a5a5a;*/
}

fieldset {
	border: none;
}

input[type=text],
input[type=password],
input[type=checkbox],
textarea {
	border: 1px solid #bababa;
	vertical-align: middle;
}

input[type=button],
input[type=submit],
input[type=reset],
.button {
	display: inline-block;
	
	background-image: url(../images/button_bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #5283A1;
	
	color: #fff;
	font-size: 0.9em !important;
	font-weight: bolder;
	padding: 8px 15px;
	line-height: 15px;
	
	border: 1px solid #5283A1;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover {
	text-decoration: underline;
	cursor: pointer;
		
	filter: alpha(opacity=100);
	opacity: 1;
}

table {
	border-collapse: collapse;
}

thead tr {
	background-color: #006991;
}

thead th {
	color: #fff;
	font-weight: bolder;	
	padding: 5px 10px;
}

thead th:first-child {
	text-align: left;
}

tbody tr {
	border: 1px solid #cecece;
	border-left: 0;
	border-right: 0;
}

tbody tr:nth-child(2n) {
	background-color: #E8E8E8;
}

td {
	padding: 5px 10px;
	vertical-align: middle;
}

tfoot td {
	text-align: center;
}

ul {	
	padding-left: 20px;
	margin: 0 !important;
}

img {
	border: 0;
	vertical-align: middle;
}

legend {
	font-weight: bolder;
	font-size: 1em;
	padding: 0 5px 5px 5px;
	
}

#header {
	position: relative;
	z-index: 2;
	background-image: url(../images/header_bg.png);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #92C0D0;
	
	margin: 0;
	padding: 0;
	
	box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.6 );
	
	text-align: center;
	width: 99.6%;
}

#header a {
	display: block;
	height: inherit;
	margin: 0;
}

#userMenu {
	background-color: #DDEEF5; 
	padding: 0px 10px;
	list-style: none;
	
	opacity: 0.7;
	filter: alpha(opacity = 70);	
	
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;	
	
	position: absolute;
	top: 103px;
	left: 30px;
	right: 30px;
}

#userMenu li {
	display: inline-block;	
	padding: 14px 20px;	
}

#userMenu li:last-child {
	border: 0;
}

#userMenu li a {
	font-size: 1.1em;
	
	color: #054757;
	
	text-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
}

#container {
	background-color: #fff !important;
	margin: 0 30px;
	
	box-shadow: 0px -1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 0px 5px rgba(0,0,0,0.4), -1px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -1px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px -1px 5px rgba(0,0,0,0.4);
}

#content {
	padding: 0px 20px 20px 20px;
	min-height: 300px;
}

#content a:hover {
	opacity: 0.7;
}

#footer {

}

#innovit_address {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0;
	padding: 0px 20px;
	color: #393939;
	font-size: 0.85em;
	line-height: 1.5em;
	
	border: 1px solid #BFBFBF;
	border-bottom: 1px solid #959293;
	
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	-o-border-radius: 15px 15px 0px 0px;
}

#address_map {
	font-weight: bolder;
	color: #00669B;
}

#copyright {
	background-image: url(../images/copyright_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	
	font-size: 0.8em;
	text-align: center;
	color: #fff;

	margin: 0;
	padding: 20px;
	
	box-shadow: 0px -1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -1px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px -1px 5px rgba(0,0,0,0.4);
}

#messages {			
	position: fixed;	
	top: 15%;
	left: 15%;
	right: 15%;
	bottom: 15%;
	z-index: 255;
	display: block;
	
	filter: alpha(opacity=90);
	opacity: 0.9;
	
	background-color: #222;
	border: 3px solid #E1E1E1;
				
	color: #cecece;
	font-size: 1.5em;
	font-weight: bolder;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
	
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-o-border-radius: 20px 20px 20px 20px;	
}

#messages ul {
	/*position: relative;
	top: 45%;
	margin-left: -25%;
	*/	
	list-style: none;
	padding: 10px 30px;
}

#messages li {
	text-align: center;
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}


.full_table {
	width: 100%;
	
	background-color: #fff;
	border: 1px solid #cecece;
	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	
	margin-bottom: 10px;
}

.abutton {
	background-image: url(../images/button_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	display: inline-block;
	padding: 8px;

	text-decoration: none;
	font-weight: bolder;
	color: #2F6471;
	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
}

.box_simple {
	background-color: #fff;
	border: 1px solid #cecece;
	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	
	/*margin: 0 0px 20px 20px;*/
	padding: 10px;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 10px 20px !important;
}

.menu li {
	padding: 3px 0;
}

.box_info {
	background-image: url(../images/boxinfo_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fff;
	border: 1px solid #cecece;
	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	
	padding: 0 20px;
}

.info_title {
	font-weight: bolder;
	display: block;
}

.box {
	background-image: url(../images/box_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fff;
	border: 1px solid #cecece;
	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	
	margin-bottom: 10px;
	padding: 15px 30px;
}

ol.box {
	padding: 20px 40px;
}

.box_title {
	margin: 10px 5px;
	margin-bottom: 0;
}

.toggle {
	position: relative;
}

.toggle:hover + .hidden,
.toggle:hover  .hidden {
	display: block;
	position: absolute;
	
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}

.hidden {
	display: none;
	z-index: 10;	
}

.admin_list {
	list-style: none;
	min-width: 145px;
}

.admin_list li {
	margin: 10px 0;
	font-size: 0.95em;	
}

.submenu {
	list-style: none;
	padding: 0;	
}

.submenu li {
	padding: 5px 10px;
}

.selected {
	;;;background-color: #cecece;
	width: 145px;
}

.inline_message {
	background-color: #F4EC2F;
	padding: 10px;
	border: 2px solid #E4C216;
}

.btnDisabled {
	position: relative;
	
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.btnDisabled:hover {
	text-decoration: none !important;
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}

.normal-text,
.normal-text * {
	font-weight: normal;
}

.hint {
	color: #666; 
	margin: 0 !important;
}

.list-view:nth-child(2n+1) {
	clear: both;
}
