/* CSS Document */
.blueblock{
width: 200px;
/*border-right: 1px solid #000;*/
/*padding: 0 0 0 0;*/
/*border-right: 1px solid #000;*/
font-family: Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html .blueblock{ /*IE 6 only */
width: 200px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

.blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

.blueblock li a{
display: block;
padding: 8px 5px 8px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body .blueblock li a{ /*Non IE6 width*/
width: auto;
}

.blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
font-family: Arial, sans-serif;
font-size:14px;
color: white;
background: #666666 url(downgreen.gif) no-repeat 8px 7px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 1; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background:#FF6600;
}

/* busline */
.navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.navlist li 
{
padding-left: 20px;
margin-bottom: 8px;
background-image: url(circle.jpg);
background-repeat: no-repeat;
background-position: 0 3;
}

.navlist li a{
color: #0066FF;
/*display: block;*/
padding: 5px 0;
line-height: 17px;
text-decoration:underline;
}

.navlist li a:visited{
color: #0066FF;
}

.navlist li a:hover{ /*hover state CSS*/
color:#FF3300;
text-decoration:none;
}

.navlist-s
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.navlist-s li 
{
padding-left: 20px;
margin-bottom: 8px;
background-image: url(square.jpg);
background-repeat: no-repeat;
background-position: 0 4;
}

.navlist-news
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.navlist-news li 
{
padding-left: 20px;
margin-bottom: 8px;
background-image: url(newsicon.jpg);
background-repeat: no-repeat;
background-position: 0 3;
}

.navlist-news li a{
color: black;
/*display: block;*/
padding: 5px 0;
line-height: 17px;
text-decoration:underline;
}

.navlist-news li a:visited{
color: black;
}

.navlist-news li a:hover{ /*hover state CSS*/
color:#FF3300;
text-decoration:none;
}

/* page number */
.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: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}
.pagination span{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
padding: 0 5px;
border: 1px solid #9aafe5;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/* Gray Link Button Start*/
a.gray-squarebutton{
background: transparent url('square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.gray-squarebutton, a:visited.gray-squarebutton, a:active.gray-squarebutton{
color: #494949; /*button text color*/
}

a.gray-squarebutton span{
background: transparent url('square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.gray-squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.gray-squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/* Gray Link Button End */

/* Green Link Button Start*/
a.green-squarebutton{
background: transparent url('square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.green-squarebutton, a:visited.green-squarebutton, a:active.green-squarebutton{
color: #494949; /*button text color*/
}

a.green-squarebutton span{
background: transparent url('square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.green-squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.green-squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/* Green Link Button End */

/* Blue Link Button Start*/
a.blue-squarebutton{
background: transparent url('square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.blue-squarebutton, a:visited.blue-squarebutton, a:active.blue-squarebutton{
color: #494949; /*button text color*/
}

a.blue-squarebutton span{
background: transparent url('square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.blue-squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.blue-squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/* Blue Link Button End */

/* forum post start */
a{color:#0033CC;}
h1, h2, p, form{
	border:0px; 
	margin:0px; 
	padding:0px;
}

input{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
h2{	color:#666666; 
	margin-bottom:20px;
	font-size:16px;
}

div.main{
	margin:30px auto; 
	width:340px;
	}

div.box{
	border:solid 1px #c6cfe1;
	background:#dfe4ee;
	padding:10px;
	color:#333333;
	margin-bottom:20px;
}
div.box h1 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
}
div.box p{padding-bottom:14px;}

div.box input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	/*width:180px;*/
}

div.box label{
	display:block;
	margin-bottom:10px;
	color:#555555;
}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:70px;
	text-align:right;
	font-weight:bold;
}
.spacer{margin-left:130px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}
.spacer a {
color:#FFFFFF;
}
.spacer a:visited{
color:#FFFFFF;
}
.spacer a:hover{
color:#CCCCCC;
}

.green{
	background:url(green.gif);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}
/* forum post end */
