/*Global*/
html{
	padding:0;
	margin:0;
	background: url(../images/background.gif) repeat-x #e3e3e3;
}
body{
	font-family:"Trebuchet MS",Callibri,Arial,sans-serif;
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
}
*{
	margin:0;
	padding:0;
	outline:none;
}
img{
	border:none;
}
a{
	color:#ebebeb;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration:none;
}
.clear{
	clear:both;
}

/*holds main page*/
#pageWrap{
	width:940px;
	margin:0 auto;
}
#pageBottom{
	width:940px;
	height:15px;
	margin:0 auto;
	background:url(../images/page-bottom.gif) top no-repeat;
}

/*HEADER*/
#header{
	width:940px;
	height:135px;
	margin:0 auto 30px;
	padding-top:20px;
	border:0px solid #fff;
}
#headerLogo{
	width:120px;
	height:135px;
	margin-right:20px;
	padding:2px 0 0 50px;
	float:left;
}
#headerLogoText{
	width:500px;
	height:35px;
	float:left;
	position:relative;
	top:30px;
	left:-10px;
}
.headerContent{
	width:880px;
	height:15px;
	margin:0 auto;
	padding-top:10px;
	text-align:right;
}

#mainPageWrap{
	width:940px;
	background:url(../images/shadows.png) top center no-repeat transparent;
}
#mainPage{
	width:930px;
	min-height:600px;
	margin:0 auto;
	border-top: 1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	background:#fff;
}
#mainPageContent{
	padding:10px 10px 0;
}

#leftWrapper{
	float:left;
	width:220px;
	margin-right:20px;
}
#left{
	width:220px;
	/*background:url(../images/menu-bg.gif) left repeat-y #f0f0f0;*/
	background:#ebebeb;
	border:1px solid #ddd;
}

/*MAIN-MENU*/
.leftMenu{
	display:block;
}
.leftMenuContent{
	display:block;
	padding-top:5px;
}
.moduletable_menu h3{
	text-align:center;
	font-variant:small-caps;
	letter-spacing:1px;
	font-weight:bold;
	font-size:0.8em;
	background:#d5d5d5;
	margin:0 auto;
	width:96%;
	padding:2px 0;
} 
ul.menu{
	list-style:none;
	padding:5px;
	width:210px;
	height:auto;
	font-size:12px;
}
ul.menu li{
	list-style: none;
	height:auto;
	margin:1px 0;
}
ul.menu li a{
	display:block;
	padding:2px;
	color:#2b2b2b;
	text-decoration:none;
	font-size:1.1em;
	font-variant: small-caps;
	font-weight:bold;
	letter-spacing: 1px;
	border:1px solid transparent;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus{
	color:#000;
	border:1px solid #bbb;
	background:#fafafa;
}
ul.menu li#current a{
	color:#b10222;
}
ul.menu li span.separator{
	display:block;
	cursor:default;
	background: url(../images/menu-seperator.gif) center no-repeat;
	border:0px solid #000
}
ul.menu li ul{
	list-style:none;
	height:auto;
}
ul.menu li ul li{
	list-style: none;
	margin-bottom:3px;
	height:auto;
}
ul.menu li#current ul li a, ul.menu li ul li a{
	padding:2px 2px 2px 12px;
	color:#515050;
	font-size:0.9em;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:normal;
	background:url(../images/bullet.gif) 2px no-repeat;
}
ul.menu li#current ul li a:hover,
ul.menu li ul li a:hover,
ul.menu li ul li a:active,
ul.menu li ul li a:focus{
	color:#000;
	background:url(../images/bullet-hover.gif) 2px no-repeat #fafafa;
}
ul.menu li ul li#current a{
	color:#b10222;
	background:url(../images/bullet-current.gif) 2px no-repeat #fff;
	border:1px solid #bbb;
}
/*MAIN-MENU*/


/*LEFT-COMPONENTS*/
#leftModules{
	margin-top:10px;
	/*float:left;*/
	width:220px;
}
.moduletable h3{
	text-align:center;
	font-variant:small-caps;
	letter-spacing:1px;
	font-weight:bold;
	font-size:0.8em;
	background:#eaeaea;
	margin-bottom:3px;
}
.leftModules{
	width:220px;
	display:block;
}
.leftModulesContent{
	padding:5px;
	background:#fafafa;
	border:1px solid #b10222;
}
.poll table{
	font-family:"Trebuchet MS",Callibri,Arial,sans-serif;
	font-size:0.9em;
}
.poll td{
	vertical-align:middle;
	text-align:left;
}
.poll thead td{
	text-align:center;
	font-size:0.9em;
}
.poll input.button{
	border:1px solid #848484;
	background:#f6f6f6;
	font-size:0.8em;
	font-weight:bold;
	padding:1px 5px;
}
.poll input.button:hover{
	border:1px solid #b10222;
	cursor:pointer;
	background:#fdfdfd;
}
/*LEFT-COMPONENTS*/

