﻿/* CSS
 * Author: Ani Sinanaj
 * Date: 08-05-2010
 * Joomla Template
 * IIS Negrelli
 */
 
/* HTML Elements */
body {
	background-color: #f2f2f2;
	color: #282828;
}
img {
	border: 0px #f2f2f2 none;
}
h1 {
	font-size: 16px;
	font-family: Tahoma;
	color: #323A52;
}
input.button {
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF #818181 #818181 #BFBFBF;
	background-image: url('../imgs/buttons.png');
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
}

/* Classes */

/* Structure */
div.main {
	width: 1000px;
	position: absolute;
	left: -500px;
	margin-left: 50%;
	margin-top: 35px;
	margin-bottom: 35px;
}
div.shadowtop {
	background-image: url('../imgs/shadowTop.png');
	height: 25px;
	background-position: center top;
	border-top: 1px #999999 solid;
}
div.shadowbottom {
	background-image: url('../imgs/shadowBottom.png');
	height: 25px;
	background-position: center top;
	border-bottom: 1px #999999 solid;
}

div.bordershadow {
	height: 155px;
	width: 1000px;
	border: 0 #f2f2f2 none;
	background-image: url('../imgs/header.png');
}
div.center {
	background-image: url('../imgs/leftrightb.png');
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0 5px 0 5px;
	background-color: #FFFFFF;
}
div.bottom {
	background-image: url('../imgs/footer.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 20px;
	background-color: #F5F5F5;
}
div.footer {
	color: #666666;
	font-size: 13px;
	text-align: center;
	background-color: #F5F5F5;
	border-right-color: #F2f2f2;
	border-bottom-color: #F2f2f2;
	border-left-color: #F2f2f2;
	padding-top: 5px;
	padding-left: 10px;
}
div.wrapper {
	width: 990px;
	height: 100%;
}
td.leftSidebar {
	padding-left: 10px;
	width: 190px;
	vertical-align: top;
}
td.content {
	width: 560px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
td.rightSidebar {
	width: 200px;
	vertical-align: top;
}

/* Left Sidebar Classes*/

/* Modules */
table.moduletable_menu {
	background-image: url('../imgs/tablemenu.png'); 
	background-repeat: no-repeat;
	background-position: left top;
	width: 190px;
	height: 25px;
}
table.moduletable tbody tr th {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	color: #606060;
}

/* Menu */
table.moduletable_menu tbody tr th {
	background-image: url('../imgs/tablemenu.png'); 
	background-repeat: no-repeat;
	background-position: left top;
	width: 190px;
	height: 25px;
	font-size: 14px;
	font-family: "Perpetua Titling MT", sans-serif;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 3px;
	color: #606060;
}
table.moduletable_menu tbody tr td {
	background-image: url('../imgs/menubottom.png'); 
	background-position: left bottom;
	background-repeat: no-repeat;
}
table.moduletable_menu tbody tr {
	background-image: url('../imgs/menucenter.png'); 
	background-position: left bottom;
	background-repeat: repeat-y;
}
ul.menu li a {
	font-size: 12px;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	color: #606060;
	text-decoration: none;
	margin-left:0px;
}
ul.menu {
	list-style: none;
	text-align: left;
	margin-left: -10px; 
}
ul.menu li a:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #141414;
	text-decoration: none;
	font-weight: bold;
}
#current, #active_menu {
	list-style: none outside url('../../../images/M_images/rating_star_blank.png');
	font-weight: bold;
	margin-top: 0px;
}
#mainlevel {
	list-style: none;
	text-align: left;
	margin-left: -15px; 
}
#mainlevel li a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	text-decoration: none;
	text-transform: capitalize;	
}
#mainlevel li a:hover {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #141414;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;	
}

