ul { list-style: none; }

ul.news-items li, ul.contacts li, ul.events li { padding: 20px; display: block; }
ul.address li { padding: 2px; }

.title { 
	font-weight: bold;
	font-size: 18px;
	color: #800000;
	display: block;
}

.text_normal {
	color: #000000;
	font-size: 14px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text_highlight { 
	color: #7A51FF;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

label.desc { font-weight: bold; }

div.box { background-color: #EEEEEE; padding: 25px; margin: 20px; border: #CCCCCC solid 2px; }

/* Widths */
.w100 { width: 100%; }
.w75 { width: 75%; }
.w50 { width: 50%; }
.w25 { width: 25%; }
.w45p { width: 45px !important; }
.w35p { width: 35px !important; }

/* Paddings */
.pt25 { padding-top: 25px; }
.pb25 { padding-bottom: 25px; }
.pt50 { padding-top: 50px; }
.pb50 { padding-bottom: 50px; }
.p5 { padding: 5px; }
.p25 { padding: 25px; }
.pl20 { padding-left: 20px; }
.pt5 { padding-top: 5px; }
.pb5 { padding-bottom: 5px; }

/* Margins */
.mt25 { margin-top: 25px; }
.mb25 { margin-bottom: 25px; }
.mt50 { margin-top: 50px; }
.mb50 { margin-bottom: 50px; }
.m5 { margin: 5px; }
.ml5 { margin-left: 5px; }
.mt5 { margin-top: 5px; }
.ml10 { margin-left: 10px; }
/* Floats */
.floatleft, .float-left { float: left; }
.floatright, .float-right { float: right; }
.clear { clear: both; }

/* Errors */
.errors {
	background-color: #FCFF82;
	border: #CCCE56 solid 2px;
	padding: 5px;
	margin: 15px;
	font-size: 12px;
}
.errors ul {
	list-style: none;
}
.errors ul li {
	padding: 2px 0px;
}

.centre { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.border2px { border: 2px solid #800000; }

optgroup option { padding-left: 10px; }


/* Tabs 2 */
ul.tabs2 {
	font-size: 18px;
	margin-left: 10px;
	margin-top: 25px;
}
ul.tabs2 li {	
	display: inline;
	list-style: none;
}
ul.tabs2 li a {	
	background-color: #F9F9F9;
	color: #7F7F7F;
	text-decoration: none;
	padding: 10px;
	border:thin solid #DDDDDD;
	font-weight: none;
}
ul.tabs2 li a.active{
	background-color: #FCFCFC;
	color: #7F0000;
}
ul.tabs2 li a:hover {
	background-color: #FCFCFC;
	border: thin solid #666666;
}

/* panel for tabs */
div.tabspanel {
	border: thin solid #DDDDDD;
	padding: 10px;
	background-color: #FFFFFF;
}


/* text content */
div.text-content {
	margin-top: 20px;
	padding-bottom: 10px;
}

/* panel */
div.panel2 {
	border: thin solid #DDDDDD;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 20px;
}


ul.rows li{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.odd {
	background-color: #F2F2F2;
}

img { border: none; }

button { font-size: 12px; }


/*
=================================== 
	Button styles 
===================================
*/

.btn, .button, input[type="submit"], .button-link {
	display: inline;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
	background-color:#f5f5f5;
	border:2px solid #cdcdcd;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding: 5px;
	margin: 0px;
	margin-right: 5px;
	text-align: center;
	width: auto;
	/*height: 30px;*/
	
}
.btn-icon-add {
	background-image: url(../img/add.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	min-height: 20px;
}
input.btn-icon-add {
	line-height: 0px;
	text-indent: 18px;
	text-align: left;
}
a.btn-icon-add span {
	display: inline;
	margin-left: 20px;
}

.btn-icon-delete {
	background-image: url(../img/delete.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
input.btn-icon-delete {
	line-height: 0px;
	text-indent: 18px;
	text-align: left;
}
a.btn-icon-delete span {
	display: inline;
	margin-left: 20px;
}

.btn-icon-up {
	background-image: url(../img/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
input.btn-icon-up {
	line-height: 0px;
	text-indent: 18px;
	text-align: left;
}
a.btn-icon-up span {
	display: inline;
	margin-left: 20px;
}

.btn-icon-down {
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
input.btn-icon-down {
	line-height: 0px;
	text-indent: 18px;
	text-align: left;
}
a.btn-icon-down span {
	display: inline;
	margin-left: 20px;
}

.btn:hover , .button:hover, input[type="submit"]:hover, .button-link:hover{
	cursor: pointer;
	background-color:#fAfAfA;
	color: #555555;
	border:2px solid #ababab;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
}

.btn:focus, .button:focus, input[type="submit"].focus {
	background-color:#fAfAfA;
	color: #555555;
	border:2px solid #ababab;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
}

.hide { display: none; }

