body {
	margin: 0px;
	font-family: calibri, verdana;
	font-size:13px;
}

div.mainContainer {
        width: 100%;
        position: relative;
}

div.content {
	padding: 10px;
}

span.contentTitle {
	font-variant:small-caps;
	color:#ff7800;
	font-weight:bold;
	font-size:15px;
}

div.bottom {
	width: 1050px;
	background-image: url(/images/footer.png);
	font-size: 12px;
	font-variant:small-caps;
	height: 61px;
	vertical-align: middle;
	text-align:center;
	left: 50%;
	right: 50%;
}

div.bottomText {
	padding-top: 20px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #ff7800;
}

span.error {
	background-color: #FF0000;
	color: #FFFFFF;
	width: 100%;
	display: none;
	vertical-align: middle;
	padding: 4px;
}

.dashbutton {
	width: 100px;
	height:100px;
	background:#FFFFFF;
	border: 1px solid #000000;
}

div.header {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

a.button {
	padding: 5px;
	width: 100px;
	max-width: 100px;
	min-width: 100px;
	background-color: #ff7800;
	color: #ffffff;
}

a:hover.button {
	padding: 5px;
	width: 100px;
	max-width: 100px;
	min-width: 100px;
	background-color: #CC1100;
	color: #ffffff;
}

td.headerColumn {
	border-bottom: 2px solid #ff7800;
	color: #ff7800;
	font-weight: bold;
	padding: 2px;
}

a.pagination { 
	padding: 5px;
	width: 20px;
	max-width: 20px;
	min-width: 20px;
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	background-color: #ff7800;
	color: #ffffff;
}

table {
	border: 1px solid #cccccc;
}

table.noBorder {
	border: 0px;
}

.rColor1 {
	background-color:  #c0c0c0;
}
