@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eff0f2;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

#topContainer {
	width: 100%;
	text-align: center;
}
#topWrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}
#midContainer {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	background-image: url(http://www.teenager.bg/images/header_bgr.jpg);
	background-repeat: repeat-x;
}
#midWrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 20px;
}
#botContainer {
	width: 100%;
	text-align: center;
	background-image: url(http://www.teenager.bg/images/footer_bgr.jpg);
	background-repeat: repeat-x;
}
#botWrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background-image: url(http://www.teenager.bg/images/fw_bgr.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 3px;
}

/* botWrapper */
#botWrapper ul#bottomMenu {
	list-style: none;
	float: left;
	padding-left: 200px;
}
#botWrapper ul#bottomMenu li {
	display: inline;
	border-right: 1px solid #55437f;
	padding-right: 5px;
	margin-left: 4px;
}
#botWrapper ul#bottomMenu li.last {
	display: inline;
	border-right: none;
}
#botWrapper ul#bottomMenu li a {
	color: #55437f;
	text-decoration: none;
}
#botWrapper ul#bottomMenu li a:hover {
	text-decoration: underline;
}
#botWrapper p#copyright {
	float: right;
	padding-right: 20px;
	color: #55437f;
}

#leftCol {
	width: 140px;
	float: left;
}
#centerCol {
	float: left;
	padding: 10px;
	width: 700px;
	padding-top: 75px;
}
#rightCol {
	width: 140px;
	float: right;
	padding-top: 110px;
}

#contentWrapper {
	float: left;
	width: 860px;
	background-image: url(http://www.teenager.bg/images/site_bgr.jpg);
	background-repeat: no-repeat;
}

input, select, option {
	font-size: 10px;
}

/* searchForm */
#searchForm {
	margin-bottom: 10px;
	width: 700px;
}
#searchForm #tabs {
	height: 25px;
}
#searchForm #tabs ul {
	list-style: none;
	margin: 0px;
}
#searchForm #tabs ul li {
	float: left;
}
#searchForm #tabs ul li a {
	height: 25px;
	width: 88px;
	display: block;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
#searchForm #tabs ul li a:focus {
	outline: none
}
#searchForm #tabs ul li a#btnCat {
	margin-right: 1px;
}
#searchForm #tabs ul li a.active {	
	background-repeat: no-repeat;
}
#searchForm #tabs ul li a.inactive {	
	background-repeat: no-repeat;
}
#searchForm .bashFrm {	
	background-repeat: no-repeat;
	height: 24px;
}
#searchForm .bashFrm table {
	margin-top: 3px;
	margin-left: 15px;
}
.sub {
	border: 0px solid black;
	background-color: #583f9a;
	color: #ffffff;
	width: 50px;
	margin-left: 10px;
	text-transform: uppercase;
}
#sfCatId {
	border: 0px solid black;
	width: 310px;
}
#sfCatText {
	border: 0px solid black;
	width: 290px;
	height: 15px;
	margin-left: 15px;
}
#sfLocId {
	border: 0px solid black;
	width: 310px;
}
#sfLocText {
	border: 0px solid black;
	width: 290px;
	height: 15px;
	margin-left: 15px;
}
/* -------------------------------------------------------------------------- */

a {
	text-decoration: none;
	color: #583f9a;
}
a:hover {
	text-decoration: underline;
}

div.readMore {
	font-size: 11px;
	margin-bottom: 5px;
}
div.error {
	font-size: 11px;
	color: red;
	border: 1px solid red;
	background-color: yellow;
	padding: 5px;
}

/* -------------------------------------------------------------------------- */

table.udata td {
	padding: 5px;
	font-size: 11px;
}
table.udata td.lab {
	width: 100px;
	text-align: right;
}
.eqWidth {
	width: 310px;
	font-size: 11px;
}
.eqWidthHeight {
	width: 310px;
	height: 80px;
	font-size: 11px;
}
.mandatory {
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
}

/* -------------------------------------------------------------------------- */

/* Styles for filters in browse page */
#fldFilter {
	width: 426px;;
}

/* -------------------------------------------------------------------------- */

div#categorySelector div#selectedCategories {
	margin-bottom: 10px;
}
div#categorySelector div#selectedCategories div {
	color: #000000;
	height: 18px;
}
div#categorySelector div#selectedCategories div a {
	vertical-align: middle;
}
