body {
	background:url(../img/bg_b.jpg) repeat-x;
	padding:0;
	margin:0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #eee;
}

td {
	min-height:30px;
}

#wrapper {
	margin: 0 auto;
	width:1000px;
	min-height:400px;
}

#header {
	height: 117px;
}

#header h1 {
	color: #fff;
	font-size:36px;
}
#content {
	width: 320px;
    border: 1px solid #E2E2E2;
    box-shadow: 0 14px 12px -12px black;
    margin: 0 auto;
    overflow: hidden;
	overflow:hidden;
	background-color:#fff;
	padding:2em;
	margin-top:2.5em;
	border-radius: 8px;	
}

#content h1 {
	color: #0c468a;
	padding-bottom:5px;
	border-bottom: 1px solid #eee;
}

#loginmaincontent {
	width:500px;
	overflow:hidden;
	background-color: #fff;
}

#maincontent {
	background: #fff;
	border:1px solid #e2e2e2;
	width:950px;
	margin:0 auto;
    min-height: 500px;
	overflow:hidden;
	padding-bottom:2em;
}

#loginForm {
	margin: 0 auto;
	width:550px;
	font-size:14px;
	line-height:20px;
	border-radius: 2px;
	margin-top:40px;
	padding: 20px;
	padding-left:350px;
	
}

#mainForm {
	margin: 0 auto;
	width:850px;
	font-size:14px;
	line-height:20px;
	border-radius: 2px;
	margin-top:0px;
	padding: 0px;
	
}


.formLabel {
	width:140px;
	float:left;
}
.formInput {
	width:200px;
	float:left;
}


input[type=text], input[type=password], textarea, select {	
	padding: 8px;
	width: 265px;
	box-shadow: 0 4px 5px -5px black;
	border:1px solid #ccc;
	border-radius: 2px;
	background-color: #f8f8f8;
	margin-bottom: 8px;
	padding-left: 2.5em;	
    background-repeat: no-repeat;
    background-position: left; 	
}
#username {
	background-image:url(../img/user.png);
}
#password {
	background-image:url(../img/security_code.png);
}
#security_image {
	background-image:url(../img/password.png);
}


.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #0f5ebb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #0f5ebb;
	box-shadow:inset 0px 1px 0px 0px #0f5ebb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0f5ebb), color-stop(1, #083f80));
	background:-moz-linear-gradient(top, #0f5ebb 5%, #083f80 100%);
	background:-webkit-linear-gradient(top, #0f5ebb 5%, #083f80 100%);
	background:-o-linear-gradient(top, #0f5ebb 5%, #083f80 100%);
	background:-ms-linear-gradient(top, #0f5ebb 5%, #083f80 100%);
	background:linear-gradient(to bottom, #0f5ebb 5%, #083f80 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f5ebb', endColorstr='#083f80',GradientType=0);
	background-color:#0f5ebb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #083f80), color-stop(1, #0f5ebb));
	background:-moz-linear-gradient(top, #083f80 5%, #0f5ebb 100%);
	background:-webkit-linear-gradient(top, #083f80 5%, #0f5ebb 100%);
	background:-o-linear-gradient(top, #083f80 5%, #0f5ebb 100%);
	background:-ms-linear-gradient(top, #083f80 5%, #0f5ebb 100%);
	background:linear-gradient(to bottom, #083f80 5%, #0f5ebb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#083f80', endColorstr='#0f5ebb',GradientType=0);
	background-color:#083f80;
}
.button:active {
	position:relative;
	top:1px;
}

        


#loginForm a {
	color: #6f767c;
}
#dynamicContent {
	float:left;
	width: 660px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;

}
#menu {
	float:left;
	width: 200px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}

.menu {
  height:22px;
  padding-top:8px;
  text-align:left;
  color:#8f8e8e;
  text-align:center;
  vertical-align:middle;
  background-color: #f5f5f5;

}
.menu a, .activemainmenu a { 
	color: #545252;
	font-weight: bold;
	text-decoration:none;
}
.activemainmenu {
	height:22px;
	padding-top:8px;
	color:#ffffff;
	background-color:#63b200;
	border: #ffffff thin solid;
	font-weight: bold;
}
.activemainmenu a {
	color: #fff;
	font-weight:bold;
}

#loader {
	display:none;
	background: url(../img/loader_bg.jpg) no-repeat;
	height:24px;
	width: 80px;
	position:absolute;
	z-index: 101;
	top: 150px;
	left: 45%;
}

th {
	text-align:left;
}


.gray {
	background: #f5f5f5;
}

a {
	text-decoration:none;
	color: #336699;
}

a:hover {
	text-decoration:underline;
}

td, th{
	min-height:35px;
}

#ajax_response {
	border : 1px solid #8789E7;
	background : #FFFFFF;
	position:absolute;
	display:none;
	padding:2px 2px;
	top:auto;
	height:200px;
	width:250px;
	overflow-y: scroll;
}

#ajax_response ul li {
	list-style:none;
}
#ajax_response ul {
	padding:0;
	margin:0;
	margin-bottom:8px;
}

img {
	border:none;
}
#pages_button {
	padding:0;
	margin:0;
	text-align:center;
}
#pages_button li {
	list-style:none;
	float:left;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .7em;
	padding-right: .7em;
	margin-left: .7em;
	font-size:13px;
	border:1px solid #ddd;
	background: #eee;
	color:#000;
	font-weight:bold;
}

#pages_button li:hover {
	background: none;
}

#pages_button li.active {
	background: none;
}

#pages_button li.spacer {
	background: none;
	border:none;
	width:40px;
}

#ticket_menu {
	display:none;
	list-style:none;
}

#ticket_menu li {
	width:150px;
	background-color:#e4e4e4;
	margin-top:3px;
	height:20px;
	padding:5px;
}
#ticket_menu li a{
	color: #000;
}

#preview {
	max-height: 500px;
	max-width:500px;
	overflow: hidden;
	
}

