style.css 3.17 KB
.linka a:link {
	color: #133E51;
	text-decoration: none;
}

.linka a:active {
	color: #133E51;
	text-decoration: none;
}

.linka a:visited {
	color: #133E51;
	text-decoration: none;
}

.linka a:hover {
	color: #133E51;
	text-decoration: underline;
}

.link a:link {
	color: #FFF;
	text-decoration: none;
}

.link a:active {
	color: #FFF;
	text-decoration: none;
}

.link a:visited {
	color: #FFF;
	text-decoration: none;
}

.link a:hover {
	color: #FFF;
	text-decoration: underline;
}

.placeSelectInfotable tr td {
	padding-left: 20px;
}

.rightalign {
	text-align: right;
}

.placeSelectInfotable tr {
	vertical-align: top;
}

h3 {
	font-size: 18px;
	color: #01202e;
	font-family: trebuchet ms, lucida grande, helvetica, arial;
}

body {
	background-color: #133e51;
	margin: 0 auto 0 auto;
	font-family: helvetica, arial;
	font-size: 10pt;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 900px;
	height: auto;
}

#navigation {
	width: 900px;
	height: 80px;
}

#mainmenu {
	margin-left: 10px;
}

#content {
	width: 100%;
	background-image: url('img/top.gif');
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-top: 10px 20px;
}

#headerbox {
	height: 33px;
	text-align: right;
	margin: 15px 30px 5px 30px;
	color: #FFFFFF;
	width: 425px;
}

#headerbox a {
	color: #FFFFFF;
}

#headerbox input {
	margin: 0; padding 0;
	border-style: solid;
	border-width: 1px;
}

#sidebar {
	float: right;
	border: 1px solid #023952;
	background: #62a5c3;
	margin: 10px 15px;
	padding: 0 1em 0 0;
}

#sidebar a:link {
	color: #023952;
	text-decoration: none;
}

#sidebar a:active {
	color: #023952;
	text-decoration: none;
}

#sidebar a:visited {
	color: #023952;
	text-decoration: none;
}

#sidebar a:hover {
	color: #023952;
	text-decoration: underline;
}

.linka {
	background-image: url('img/linka2.gif');
	width: 117px;
	height: 27px;
	color: #133E51;
	float: left;
	vertical-align: bottom;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-right: 3px;
}

.link {
	background-image: url('img/link2.gif');
	width: 117px;
	height: 27px;
	color: #FFF;
	float: left;
	vertical-align: bottom;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-right: 3px;
}

#head {
	padding-top: 5px;
	margin-right: 10px;
	float: left;
}

#cwrap {
	padding: 10px;
	min-height: 100px;
}

#footer {
	background-image: url('img/bottom.gif');
	height: 21px;
	text-align: center;
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 20px;
}

#sidebar ul {
	padding-left: 10px;
	list-style-type: none;
}

#sidebar ul li ul {
	list-style-type: circle;
	padding-left: 15px;
}

#sidebar .sidebartitle {
	font-weight: bold;
}

.placegroupPadding {
	padding-right: 50px;
}

#pollresultsubform tr td {
	text-align: top; margin-bottom : 10px;
	border-style: solid;
	border-color: #000;
	border-width: 0 0 1px 0;
	margin-bottom: 10px;
}

#pollresultstable {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

#pollresultstable tr td
{
	vertical-align:top;
}