/*MAIN*/
#main{
	margin-left:230px;
	padding-top:0px;
	width:620px;
}
.mainPage{
	margin-left:15px;
	/*float:left;*/
}
.mainPage a{
	color:#444;
}
.mainPage a:hover{
	color:#b10222;
}
.mainPage ul{
	list-style: none;
}
.componentheading{
	margin-bottom:20px;
	padding-left:5px;
 	font-weight:bold;
	font-size: 1.3em;
	letter-spacing:1px;
	border-bottom:1px dotted #c0c0c0;
 }
.contentheading{
	font-weight:bold;
	font-variant: small-caps;
	font-size: 1.2em;
	letter-spacing:1px;
	padding:2px 2px 2px 20px;
	border:1px solid #ebebeb;
	background:url(../images/bullet-title.gif) 4px center no-repeat #fafafa;
}
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size:0.8em;
}

table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 16px;
	margin-bottom:20px;
	width:88%;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding:4px;
  border-right: 1px solid #fff;
  font-weight:bold;
}
tr.sectiontableentry1{
	background:#fcfcfc;
}
tr.sectiontableentry2{
	background:#f6f6f6;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 6px 4px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 1px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	font-variant:small-caps;
	position:relative;
	top:15px;
	left:20px;
}
a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

table.contentpaneopen{
	margin-bottom:10px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	text-indent:20px;
	background:#fdfdfd;
}

table.contentpaneopen ul{
	list-style:none;
	padding-left:20px;
	margin-bottom:2px;
}
table.contentpaneopen li{
	list-style:none;
	padding-left:20px;
	margin-bottom:2px;
}
div.buttonheading {
	float: right;
	padding:0;
	margin:0;
}
table.contentpaneopen .buttonheading img{
	margin: 2px;
	border: 0;
	float: left;
}
table.contenttoc {
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 100%;
}

table.contenttoc a {
	text-decoration: none;
	font-size:0.9em;
}

table.contenttoc td {
	padding: 2px 5px 2px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5px 50%;
}

table.contenttoc th {
	padding: 10px 0 3px;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 0px;
}
.pagenavcounter{
	padding:10px;
	font-size:0.9em;
	font-variant:small-caps;
	color:#006699;
}
.pagenav, .pagenavbar{
	padding:0 10px;
	font-size:0.9em;
	font-variant:small-caps;
	color:#c0c0c0;
}

.contact_email{
	text-indent:0;
	padding:0 10px;
}
.contact_email input{
	margin-bottom:10px;
}

/*main right part*/
#right{
	margin-left:230px;
	padding-top:0px;
	width:620px;
	margin-bottom:20px;
}
#newsWrapper{
	margin-top:5px;
	margin-bottom:20px;
	padding-top:5px;
	float:right;
	width:600px;
}
.mainNewsTitle{
	border-top:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
	border-bottom:1px solid #f4f4f4;
	font-size:0.9em;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1px;
	margin-top:2px;
	margin-left:20px;
	padding:3px 6px 0;
}
.mainNews{
	padding:15px 5px 10px;
	border:1px solid #bfbfbf;
	background: #f4f4f4;
}
.mainNews:hover{
	border:1px solid #aaa;
	background:#f9f9f9;
}
.mainNews a{
	color:#444;
	display:block;
}
.mainNews a:hover{
	color:#b10222;
}
#newsWrapper .mainNews .contentheading{
	font-weight:bold;
	font-variant: small-caps;
	font-size: 0.9em;
	letter-spacing:1px;
	padding:2px 1px 3px 10px;
	border:1px solid #d4d4d4;
	background:url(../images/bullet-title.gif) 4px 7px no-repeat #fefefe;
}
#newsWrapper .mainNews .contentheading:hover{
	background:url(../images/bullet-title.gif) 4px 7px no-repeat #fff;
	border:1px solid #848484;
}
.mainNews .article_separator{
	height: 1px;
	margin-bottom:5px;
	width:88%;
}
.mainNews .moduletable{
	background:#fff;
	color:#000;
	margin:10px 0;
	padding:10px;
}
.mainNews table.contentpane {
	border: none;
	width: 80%;
}
.mainNews table.contentpaneopen{
	margin-bottom:2px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	text-indent:20px;
	background:#fdfdfd;
}

#footer{
	margin-top:20px;
	color:#808080;
	font-size:0.8em;
	text-align:center;
	line-height:20px;
}
#footer a{
	color:#444;
}
#footer a:hover{
	color:#b10222;
	border-bottom:1px dashed #b10222;
}

/*ITisART.Ltd*/
#pageCreator{
	width:880px;
	height:52px;
	margin:0 auto;
	text-align:right;
}
#pageCreator a{
	color:#b0b1b1;
}
#pageCreator a:hover{
	color:#f38c40;
}
#pageCreator img{
	position:relative;
	top:3px;
}
