body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
td {
	margin: 0;
	padding: 1px;
	font-size: 12px;
}
.hello {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1px;
	font-size: 14px;
	color: #333;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 1px;
	font-size: 18px;
	color: #333;
}
.warning {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F30;
	background-color: #FF3;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-bottom: 5px;
	line-height: 40px;
	display: block;
	width: auto;
	border: 2px dotted #F30;
	text-align: center;
}
element.style {
	color:#660033;
}
.nav {
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	line-height: 20px;
	font-size: small;
	display: list-item;
	list-style-type: none;
}
a.nav:hover {
	background-color:white;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	line-height: 20px;
	display: list-item;
	list-style-type: none;
}
.profilelink {
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	line-height: 16px;
	font-size: 11px;
	display: list-item;
	list-style-type: none;
}
a.profilelink:hover {
	background-color:white;

}
.nav1 {
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	line-height: 20px;
	font-size: small;
	display: list-item;
	color: #06C;
	list-style-type: none;
}

a.nav1:hover {
	background-color:white;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	line-height: 20px;
	display: list-item;
	list-style-type: none;
}
a {
	color:maroon;
}
a:hover {
	background-color: #FF6633;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}

.cssbutton{
	background-color: #ff6600;
	border: 1px #ff6600 outset;
	color: white;
	text-decoration: none;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 6px;
	vertical-align: text-bottom;
	margin: 0px;
}

.cssbutton:active {
border-style: inset;
}
.cssbutton:visited {
border-style: outset;
}

.cssbutton:hover{
	border-style: inset;
	color: #0F4555;
}


.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FFCC00;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #F4F4F4;
	font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
