body {
	font-family: 'Verdana', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 12px;
}

a:visited { 
	color: #000000;
	}
a { 
	color: #000000;
	}

div.ia-progress {
	display: none; 
	background:url(/images/ia-progress2.gif) no-repeat center center;  
	background-color: #ffffff;
	width: 100%; 
	height: 100%; 
	z-index: 10000;
	top: 0;
	left: 0; 
	position: absolute;
	}
	
div.ia-progress-small {
	display: none; 
	background:url(/images/ia-progress-small.gif) no-repeat center center;  
	background-color: #ffffff;
	width: 100%; 
	height: 100%; 
	z-index: 10000;
	top: 0;
	left: 0; 
	position: absolute;
	}	
	
.ia-progress-mini {
	display: none; 
	width: 16px;
	height: 16px;
	display: inline-block;
	background:url(/images/ia-progress-mini.gif) no-repeat center center;  
	background-color: #ffffff;
	}		
	
div.ia-form-window {
	margin-top: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 7px; 
	padding-right: 7px;
	border: solid 1px #dedede;
	background: #fff;
	}

div#logo {
	background:url(/images/title.jpg) no-repeat top left;
	width: 300px;
	height: 70px;
	margin-left: 10px;
}

.ia-no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

span.form-validation-error {
	color: #f00;
	font-size: 18px;
	padding: 0px;
	margin-left: 5px;	
	}

.box {
	border:solid 1px #dedede;
	background:#fff;
}

