#omv, #omv * {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
}

.omv {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;

}


a:link {
	text-decoration: none;
	color: #666666;
	
	}
a:visited {
	text-decoration: none;
	color: #666666;
	}
a:active {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
	}


.navbar {
	font-weight: bold;
	/*background-color: grey;*/
	margin-right: 0px;
	padding-left: 5px;
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#omv {
	margin: 30px auto;
}

#omv img {
	border-width: 0;
}

#omv table {
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
	padding: 0;
}

/*#omv td {
text-align: left;


}*/

#omv table .line {
	height: 15px;
}

#omv table .up {
	background-image: url("up.gif");
	background-repeat: repeat-x;
}

#omv table .up_left {
	background-image: url("up-left.gif");
	background-repeat: no-repeat;
}

#omv table .up_right {
	background-image: url("up-right.gif");
	background-repeat: no-repeat;
}

#omv table .up_left img, #omv table .up_right img {
	float: left;
}

#omv table .mid_left {
	background-image: url("left.gif");
	background-repeat: repeat-y;
}

#omv table .mid_right {
	background-image: url("right.gif");
	background-repeat: repeat-y;
}

#omv table .down {
	background-image: url("down.gif");
	background-repeat: repeat-x;
}

#omv table .down_left {
	background-image: url("down-left.gif");
	background-repeat: no-repeat;
}

#omv table .down_right {
	background-image: url("down-right.gif");
	background-repeat: no-repeat;
}

#omv table .up_left, #omv table .up_right, #omv table .mid_left, #omv table .mid_right, #omv table .down_left, #omv table .down_right {
	width: 15px;
	padding: 0;
}

#omv table .mid {
	padding: 10px 20px;
}

#omv .pager {
	font-weight: bold;
	color: #666666;
	background-color: #eeeeee;
	border: 1px dotted #666666;
	margin: 10px;
	padding: 5px;
}

#omv .pager span {
	margin: 0 5px;
}

#omv .pager select {
	font-weight: bold;
	color: #666666;
	background-color: #fafafa;
	border: 1px solid #aaaaaa;
}

#omv .ads {
	padding: 10px 0;
}

#omv .picture {
	border: 1px dotted #666666;
}

#omv .warn {
	color: #800000;
	display: inline;
}

.w3c {
	text-align: center;
	margin: auto;
	padding: 10px 0;
}

.w3c img {
	border-width: 0;
}


.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}

#menu
{
    width:100%;
    font-family:Tahoma, Verdana, Arial;
    margin-left: auto;
    margin-right: auto;
    
}

.button
{
    color:#FFFFFF;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
    background-color:#ffffff;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:15px;
    padding-left:15px;
    line-height:2;
    border-right:1px solid #FFFFFF;	
    
}

.button:hover
{
    background-color: #EEEEEE;
}