body {
	background-color: #6798B8;
}

body,span,div,td,a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table.container {
	xx-webkit-border-radius: 5px;
	xx-moz-border-radius: 5px;
	width: 750px;
	height: 600px;
	overflow: auto;
	border: solid 1px #A6B5C2;
	margin: 10px auto;
	background: #FEFEFE;
}

table.container td.logo {
	background-image: url('/i/fsyspanel.png');
	background-repeat: no-repeat;
	width: 750px;
	height: 95px;
}

table.container td.logo div.welcometext {
	color: white;
	float: right;
	font-size: 10px;
	padding-right: 10px;
	margin-top: 2px;
}

/**** Finns i UserLogin.tml ***/
table.login {
	margin-top: 10px;
}

table.login td {
	padding: 2px;
}

table.login td input {
	xx-webkit-border-radius: 9px;
	xx-moz-border-radius: 9px;
	background-color: #E0E0E0;
	font-size: 10px;
	border: solid 1px #808080;
}

table.login td.label {
	font-size: 10px;
}

/******** MENU **********/
table.container div.menu_container {
	width: 100%;
	background-color: #E6E6E6;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	text-align: center;
}

table.container div.menu_item {
	display: inline;
	font-size: 10px;
	color: #7F7F7F;
	padding: 7px;
	padding: 4px !     ie;
}

table.container div.menu_item a,table div.menu_item a:visited {
	color: #7F7F7F;
	text-decoration: none;
}

table.container div.menu_item a:hover {
	color: #000000;
	text-decoration: none;
}

/******** SUCCESS PAGE *****/
table.container div.successpage h1 {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}

/********* SEARCH COMPONENT IN LAYOUT ********/
table.container table.search {
	margin-top: 10px;
}

table.container table.search td.field {
	padding-right: 5px;
}

/********* GENERAL ********/
h3 {
	font-size: 12px;
	color: #606060;
}

/*********** FILE UPLOAD PAGE *************/
div.file {
	
}

div.file img.xryss {
	display: none;
}

div.file div.fileupload {
	position: absolute;
	left: 190px;
}

div.file div.nopic {
	display: block;
	font-size: 12px;
	color: red;
}

/**** Datepicker tweak ****/
.topLabel {
	color: #FFFFFF !important;
}

.datePicker {
	zindex: 1;
}

/* show on form change */
.changedmessage {
	font-size: 10px;
	color: red;
}

/* IE fix*/
input#password {
	height: 17px!ie;
	width:107px!ie;
}