/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #000;
    font: 11px normal Tahoma, Verdana, Arial;
}
body, #panel_body {
    /* this is hack for showing background properly in published pages and in panel*/
    background: #ffffff url('../gfx/back.jpg') no-repeat center top;
	/* this is hack for showing edit boxex centered - works only in IE*/
    text-align: center;
	/* this is hack for making #websitebody to be full 100% width*/
    margin: 0;
}
#website_body {
    background: #ffffff url('../gfx/back.jpg') no-repeat center top;
	margin:0;
	padding:0;
    font: 11px normal Tahoma, Verdana, Arial;
	color: #000;		
}


.website_text_header {
	font: 16px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #FF6600;
	display: block;
	margin-bottom: 10px;
	height: 40px;
}
.website_text_header_big {
	font: 20px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #FF6600;
	display: block;
	margin-bottom: 10px;
	height: 40px;
}
.website_text_header_middle {
	font: 18px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #FF6600;
	display: block;
	margin-bottom: 10px;
	height: 40px;
}
.website_text_color {
	font: 16px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #FF6600;
}
.website_text_color_big {
	font: 20px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #FF6600;
}
.website_text_color_middle {
	font: 18px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #FF6600;
}
.website_text_big {
	font: 20px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #000;
}
.website_text_middle {
	font: 18px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #000;
}
.website_text_middle_2 {
	font: 16px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #000;
}
.website_text_middle_3 {
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #000;
}
.website_clear {
    display: block;
    clear: both;
}
#website_header, #website_footer, #website_middle {    
    width: 730px;
	margin: 0 auto;
	text-align: left;
}
#website_header {
	height: 140px;
}
#website_img_toper {
	margin-bottom: 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 730px;
	height: 150px;
}
#website_topmenu {
    display: block;
	margin-bottom: 5px;
	height: 25px;
	width: 95%;
}
#website_topmenu ul {	
    list-style: none;
    margin: 0;
    padding: 0;
}
#website_topmenu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;	
}
#website_topmenu ul li a, #website_topmenu ul li a:hover {
	float: left;
	font: 11px/25px Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #FF6600;
	border-right: 1px solid #999999;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	background-color: #F0F0F0;
}
#website_topmenu ul li a:hover {
	text-decoration: underline;
	background-color: #E4E4E4;	
}
#website_leftmenu {
	float: left;
	width: 180px;
	border-top: 1px solid #999999;
	margin-right: 5px;
}
#website_leftmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#website_leftmenu ul li a, #website_leftmenu ul li a:hover {
	font: 11px Tahoma, Verdana, Arial;
	color: #FF6600;
	background-color: #F0F0F0;
	padding: 5px;
	border-bottom: 1px solid #999999;
	display: block;
	text-decoration: none;
}
#website_leftmenu ul li a:hover {
	text-decoration: underline;
	background-color: #E4E4E4;	
}
#website_content {
    float: left;
    width: 545px;
}
#website_footer {
	margin-top: 5px;
	padding-top: 5px;
	height: 50px;
	border-top: 1px solid #999999;
	font: 10px Tahoma, Verdana, Arial;
	color: #ccc;
}

/* forms plugin*/
#websiteform {
    padding: 0;
    margin:0;
}
#websiteform label {
    display: block; 
    margin-top: 5px;
}
.websiteinputtext, .websiteinputtextarea{
    border-width:thin;
    background-color: #fff;
    font: 11px Tahoma, Verdana, Arial;
    width: 190px;
    color: #000;
}
.websiteinputbutton {
    font: bold 9px Tahoma, Verdana, Arial;
    border: 1px solid #fff;
    background: #f5720f;
    height: 20px;
    color: #fff;
    margin: 10px 8px 0 0;
    float: left;
}
/* download plugin*/
#website_download {
    padding: 0;
    margin:0;
}
#website_download ul li {
    margin: 5px;
}
#website_download a, #website_download a:hover {
    font: 11px normal Tahoma, Verdana, Arial;
	color: #FF6600;
	text-decoration: none;
}
#website_download a:hover {
    text-decoration: underline;
}
#website_download .website_description{
    margin: 5px;
}
/* news plugin*/
#website_newsboxlist {
    display: block;
}
#website_newsboxlist .website_newslistone {
    margin-top: 10px;
    display: block;
}
#website_newsboxlist .website_newslink a, #website_newsboxlist .website_newslink a:hover {
    font: 11px normal Tahoma, Verdana, Arial;
	color: #FF6600;
	text-decoration: none;
	float: right;
}
#website_newsboxlist .website_newslink a:hover {
    text-decoration: underline;
}
#website_newsboxlist .website_newsheader {
    font-weight: bold;
    display: block;
}
#website_newsboxlist .website_newscontent {
    display: block;
}
#website_newsboxlist .website_newsdate {
    float: left;
}
#website_newsboxlist .website_newsfile {
    overflow: hidden;
}
#website_newsboxlist .website_newsfile img {
    display: block;
}

#website_newsboxone .website_newslink a, #website_newsboxone .website_newslink a:hover {
    font: 11px normal Tahoma, Verdana, Arial;
	color: #FF6600;
	text-decoration: none;
	float: right;
}
#website_newsboxone .website_newslink a:hover {
    text-decoration: underline;
}
#website_newsboxone .website_newsheader {
    font-weight: bold;
    display: block;
}
#website_newsboxone .website_newscontent {
    display: block;
}
#website_newsboxone .website_newsdate {
    float: left;
}
#website_newsboxone .website_newsfile {
    overflow: hidden;
}
#website_newsboxone .website_newsfile img {
    display: block;
}
/* gallery plugin*/
#website_gallery #website_pager, #website_gallery #website_pager a, #website_gallery #website_pager a:hover {
    font: 11px normal Tahoma, Verdana, Arial;
	color: #FF6600;
	text-decoration: none;
}
#website_gallery #website_pager a:hover {
    text-decoration: underline;
}
#website_gallery #website_pager {
    text-align: center;
    color: #000;
}
#website_gallery .website_image_description{
    font: 11px normal Tahoma, Verdana, Arial;
    color: #000;
}
