th, table th {
    text-align: left;
}

h2 {
    margin-top: 0;
    padding-top: 0;
}

a, a:visited {
    color: #336699;
}

h3 {
    font-size: 13px;
    margin: 0px;
    color: #003366;
}

.input_wide {
    width: 580px;
}

.outsideborder {
	border: 1px solid #333333;
}

/* jquery autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/indicator.gif') center no-repeat;
}

.ac_odd {
	background-color: #eeeeee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}

a:link, td a:link {
	color: #336699;
	text-decoration: none;
}
a:visited, td a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover, td a:hover {
	text-decoration: none;
	color: orange;
}
a:active, td a:active {
	text-decoration: none;
}

td,th,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;

	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.error {
    color: red;
    font-weight: bold;
}

#loginbox {
	background:#fff url(/images/loginbox.gif) center 30px no-repeat;
	margin:0;
	border: 0px solid red;
	height: 300px;
	display: block;
	}
#login form {
	background: url(/images/collab.jpg) center 50px no-repeat;
	color:#000;
	font:11px verdana,arial,helvetica,sans-serif;
	height:265px;
	margin: 20px auto;
	padding:110px 0 0 3px;
	width:360px;
	border: 0px solid yellow;
}

#login form .login_input {
	height: 14px;
	width: 150px;
	border: 1px solid #cccccc;
}

#login .logout {
	background:url(/images/loghead3.png) no-repeat;
	margin:186px auto 0 auto;
	width:374px;
	padding:110px 0 0 0;
	text-align:center;
	color:#000;
	font:11px verdana,arial,helvetica,sans-serif;
	}
#login form a {
	color:#3399cc;
	display:block;
	}
#login form .button {
	background:url(/images/button.gif) 0 0 repeat-x;
	border:1px solid #000;
	color:#000;
	font:bold 11px verdana,arial,helvetica,sans-serif;
	padding:0;
	height:18px
	}
#login form .field {
	color:#666;
	float:right;
	font:10px verdana,arial,helvetica,sans-serif;
	width: 160px;
	margin: 0;
	padding: 0;
	border: 0px solid red;
	}
#login form .label {
	float:left;
	text-align:right;
	padding: 0 0px 0 0;
	margin: 1px 0px 0 0;
	border: 0px solid blue;
	clear: left;
	}
#login form .row {
	padding:0 0 3px 0;
	text-align: left;
	margin: 0 0 0 40px;
	height: 24px;
	border: 0px solid red;
	width:240px;
	}
#loginsubmit {
	color:#000;
	font:11px/13px verdana,arial,helvetica,sans-serif;
	margin: 0px auto;
	padding:10px 0 0 20px;
    width: 100%;
	text-align: center;
	display: block;
	}

/*  Styles for rounded corner items */

div.roundedBox, div.roundedBoxHols, div.roundedBoxNews {
    background: url('/images/rounded/top-border.jpg') repeat-x top left; width:390px; margin:10px 0px;
}
div.roundedBoxHols {
    width:300px;
}
div.roundedBoxNews {
    width:320px;
}
div.btmBorder {
    background: url('/images/rounded/1px-border.jpg') repeat-x bottom left;
}
div.leftBorder {
    background: url('/images/rounded/1px-border.jpg') repeat-y left top;
}
div.rightBorder {
    background: url('/images/rounded/1px-border.jpg') repeat-y right top;
}
div.trCorn {
    background: url('/images/rounded/tr-corn.jpg') no-repeat right top;
}
div.tlCorn {
    background: url('/images/rounded/tl-corn.jpg') no-repeat left top;
}
div.brCorn {
    background: url('/images/rounded/br-corn.jpg') no-repeat right bottom;
}
div.blCorn {
    background: url('/images/rounded/bl-corn.jpg') no-repeat left bottom;
}
div.roundedBoxTop {
    padding: 5px 10px;
    height:14px;
   font-style: normal;
}
div.roundedBoxTop span.postAuthor {
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    font-style: normal;
    position: relative;
    top: -2px;
}
div.roundedBoxTop span.postDate {
    color: #FFF;
    display: inline-block;
    margin: 0px 0px 0px 15px;
    position: relative;
    top: -2px;
}
div.roundedBoxTop a {
    display: inline-block;
    float: right;
    margin:0px;
    position: relative;
    top: -2px;
}
div.roundedBoxTop a.blogDel {
    color: orange;
    text-decoration: none;
}
div.roundedBoxTop a:hover.blogDel {
    color: orange;
    font-weight: bold;
    text-decoration: underline;
}

.postContent {
    display:inline-block;
    margin: 0px;
    padding: 5px 10px;
}
div.roundedBoxTop h1 {
    color: #FFF;
    margin:0px;
    padding:0px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -2px;
}
div.roundedBoxHols ul {
    list-style: none;
    padding:5px 10px;
    margin:0px;
    position: relative;
    overflow: hidden;
}
div.roundedBoxHols ul li {
    clear: both;
    font-size: 12px;
    padding:2px 0px;
}

/* ----------- News Box Styles ----------- */

div.latestContainer {
    background: #424242 none;
    overflow: hidden;
    position: relative;
    margin: 0px 1px;
    width: 318px;
}
* html div.latestContainer {
}
div.latestContainer  img {
    float: left;
}
div.latestContainer p {
    padding:0px;
    margin:0px;
}
div.latestContainer a.latestLink {
    color: #FFF;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 5px 0px 3px 15px;
    text-decoration: none;
    width: 220px;
}
div.latestContainer  a:hover.latestLink {
    text-decoration: underline;
}
div.latestContainer span.addedTime {
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    float: right;
    margin:0px 15px 0px 0px;
    text-align: right;
}
div.roundedBoxNews ul {
    padding:5px;
    margin:0px;
    list-style:none;
}
div.roundedBoxNews ul li {
    display: block;
    margin:2px 1px 2px 15px;
    padding:0px 0px 0px 15px;
    background: url('/images/greybullet.jpg') left center no-repeat;
}
div.roundedBoxNews h2.categoryH2 {
    clear: left;
    background:#EBEBEB none;
    margin:0px 1px;
    padding:7px;
    font-size:12px;
    font-weight:bold;
}
a.weatherLink {
    display: inline-block;
    margin:0px 0px 10px 0px;
    color: #666;
    font-size: 12px;
    text-decoration: none;
}
a:hover.weatherLink {
    text-decoration: underline;
}


@page {
  size: A4;
  margin: 5mm 5mm 5mm 5mm; /* printers usually have a bigger bottom margin*/
}

@media print {
  html, body {
    width: 210mm;
    height: 297mm;
    page-break-after: always;
  }
  /* ... the rest of the rules ... */

 div.page {
    margin: 0mm; /* printers usually have a bigger bottom margin*/
  }
}

@media screen {
 div.page {
  margin: 5mm 5mm 5mm 10mm; /* printers usually have a bigger bottom margin*/
  }
}
