*, html, body {
	font: 12px/14px Verdana, Lucida, "Lucida Grande", sans-serif;
	vertical-align: baseline;
}

html {
	background: url(../images/back.png) repeat;
}

#container {
	border: 2px solid #6d73ab;
}

#header {
	background: url(../images/slsctop.png) no-repeat left;
	height:  95px;
}

#navigation {
	background-color: #6d73ab;
	height: 25px;
	border-bottom:  2px solid #374186;
}

#left, #container {
	background-color: #6d73ab;
}

#center {
	padding:  10px;
	padding-top:  20px;
}

#right, #center {
	background-color:  #fff;
}

#footer {
	height: 20px;
	border-top:  2px solid #374186;
	background: #6D73AB url(../images/slscfooter.png) no-repeat left center;
}

#footer span{
	color:  #fff;
	font-size: 10px;
	padding:  4px;
	display: inline;
}

#left h2 {
	color:  #ffa71d;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top:  10px;
	margin-bottom: 10px;
}

#left li {
	list-style-image: url(../images/slsc_bullet.png);
	padding-top:  8px;
	margin-left:  20px;
}

#left a, #left a:link, #left a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

#left a:hover {
	color:  #ffde01;
	font-weight: bold;
}

#bottomfooter {
	position: relative;
	bottom: 0;
}
#bottomfooter img {
	margin: 10px 35px;
}

#navigation {
	height:  12px;
	padding-top:  5px;
	padding-bottom: 5px;
	font-size: 10px;
	overflow: hidden
}

#navlist li
{
display: inline;
padding-bottom: 10px;
padding-right: 2px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 13px;
padding-bottom: 10px;
font-weight: bold;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 13px;
color: #fff;
background: url(../images/ball.png) no-repeat 0 -20px;
}

#navlist a:hover
{
color: #FFDE01;
padding-left: 13px;
background: url(../images/ball.png);
background-repeat: no-repeat;
background-position: 0 -8px;
}

#center {
	text-align: center;
	min-height: 500px;
}

h2.blue {
	color: #0000ff;
	margin: 20px 0 20px 0;
	font-weight: bold;
	font-size: 16px;
}

h2.red {
	color: #ff0000;
	margin: 20px 0 20px 0;
	font-weight: bold;
	font-size: 16px;
}

#center p {
	margin: 5px;
}

#center img {
	border:  2px solid #000;
	margin: 4px;
	margin-top: 15px;
}

strong {
	font-weight: bold;
}

#right fieldset {
	margin:  5px;
	padding:  6px;
	border: 2px solid #000;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}

h2.fldOpen {
	border: 2px solid #2ed32e;
	background-color: #2ed32e;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 8px;
	margin-bottom: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}

h2.fldClosed {
	border: 2px solid #f82329;
	background-color: #f82329;
	color:  #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}

#right fieldset legend {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 4px;
}

#right h3 {
	color:  red;
	font-weight: bold;
	font-size: 14px;
	margin: 6px 0;
}

#right p {
	font-size: 80%;
	margin-bottom: 10px;
}

fieldset {
	border: 1px solid #aeaeae;
	padding: 5px;
	display:block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

label {
	color: #3D3D3D;
    padding: 4px;
	display:inline;
	float:left;
	font-size: 11px;
	letter-spacing: 1px;
	/*margin-top: 4px;
    margin-right:10px;*/
    margin: 3px;
}

input, select, textarea {
	margin: 4px;
	padding:4px;
	letter-spacing: normal;
	background-color: #fafafa;
	border:1px solid #aeaeae;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*height:150%;*/
	padding: 4px;
}

input[type=radio], input[type=checkbox], input[type=radio]:focus, input[type=checkbox]:focus {
	border:  0px solid;
	background-color: transparent;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid blue;
	background-color:#fffacd;
	-webkit-box-shadow:0 0 5px blue; 
	-moz-box-shadow: 0 0 5px blue; 
	box-shadow:0 0 5px blue;
}

input[disabled], textarea[disabled], select[disabled] { 
	border:1px solid #efefef;
	background-color: #fafafa;
	cursor:not-allowed !important;
 }

legend {
	color: blue;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	padding: 4px;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border: 1.5pt solid #aeaeae;
	margin:  10px 5px;
}

thead th {
	background-color: #eaeaea;
	font-weight: bold;
	padding: 4px 5px;
	border-right: 1px solid #aeaeae;
	border-bottom: 1pt solid #aeaeae;
	vertical-align: middle;
}

tbody td {
	padding: 3px 4px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.odd {
	background-color: #efefef;
}

button.total {
	border: 2px solid green;
	background-color: lime;
	color: white;
	padding: 4px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 4px;
	cursor: pointer;
}

button.total:hover {
	border: 2px solid green;
	background-color:#00ea02;
}

button[disabled], button[disabled]:hover {
	border: 2px solid #aeaeae;
	background-color: #eaeaea;
	cursor: not-allowed;
}

/* Messages */

.inform, .success, .warning, .error {
border: 1px solid;
margin: 10px 0px;
padding:10px 10px 10px 30px;
background-repeat: no-repeat;
background-position: 10px center;
display: inline-block;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow:0 0 5px #a7a7a7; 
-moz-box-shadow: 0 0 5px #a7a7a7; 
box-shadow:0 0 5px #a7a7a7;
}

.inform a, .success a, .warning a, .error a, .inform a:hover, .success a:hover, .warning a:hover,  .error a:hover{ 
color:#fff;
}

.inform {
color: #00529B;
background-color: #BDE5F8;
background-image: url(../images/information.png);
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image: url(../images/accept.png);
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url(../images/error.png);
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url(../images/exclamation.png);
}
label.error {  
margin: 5px 5px;
padding: 4px;
background-color: #FFBABA;
background-image: none;
float:right;
display:inline;
position: relative;
top:-20px;
left:-20px;
z-index: 2000;
-moz-border-radius: 4px 4px 4px 0;
-webkit-border-radius: 4px 4px 4px 0;
border-radius: 4px 4px 4px 0;
-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

label input.error, label select.error, label textarea.error { 
color: #9F6000;
background-color: #FEEFB3;
background-image: none;
float:none;
margin:4px;
padding:4px;
/*display: inline;*/
/*border:1px solid ButtonShadow;*/
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

label input.error:focus, label textarea.error:focus, label select.error:focus, label checkbox.error:focus label radio.error:focus {
border:1px solid #d8000c;
	-webkit-box-shadow:0 0 5px #D8000C; 
	-moz-box-shadow: 0 0 5px #D8000C; 
	box-shadow:0 0 5px #D8000C;
}

.inform a, .inform a:hover { color:#00529B; }
.success a, .success a:hover { color: #4F8A10; }
.warning a, .warning a:hover { color: #9F6000; }
.error a, .error a:hover { color: #D8000C; }

#center ul {
	text-align: left;
	margin: 10px;
}

#center ul li {
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 10px;
	padding-bottom: 10px;
}