/*Styles for Sanden, 2013 version after cssreset*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

body.header {
	background: url(../sitegraphics/sanden_logobar.png) top left no-repeat;
	padding-top:100px;
	}

body.header.admin { background: url(../sitegraphics/sanden_logobar_admin.png) top left no-repeat;}
body.header.editor {background: url(../sitegraphics/sanden_logobar_editor.png) top left no-repeat; }
body.header.user {background: url(../sitegraphics/sanden_logobar_user.png) top left no-repeat; }

p {margin-bottom:.7em;}

#companyname {position:absolute; 
	left:0;
	top:0;
	margin-top:35px;
	margin-left:614px;
	font-size:51px;
	line-height:51px;
	font-size:36px;
	color:white;
	}
	
body.padded {
	padding:15px;
	}

#sandbox {width:860px;
		padding:0px 50px;
		padding-top:20px;
		margin:0 auto;}

body.topmenu {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}	
	
.edittable .oddrow, .basic .oddrow {
	background:#edfbff;
	}
.edittable td, .basic td, .basicleft td, .edittable th, .basic th, .basicleft th  {
	border: 0px;
	padding: 0px 4px 0px 4px ;
	margin: 0 px;
	font-size: 12px;
	line-height: 12px;
	white-space:nowrap;
	vertical-align:middle;
	}

.edittable tr:hover, .basic tr:hover {background:yellow !important;}

.basic input.hbutton {
	color: white;
	background-color: #02b0ec;
	font-weight: bold;
	border:0;
	}

.basic th, .basicleft th {
	text-align: center;
	color: white;
	background:#edfbff;
	font-weight: bold;
	height:26px;
	}

table.tallrow td {height:25px;}

.plain td {
	padding:4px 12px;
	padding-left:12px;
	padding-right:12px;
	white-space:nowrap;
	}

.plain th {
	padding: 4px ;
	line-height: 14px;
	white-space:nowrap;
	vertical-align:middle;
	text-align:right;
	}


input {
		border: 1px solid #b8b8b8;
	}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0a0908;
	padding: 6px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #b8b8b8;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}

h1, h2, h3 {color:#6b7a7f; }

h1 {font-size:200%;
	margin-bottom:10px;
	color:#6b7a7f;
	}

h3 {
	font-size:18px;
	margin:2px;
	}

a {color: #02b0ec;
	text-decoration:none; border-bottom:1px dotted #02b0ec
	}

a:hover {color:#017197;
	border-bottom:1px dotted #017197;
	}

.hidden {display: hidden; }
.center { text-align: center; }
.right {text-align: right; }
.left { text-align: left; }
.bold  {font-weight: bold; }
.gray, .grey {background-color: #eee; }
.alignbottom  {vertical-align: bottom; }


.edittable .oddrow .gray, .basic .oddrow .gray {
	background:#ddeefc;
	}

/* 
.edittable .oddrow .gray:hover, .basic .oddrow .gray:hover {
	background:yellow !important;
	}
 */

.edittable th {
	color: black;
	padding:4px;
	font-weight: bold;
	background:#edfbff;
	text-align: right;
	width:1%;
	}

th.edit2 {
	background-color: #ddebef;
	}



.basic input, .edittable input {
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding:2px 4px;
	border:1px solid #eee;
	border-top:1px solid #888;
	border-left:1px solid #888;
	background-color: #ffffee;
	width:100%;
	margin:2px;
}


.edittable textarea {
	height: 200px;
	width:400px;
	border:1px solid #eee;
	border-top:1px solid #888;
	border-left:1px solid #888;
	background-color: #ffffee;
	background-color: #ffffee;
}

.edittable input:focus, .edittable textarea:focus {
	background-color: #ffffcc;
}

.basic td, .basicleft td, .basic th, .basicleft th  {padding:4px 6px}

.basic th, .basicleft th {
	text-align: center;
	color: white;
	background-color: #02b0ec;
	font-weight: bold;
	}


.usermenu {float:left; width:280px;}

.usermenu ul, .usermenu li {
	margin:0;
	padding:0;
	list-style-type:none;
	}

.usermenu li a {
	display:block;
	width:200px;
	font-size: 18px;
	color: #0303a9;
	padding: 10px 20px;
	background-color: #edfbff;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#edfbff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#edfbff));
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #dedede;
	-moz-box-shadow:
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px 1px 0px rgba(255,255,255,0.3);
	}


.usermenu li a:hover {
	color: white;
	background: -moz-linear-gradient(
		top,
		#223 0%,
		#edfbff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#223),
		to(#edfbff));
	}

/**********************************/

.edittable {
	width: 95%;
	}

.basic
	width:1%;
	}

h4, td h4 {
	color:#3366aa;
	margin:0;
	padding:0;
	font-size:14px;
	text-align:right;
	}


.tableleft {
	float: left;
}

td a  {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
	}

 td a:hover  {
	color: red;
	}
	

.surround {
	margin:0px;
	padding:0px;
	}


.surround, .surround td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}



.widebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 300px;
	width:300px;
	background-color: #ffffcc;
}

.mailbody {
	font-family: Courier;
	font-size: 10px;
	height: auto;
	width:auto;
	background-color: #ffffcc;
}

.menu {
	padding-top:2px;
	}

.realbutton, .fakebutton, .menu a {
	color: #3366aa;
	background-color: #eeeeee;
	line-height: 13px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	width:120px;
	padding:2px;
	padding-left:8px;
	margin:0px;
	margin-left:10px;
	margin-bottom:4px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid black;
	border-left: 5px solid #666666;
	}

.fakebutton, .menu a {
	display: block;
	float: left;
	}
	
.realbutton:hover, .fakebutton:hover, .menu a:hover {
	color: black;
	border-bottom: 2px solid #3366aa;
	border-left: 5px solid #3366aa;
	margin-left:10px;
	margin-bottom:3px;
	}


.buttonblock{
	display: block;
	min-height:40px;
	}
	
.mousetext {
	font-size: 9px;
	}

 .basic .radio {
	width: 10px;
	height: 10px;
	padding:0;
	margin:0;
	border:0;
	}

table.pad6 td {padding:6px;}

