/********************************************
* CSS DOCUMENT - CHULS
********************************************/    
body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 70%;
	color: #333333;
	background-color: #dadada;
	padding: 0;
}
html { height: 100%; }
img { border: 0; }
button { text-decoration:none; }
form {
	margin: 0;
	padding: 0;
}
.wrap {
	margin: 0 auto;
	width: 942px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
select { font-size: 11px; }
/*	U S E F U L  C L A S S E S
------------------------------------------ */
.align-left { text-align: left; }
.align-center { text-align: center; }
.border { border: 1px solid #e0dfe3; }
/********************************************
* Header
********************************************/ 
.header {
	width: 922px;
	border-bottom: solid;
	border-bottom-color: #b5d3da;
	border-bottom-width: 2px;
}
.topBar {
	width: 942px;
	height: 40px;
	background-image: url(../images/topbarBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.login {
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 450px;
}
.innerBg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 922px;
	padding:10px;
}
.banner {
	height: 75px;
	padding-left: 550px;
	padding-top: 15px;
}
.navigation {
	width: 900px;
	height: 25px;
	color: #00476c;
}
.navigation ul { padding-left: 0px; }
.navigation li {
	font-size: 110%;
	float:left;
	list-style:none;
}
.navigation li a {
	color: #00476c;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
}
.navigation li a:hover { color:#0276b3; }
.content { padding:10px; }
.content img { float:right; }
.content a {
	color:#0276b3;
	text-decoration:none;
}
.content a:hover {
	color:#0276b3;
	text-decoration:underline;
}
.h1 {
	font-weight:bold;
	font-size:120%;
}
.adminGrid {
	color: #333333;
	text-align:center;
}
.adminGrid a {
	color: #333333;
	text-decoration:none;
}
.gridFooter td {
    padding: 0 5px;
}
.gridFooter a {
    color: #0276B3;
}
.gridFooter span {
    color: #333;
    font-weight: bold;
}
/********************************************
* Footer
********************************************/ 
.footer {
	width: 942px;
	height: 40px;
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #00476c;
}
.footerTxt {
	padding-top: 15px;
	color: #00476c;
}
/*	Extra Classes (25.01.10)
----------------------------------------- */
/* Add, View, Delete */
.btn-add, .btn-view, .btn-delete, .btn-edit, .btn-cancel, .btn-save {
	background-image: url(../Images/actions.gif);
	background-repeat: none;
	display: inline-block;
	height: 13px;
	width: 13px;
	overflow: hidden;
}
.btn-add { background-image: 0 0; }
.btn-view { background-position: 0 -13px; }
.btn-delete { background-position: 0 -26px; }
.btn-edit { background-position: 0 -39px; }
.btn-cancel { background-position: 0 -52px; }
.btn-save { background-position: 0 -65px; }