.downloadbutton-blue {
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-top: 1px #2270AB solid;
	border-right: 1px #18639A solid;
	border-bottom: 1px #0F568B solid;
	border-left: 1px #18639A solid;
	background: #2180CE;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0e8", endColorstr="#2180ce");
	background: -webkit-gradient(linear, left top, left bottom, from(#33A0E8), to(#2180CE));
	background: -moz-linear-gradient(top, #33A0E8, #2180CE);
	text-shadow: #355782 0 1px 2px;
	text-decoration:  none;
	-webkit-text-shadow: #355782 0 1px 2px;
	-moz-text-shadow: #355782 0 1px 2px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3),inset 0px 1px 0px #83c5f1;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),inset 0px 1px 0px #83C5F1;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),inset 0px 1px 0px #83C5F1;
}

/* Form input styles */
input[type="input"],
input.text {
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 4px;
	margin-left: 10px;
	margin-top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	width: 150px;
	}

input.submit, button.submit {
	background: #efefef;
	width: 75px;
	border: 1px solid #9c9c9c;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #414141;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
	}
		
input.submit:hover, button.submit:hover {
	background: #f6f6f6;
	border: 1px solid #757575;
	color: #050505;
	
	}
	
input[type="radio"],
input.radio{
    width: 13px;
    height: 13px;
    padding: 0;
	margin-left: 0px;
	margin-right: 3px;
    vertical-align: -3px;
    position: relative;
    top: -1px;
    *overflow: hidden;
	}
	
input[type="checkbox"],
input.checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
	margin-left: 0px;
	margin-right: 3px;
    vertical-align: -2px;
    position: relative;
    top: -1px;
    *overflow: hidden;
	}
	
button.search-button, span.search-button {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background: #4a8cff;
	border-color: #317bef;
	width: 55px;
	height: 20px;
	color: #ffffff;
	margin-left: 5px;
	}
	
button.search-button:hover, span.search-button:hover{
	background: #4a8cff;
	width: 55px;
	}	
	
select,
select.select {
	width: 245px;
	font-size: 16px;
	margin-right: 20px;
	margin-top:0px;
	margin-left:10px;
	cursor: pointer;
	}
	
textarea {
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 3px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	}
	
form span.disabled {
	color: #ddd;
	}
	
label.disabled {
	color: #ddd;
	}
	
input.disabled, input.disabled:hover, button.disabled, button.disabled:hover {
	border: 1px solid #ddd;
	color: #ddd;
	}
	
textarea.disabled {
	border: 1px solid #ddd;
	color: #ddd;
	}

.note.error { 
	color: #e3302c; 
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	}
	
.note.error.disabled { 
	color: #ddd; 
	}

form p {
	overflow: hidden;
	padding-right: 16px;
	clear: both;
	}

label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: -15px;
	margin-right: 10px;	
	}
	
div.admincontent {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	margin-left: 7px;	
	padding: 3px;
	padding-top: 10px;
	}
	
div.settings {
	padding: 5px 10px 10px 10px;
	}
	
div.formparent {
	margin-left: 15px;
	}
	
/* Sidemenu  */
div.sidemenu {
	width: 175px;
	float: left;
	border: 1px solid #DEDEDE;
	padding: 0 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	overflow: hidden;	
	}
	
div.sidemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
div.sidemenu li {
	display: block;
	padding: 5px 20px 5px 20px;
	margin: 0;
	background-color: #ffffff;
	color: #21739c;
	}

div.sidemenu li.header {
 	outline: 1px solid #ddd;
 	height: 22px;
	border-top: 1px solid #fff;
	background: #f0f0f0;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 13px;
	font-weight: bold;
	color: #000;	
	}

div.sidemenu li a {
	text-decoration: none;
	width: 100%;
	color: #21739c;
	}

html>body div.sidemenu li a {
	width: auto;
	}
	
div.sidemenu li.selected {
	background-color: #00a5e7;
	font-weight: bold;
	color: #ffffff;
	}

div.sidemenu li.selected a {
	font-weight: bold;
	color: #ffffff;
	}

div.sidemenu li:hover {
	background-color: #eff7ff;
	color: #313131;
	}
div.sidemenu li.selected a:hover {
	color: #000000;
	background-color: #00a5e7;
	}

div.sidemenu li.selected:hover {
	color: #000000;
	background-color: #00a5e7;
	}

div.sidemenu li.header:hover {
	background-color: #f0f0f0;
	color: #000;
	}

/* Used for our main page layout */
.container {
  min-width: 800px;
  width:800px;
  height: auto;
  background-color: white;
  padding-left:20px;
  padding-right:20px;
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: auto ;
  margin-right: auto ;
  padding-bottom: 20px;
  padding-top: 10px;
  min-height: 100%;
  }
  
.logonform {
  width: 300px;
  margin-left: 250px;
  border: 1px solid #DEDEDE;
  background-color: #ffffff;
  overflow: hidden;
}

.logonbuttons{
  float:right; 
  margin-top:15px; 
  margin-bottom:15px; 
  margin-right: 8px
}

.content {
  margin-left:  190px;
  margin-right: 5px;
  }

.header {
  padding-bottom: 10px;
  }
  
.navbar {
  float: left;
  width: 180px;
  }
	
html, body { 
  height: 100%; 
  background-color: #f0f0f0;
  margin: 0px;
  } 

/*Message Box formatting*/
.message {
	padding: 5px 5px 5px 5px;
	margin: 10px 10px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.message p {
	padding: 0;	
	width: 100%;
	float: left;
	}
	
.message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce 12px 12px no-repeat;
	color: #e3302c;
	}
	
.message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 12px 12px no-repeat;
	color: #508600;
	}
		
.message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff 12px 12px no-repeat;
	color: #0888c3;
	}
	
.message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 12px 12px no-repeat;
	color: #666;
	}
	
	
div.settingsform {
	border: 1px solid #DEDEDE;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	overflow: hidden;
	margin-left: 7px;	
	line-height: 22px;
	}
div.settingsform b {
	line-height: 30px;
	}
	
div.dialog-settings-form {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	overflow: hidden;
	line-height: 22px;
	}		
  
/* Window Header */
.block_head {
	background-color:#f7f7f7;
	overflow: hidden;
	height: 25px;
	border-bottom: 1px solid #DEDEDE;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 4px 0 0 11px;
	}

	
.block_head h2 {
	font-family: "Verdana", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
	float: left;
	}



  