/* Login */
#form-login {
	width: 190px;
	border: 0 #ffffff none;
}
#form-login ul{
	list-style: none;
	margin-left: -15px;
	font-size: 11px;
}
#form-login ul a{
	list-style: none;
	margin-left: -15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 11px;
}
#form-login ul a:hover{
	list-style: none;
	margin-left: -15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #141414;
	font-weight: bold;
	font-size: 11px;	
}
input.inputbox{
	border-top: 1px #EFEFEF solid;
	border-left: 1px #EFEFEF solid;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
	background-color: #F3F3F3;
	width: 150px;
	color: #666666;
}
#modlgn_remember {
	width: 13px;
	height: 13px;
	border: 0 #ffffff none;
	background-color: #FFFFFF;
}
fieldset.input p label {
	color: #606060;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
#form-login div {
	text-align: center;
	color: #606060;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Center */

/* Content */
.sectiontableentry1 td {
	padding-top: 3px;
	padding-left: 20px;
	border-bottom: 1px #C0C0C0 solid;
}
.sectiontableentry2 td {
	padding-top: 3px;
	padding-left: 20px;
	border-bottom: 1px #C0C0C0 solid;
}
.sectiontableheader a{
	padding-left: 20px;
}
.sectiontableheader {
	padding-top: 10px;
	border-bottom: 1px #C0C0C0 solid;
}
table.contentpane form{
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}
table.contentpaneopen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px #DDDDDD solid;
	color: #282828;
	padding-top: 1px;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1px;
	padding-bottom: 0px;
}
table.contentpaneopen img {
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 2px;
}
table.contentpaneopen a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	font-weight: bold;
	text-decoration: underline;	
}
table.contentpaneopen a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	font-weight: bold;
	text-decoration: none;	
}
div.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #606060;
}
td.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	font-weight: lighter;
}

/* Latest News*/
.latest_news ul {
	list-style: none outside url('../imgs/arrow.png');
}
.latestnews a, .mostread a{
	color: #407200;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.latestnews a:hover, .mostread a:hover{
	color: #C16100;
	text-decoration: none;
}
div.latest_news {
	background-color: #F5F5F5;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	margin-bottom: 15px;
}
span.article_separator {
	height: 2px;
}

/* Content Info*/
.small, .createdate, .modifydate {
	font-size: 9px;
	color: #999999;
}
div.blog_more {
	color: #606060;
}
.blog_more ul {
	list-style: none;
}
div.blog_more ul li a{
	color: #325B00;
	text-decoration: none;
}
div.blog_more ul li a:hover{
	color: #C16100;
}

/* Pagination */
span.pagination span {
	color: #606060;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	font-weight: bold;
}
span.pagination a {
	color: #494949;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	font-weight: bold;
	margin-left: 0px;
}

/* Right Sidebar */

table.poll thead td {
	color: #333333;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}
table.poll {
	width: 190px;
	margin-bottom: 5px;
}
table.pollstableborder {
	width: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.pollstableborder tr {
	color: #535353;
	font-size: 12px;
}
table.moduletable tbody tr td {
	color: #282828;
}
table.moduletable_text {
	margin-top: 15px;
}
table.moduletable_text tbody tr th {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 5px;
}

/* Banners */
div.banner {
	background-image: url('../imgs/header.jpg');
	width: 1000px;
	height: 150px;
	background-position: left 5px;
	background-repeat: no-repeat;
}
div.bannerheader {
	font-size: 12px;
	color: #999999;
}
div.banneritem_text {
	color: #656565;
	font-family: Arial;
	font-size: 13px;
}
div.bannerfooter_text {
	color: #3b3b3b;
	font-family: Arial;
	font-size: 13px;
	margin-top: 5px;
}
div.bannerfooter_text a, div.banneritem_text a{
	color: #325B00;
	font-family: Arial;
	font-size: 13px;
	text-decoration: underline;
	margin-top: 5px;
}
div.bannerfooter_text a:hover, div.banneritem_text a:hover {
	color: #C16100;
	font-family: Arial;
	font-size: 13px;
	text-decoration: underline;
	margin-top: 5px;
}
div.bannergroup, div.banneritem {
	width: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div.banneritem img {
	width: 190px;
	border: 1px #CCCCCC solid;
}

/* Menu top*/
div.menu {
	position: absolute;
	top: 0;
	width: 1000px;
	left: -500px;
	margin-left: 50%;
	height: 20px;
}

div.menuleft {
	background-image: url('../imgs/footer.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	width: 700px;
	height: 30px;
	background-color: #E9E9E9;
}
div.menuright {
	background-image: url('../imgs/footer.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	width: 300px;
	height: 30px;
	text-align: right;
	margin: 0 0 0 0;
	background-color: #E9E9E9;
}
#mainlevel-nav {
	font-size: 11px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainlevel-nav li {
	float: left;
	list-style: none;
	background-image: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 25px;
	border-left: 1px white solid;
	border-right: 1px gray solid;
	background-image: url('../imgs/topMenu.png');
}
#path {
	width: 200px;
	float: left;
	margin-right: 5px;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
}
#date {
	width: 80px;
	float: left;
	margin-right: 15px;
	font-size: 11px;
	line-height: 28px;
	text-align: right;
}
#mainlevel-nav li a {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: #6A6A6A;
	text-decoration: none;
	margin-left: 0px;
}
#mainlevel-nav li a:hover {
	font-size: 11px;
	color: #A3A3A3;   
}
#path a {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: #6A6A6A;
	text-decoration: none;
}
#path a:hover {
	font-size: 11px;
	color: #999999;
}

