@CHARSET "UTF-8";

/* ELEMENTS */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
	vertical-align: middle;
}

h1 {
	margin-top: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

fieldset {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #CECECE;
	/*border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;*/ 
}

/*
fieldset:hover {
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}*/

/* DECORATIONS */

.link {
	font-size: 0.9em;
	color: #007920;
	text-decoration: none;
	padding-left: 2px;
}

.rightbutton {
	float: right;
}

.rightbuttondown {
	float: right;
	padding-top: 5px;
}

.icon {
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
}

.form-2col .left {
	width: 27%;
	padding-right: 1%;
	float: left;
	text-align: right;
}

.form-2col .right {
	width: 70%;
	float: left;
}

.form-3col .left {
	width: 27%;
	padding-right: 1%;
	float: left;
	text-align: right;
}

.form-3col .middle {
	width: 34%;
	float: left;
	vertical-align: middle;
}

.form-3col .right {
	padding-left: 2%;
	width: 34%;
	float: left;
}

fieldset .content {
	padding: 5px;
}

.form-break {
	clear: both;
}

/* MESSAGES */

#content h1 {
	margin: 0px 0px 5px 0px;
}

.error {
	border: 2px solid #FF0000;
	padding: 2px;
	background-color: #ff8e8e;
	margin: 0px 0px 5px 0px;
}

.warning {
	border: 2px solid #ffeb8d;
	padding: 2px;
	background-color: #fff6cb;
	margin: 0px 0px 5px 0px;
}

.notice {
	border: 2px solid #EEEEEE;
	padding: 2px;
	background-color: #5bd05b;
	margin: 0px 0px 5px 0px;
}

/* HEADER */

#header {
	text-align: left;
	margin: 0px auto;
	width: 760px;
	position: relative;
	height: 83px;
}

#logo {
	
}

#menu {
	background: url(/img/menuback.png) repeat-x;
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
}

#user {
	position: absolute;
	right: 14px;
	top: 0px;
	
	background: transparent url(/img/user_left.png) no-repeat left;
	padding: 3px 6px 3px 20px;
	
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}

#user-right {
	position: absolute;
	right: 0px;
	top: 0px;
	
	background: transparent url(/img/user_right.png) no-repeat right;
	height: 22px;
	width: 14px;
}

#user a {
	color: #FFFFFF;
	text-decoration: none;
}

#user a:hover {
	text-decoration: underline;
}

/* PAGE */

#page {
	clear: both;
}

#pagecontent {
	text-align: left;
	margin: 0px auto;
	width: 760px;
}

#content {
	float: left;
	width: 490px;
	width: 490px !importent;
	padding: 20px 15px 0px 5px;
}

#sidebar {
	float: right;
	width: 250px;
	padding-top: 20px;
}

#pagesink {
	clear: both;
	padding-bottom: 20px;
}

/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	background: url(/img/footerback.png) repeat-x top;
}

#footercontent {
	margin: 0px auto;
	width: 760px;
}

#footercontent {
	color: #494949;
	font-weight: bold;
}

#footercontent a {
	color: #494949;
	text-decoration: none;
}

#footercontent a:hover {
	text-decoration: underline;
}

#footercontent img {
	vertical-align: top;
}

/* BOXES */

.box .hd {
	background: transparent url(/img/boxes/blue_left.png) no-repeat;
	width: 100%;
	position: relative;
}

.box .hd .icon {
	position: absolute;
	top: 3px;
	left: 8px;
}

.box .hd .c {
	color: #FFFFFF;
	font-weight: bold;
	height:15px;
	margin: 0px;
	padding: 4px 3px 3px 28px;
	font-size:12px;
	text-align: left;
	background: transparent url(/img/boxes/blue_right.png) no-repeat right 0px;
}

.box .hd .actions {
	position: absolute;
	right: 3px;
	top: 3px;
}

.box .bd {
	border: 1px solid #BBBBBB;
	border-top: none;
	padding: 5px;
}

.green .hd {
	background-image: url(/img/boxes/green_left.png);
}

.green .hd .c {
	background-image: url(/img/boxes/green_right.png);
}
