html,* {
	
}

body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #232323;
	line-height: 160%;
}

a:link {
	text-decoration:none;
	color: #6f80a9;
}

a:hover {
	text-decoration:none;
	color: #3e4964;
}

a img {
	border:0;
}

a:visited img {
	border:0;
}

#login {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 490px;
	height: 400px;
	padding:10px;
	margin-top: -200px; /*set to a negative number 1/2 of your height*/
	margin-left: -250px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #bababa;
	background-color: #f7f7f7;
}

.simpleForm {
	padding:3px;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	width:300px;
}

#login #content {
	text-align:left;
}

#footer {
	position:relative;
	text-align:center;
	background:url(../img/footer.gif) top center no-repeat;
	width:100%;
	height:30px;
	color:#999999;
}

#login #error {
	width:97%;
	height:auto;
	border:1px solid #b30000;
	background-color:#ffc9c9;
	padding:5px;
	color:#a70000;
	margin-top:10px;
	margin-bottom:10px;
}

#login #error .destination {
	font-weight:bold;
}

#login #msg {
	position:relative;
	top:100px;
	text-align:center;
}

.delete a:link {
	color:red;
}

#header {
	height:78px;
	width:100%;
	background:url(../img/software-header-bg.gif) repeat-x;
	
}

#navigation {
	background:url(../img/nav-bg.gif) repeat-x;
	width:100%;
}

#content2 {
	width:100%;
	background:url(../img/maincontent-topbg.gif) repeat-x top left white;
	min-height:100px;
}

#maincontent2 {
	padding:10px;
}

/* buttons */
.loginBtn {
	width:129px;
	height:28px;
	background:url(../img/btn-login.gif) no-repeat;
	color:#003b4e;
	cursor:pointer;
	border:0;
}

.updateBtn {
	width:129px;
	height:28px;
	background:url(../img/btn-update.gif) no-repeat;
	color:#003442;
	cursor:pointer;
	border:0;
}

.awaitingBtn {
	width:129px;
	height:28px;
	background:url(../img/btn-awaiting.gif) no-repeat;
	color:#5c5200;
	cursor:pointer;
	border:0;
}


.correctBtn {
	width:129px;
	height:28px;
	background:url(../img/btn-correct.gif) no-repeat;
	color:#002513;
	cursor:pointer;
	border:0;
}

.hideBtn {
	width:129px;
	height:28px;
	background:url(../img/btn-hide.gif) no-repeat;
	color:#440004;
	cursor:pointer;
	border:0;
}

.publishBtn {
	width:129px;
	height:28px;
	background:url(../img/btn-publish.gif) no-repeat;
	color:#004824;
	cursor:pointer;
	border:0;
}

#dataList {
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
}

.headerDesc {
	float:right; 
	color:white; 
	margin-top:25px; 
	margin-right:10px;
}

.dontpublishBtn {
	width:129px;
	height:28px;
	background:url(../img/btn-dontpublish.gif) no-repeat;
	color:#622022;
	cursor:pointer;
	border:0;
}

.uploadBtn {
	background:url(../img/btn-upload.gif);
	width:74px;
	height:28px;
	color:#333333;
	border:0;
	cursor:hand;
}

label {
	cursor:pointer;
}

.styledList {
	margin:0;
	padding:16px;	
	list-style-image:url(../img/bullet.gif);
	color:#4f4f4f;	
}

#notAuthenticated {
	color:#b40000;
	padding-left:20px;
	background:url(../img/ico-stop.png) center left no-repeat;
}

.simpleCheck {
	border:0;
}

.important {
	color:#DB5B5F;
}

.createBtn {
	height:28px;
	width:116px;
	cursor:pointer;
	background:url(../img/btn-create.gif) no-repeat;
	border:0;
}

input,select,textarea {
	
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding:3px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#1d5079;
	font-weight:bold;
}

h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#1d5079;
	font-weight:normal;
	margin:0;
	padding:0;
}
