@charset "utf-8";
/* CSS Document */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


body {
	background-image:url(../img/png/background.png);
	background-repeat: repeat-x;
	background-color: #3677d0;
}

.main {
	margin: 0 auto;
	width: 960px;
	
}

a img {
	border: 0;
}

.logo {
	height: 84px;
	width: 232px;
}

.navigation {
	background-image:url(../img/png/navigation.png);
	background-repeat:no-repeat;
	height: 40px;
	padding: 0 75px;
	margin: 0;
}

.navigation li {
	float: left;	
	list-style: none;
	padding: 10px 0;
	height: 20px;
}

.navigation li.space {
	background-image:url(../img/png/navigation-space.png);
	background-repeat: no-repeat;
	width: 3px;
}

.navigation li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px; 
	padding: 10px 20px 12px 20px;
}

.navigation li:hover, .navigation li#selected {
	background-image: url(../img/png/navigation-selected.png);
	background-repeat:repeat-x;
}
.navigation li:hover a, .navigation li#selected a {
	color: #0488df;
}

.content {
	background-color:#FFFFFF;
	padding: 20px 20px 50px 20px;
	margin: 0px;
}

.content a {
	color: #0489df;
	font-weight: bold;
}	

.content #right {
	float: right;
	width: 200px;
}

.sidebar {
	width: 200px;
	margin-top: 20px;
}

.sidebar .sidebarhead {
	height: 20px;
	background-image:url(../img/png/sidebar.png);
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 5px 0 0 30px;
}

.sidebar .sidebarcontent {
	background-color:#fcfcfc;
	border: 1px solid #CCCCCC;
}

.sidebar .sidebarcontent ul {
	margin: 10px 5px;
	padding: 0 17px;
}

.sidebar .sidebarcontent ul li {
	margin: 3px 0px;
}

.sidebar .sidebarcontent form {
	margin: 10px;
}

.sidebar .sidebarcontent input {
	margin-bottom: 5px;
}

.content #left {
	float: left;
	width: 695px;
}	

.clear {
	clear: both;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 15px 0px; 
	color: #0489df;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 20px 25px 10px 0px;
	color: #0489df;
}

.link {	
	color: #0489df;
}

.error {
	background-image:url(../img/png/error.png);
	background-repeat:no-repeat;
	padding-left: 15px;
	color: #da0303;
}

.success {
	background-image:url(../img/png/success.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #27ac0d;
}

.references {
	height: 430px;
	overflow: hidden;
	position: relative;
}

.reference {
	position: absolute;
	/*background:#dbdbdb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dbdbdb));
	background-image: -moz-linear-gradient(top, #ededed, #dbdbdb);*/
	background:#ffffff;
	border: 1px solid #CCCCCC;
	-moz-box-shadow: 4px 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px #666;
	box-shadow: 4px 4px 4px #666;
	vertical-align: middle;
	text-align:center;
}

/*.blur {
	width: 150px;
	height: 150px;
	background:#dbdbdb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dbdbdb));
	background-image: -moz-linear-gradient(top, #ededed, #dbdbdb);
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
	z-index: 1;
	opacity: 0.5;

}*/

.reference img {
	margin: 5px;
}

.action {
	float: left;
	text-align: center;
	width: 80px;
	height: 80px;
	padding: 0 0 5px 0;
	margin: 0 10px 10px 0;
}

.action:hover {
	background-image:url(../img/png/action.png);
	background-repeat:no-repeat;	
}

.action a {
	text-decoration: none;
}

.action:hover a {
	color: #000000;
}

.list {
	width: 100%;
	border: 1px solid #cccccc;
}

.list th {
	background-image:url(../img/png/listth.png);
	background-repeat:repeat-x;
	height: 25px;
	color: #0489df;
	text-align: left;
	padding: 0 3px;
}

.list td {
	padding: 3px;
	border-bottom: 1px solid #cccccc; 
}

.actionsmall {
	float: left;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 0 0 5px 0;
	margin: 0 5px 0 0;
}

.actionsmall:hover {
	background-image:url(../img/png/action_small.png);
	background-repeat:no-repeat;	
}

.actionsmall a {
	text-decoration: none;
	font-size: 8px;
}

.actionsmall:hover a {
	color: #000000;
}

.slideBox {
	margin: 0 0 10px 0;
	border: 2px solid #0489df;
	padding: 10px;
	background-image:url(../img/png/slideBox.png);
	background-repeat:repeat-x;
	background-color: #8ec7ea;
}

.slideBoxs {
	margin: 0;
	border: 1px solid #0489df;
	padding: 10px;
	background-image:url(../img/png/slideBox.png);
	background-repeat:repeat-x;
	background-color: #8ec7ea;
}

input.text, textarea.text  {
	border: 1px solid #cccccc;
} 

input.text:focus, textarea.text:focus {
	background-color: #ccebff;
}

.slidenav {
	margin: 0 0 0 365px;
	height: 20px;
}

.slidenav a {
	color: #000000;
	background-repeat: no-repeat;
	font-size: 12px;
	height: 20px;
	text-decoration: none;
}

.slidenav a.slideback {
	background-image: url(../img/png/arrowback.png);
	padding: 3px 0 3px 25px;
}

.slidenav a.slidenext {
	background-image: url(../img/png/arrownext.png);
	background-position: right;
	padding: 3px 25px 3px 0;
	margin-left: 75px;
}