/* Footer */
div.footer a{
	color: #333333;
	text-decoration: none;
}
#footerImage {
	position: absolute;
	width: 300px;
	height: 90px;
	left: -150px;
	margin-left: 50%;
	margin-top: 45px;
	background-image: url('../imgs/footerimage.png');
	background-repeat: no-repeat;
	background-position: center top;
}

/* Search */
#searchForm button {
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF #818181 #818181 #BFBFBF;
	background-image: url('../imgs/buttons.png');
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
}
#searchForm label {
	font-size: 12px;
	font-style: italic;
}
.searchintro {
	font-size: 12px;
	font-variant: small-caps;
	color: #808080;
}
.contentpaneopen fieldset {
	border-top: 1px #C0C0C0 solid;
	border-left: 1px #C0C0C0 solid;
	border-right: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
}

/* Other Pages */
td.content ul li a {
	color: #325B00;
	text-decoration: underline;
	margin-top: 5px;
}
td.content ul li a:hover {
	color: #c16100;
	text-decoration: underline;
	margin-top: 5px;
}
td.content ul li {
	color: #282828;
	margin-top: 5px;
}

/* Links */
a {
	color: #282828;
	text-decoration: none;
}
a:hover {
	color: #325B00;
	text-decoration: underline;
}

/* Polls */
.polls_color_1 {
	BORDER-BOTTOM: #585858 1px ridge;
    BORDER-LEFT: #DADADA 1px ridge; 
    BACKGROUND-COLOR: #D72D2D; 
    BORDER-TOP: #DADADA 1px ridge; 
    BORDER-RIGHT: #585858 1px ridge;
    margin-left: 5px;
}
.polls_color_2 {
	BORDER-BOTTOM: #585858 1px ridge;
    BORDER-LEFT: #DADADA 1px ridge; 
    BACKGROUND-COLOR: #33CC33; 
    BORDER-TOP: #DADADA 1px ridge; 
    BORDER-RIGHT: #585858 1px ridge;
    margin-left: 5px;
}
.polls_color_3 {
	BORDER-BOTTOM: #585858 1px ridge;
    BORDER-LEFT: #DADADA 1px ridge; 
    BACKGROUND-COLOR: #FF9933; 
    BORDER-TOP: #DADADA 1px ridge; 
    BORDER-RIGHT: #585858 1px ridge;
    margin-left: 5px;
}
.polls_color_4 {
	BORDER-BOTTOM: #585858 1px ridge;
    BORDER-LEFT: #DADADA 1px ridge; 
    BACKGROUND-COLOR: #FF33CC; 
    BORDER-TOP: #DADADA 1px ridge; 
    BORDER-RIGHT: #585858 1px ridge;
    margin-left: 5px;
}
.polls_color_5 {
	BORDER-BOTTOM: #585858 1px ridge;
    BORDER-LEFT: #DADADA 1px ridge; 
    BACKGROUND-COLOR: #3366FF; 
    BORDER-TOP: #DADADA 1px ridge; 
    BORDER-RIGHT: #585858 1px ridge;
    margin-left: 5px;
}