@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
}
#wrapper{
	margin: 0 auto;
	width:1000px;
	height: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

#left{
	padding: 0px 0px 0px 0px;
	float: left;
	width: 190px;
}

.text-left-align{
	text-align:left;
}

.left-box{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	width: 100% -2px;
	border: solid #aaaaaa 1px;
}

.table-header{
	background: #FFFFCC;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

.table-border{
	border: solid 1px #aaaaaa;
	border-top: 0px;
}

.table-border-all{
	text-align: left;
	border: solid 1px #aaaaaa;
	font-size: .8em;
	margin-bottom: 10px;
}

.table-border-all.center-text{
	text-align:center;
}

tr.alternate-table-color{
	background-color:#F1F2F2;
}

h1.left-box {
	background-color: #FFFFCC;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

p.left-box{
	text-align: left;
	border-top: 0px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

#right{
	width: 800px;
	float: right;
}

#header{
	margin: 0px;
	height: 150px;
	width: 100%;
	background-image:url('images/header.jpg');
}

.header-right-box{
	margin: 0px;
	padding: 10px 10px 0px 10px;
	float: right;
	height: 25px;
	margin-top: 115px;
	background:#FFF;
	font-size: .8em;
}

.help-icon{
	background: url(images/help.png); 
	height: 16px;
	width: 16px;
	margin: 0px 5px 0px 5px;
}

/*----------------------------------- HREF BUTTONS -------------------------------------------*/
a.button, input.button, input.button-inline {
background: transparent url(images/button.png) repeat-x; 
float: left;
margin: 10px 10px 10px 0px;
height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
/* FONT PROPERTIES */
text-decoration: none;
border: solid 1px #aaaaaa;
color: #494949;
font-size:.9em;
}
a.button span{
display: block;
padding: 5px 18px 5px 18px;
} 
a.button:hover span, input.button:hover, input.button-inline:hover{
text-decoration:underline;
}

input.button, input.button-inline{
	cursor: pointer;
	padding: 4px 18px 5px 18px;
}

input.button-inline{
	margin: 0px 5px 0px 5px;
	float: inherit;
	padding: 4px 18px 5px 18px;
}

input.disabled{
	background: #F1F2F2;
}

.success {
	background: #99CC99;
	border: 1px solid #009966;
	padding: 10px 15px;
	font-weight: bold;
	margin-bottom: 3px;
	clear: both;
}

.error {
	background: #FFCCCC;
	border: 1px solid #ee0000;
	padding: 10px 15px;
	font-weight: bold;
	margin-bottom: 3px;
	clear: both;
}

.alert {
	background: #FFFFCC;
	border: 1px solid #CCCC66;
	padding: 10px 15px;
	font-weight: bold;
	margin-bottom: 3px;
	clear: both;
}

#footer{
	color: #aaaaaa;
	font-size: .7em;
	width: 100%;
	margin-top: 20px;
	text-align:right;
}

