html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #515756;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: #FFFFFF url("../images/shadow.gif") repeat-x center 112px;
}
#wrapper {
	background: url("../images/grad2.gif") repeat-x scroll center 80px transparent;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    padding: 0;
}

a {
    color: #2C79B3;
    text-decoration: none;
}
a img {
	border: none;
}


ul {
	list-style: none;
}

.clr {
	clear: both;
}

h1,h2,h3,h4 {
	color: #2C79B3;
}

h2, h3 {
    border-bottom: 1px solid #E7E8E6;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

h2 a {
	text-decoration: none;
	color: #515756;
}


.row-separator {
	clear: both;
    display: block;
}

#site {
	width:950px;
	margin: 0 auto;	
}

#header {
	position: relative;
	top: 0; 
	right: 0;
	height: 115px;	
}

#logo {
	position: absolute;
	left: 0px;
	top: 20px;
}

#login {
/*	background: url("../images/grad4.gif") repeat-x scroll center bottom #F8F8F7;
    border-color: #E7E8E6 #E7E8E6 #CCCCCC;
    border-style: solid;
    border-width: 1px;
*/ 
	height: 90px;
	position: absolute;
	right: 0px;
	top: 35px;
	padding: 0px 8px;
}


#topmenu_wrapper {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
	height: 37px;
}

#topmenu {
	width: 100%;
	height: 32px;
	background: url("../images/grad2.gif") repeat-x scroll center top #2C79B3;	
	overflow: hidden;
}
#main {
	margin-top: 20px;
	margin-bottom: 20px;
    background: url("../images/grad1.gif") repeat-x scroll center bottom #fff;
    position: relative;
    border: 1px solid #E6E7E5;
}

#leftside {
	width: 188px;
	float:left;
	position: relative;
	z-index: 200;
}

#mainarea {
	padding: px 187px;
	float:left;
	width: 570px;
	overflow: hidden;
		z-index:100;
		position: relative;
}

#mainarea ul li {
	background: url(../images/bullet.gif) no-repeat 18px 7px;
	padding-left: 30px;
}

#mainarea-inner {
	padding: 0 15px;
}
#inner-border {
	left: 187px;
	right: 187px;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
	border-left: 1px solid #E6E7E5;
	border-right: 1px solid #E6E7E5;
}

#rightside {
	width: 188px;
	float:right;
	position: relative;
	z-index: 200;
}



/* ++++++++++++++ FOOTER ++++++++++++++ */

#footer {
    background: none repeat scroll 0 0 #F8F8F7;
    border: 1px solid #E7E8E6;
	width: 100%;
	height: 35px;
	margin-bottom: 50px;
}


/* ++++++++++++++ MODULE ++++++++++++++ */


#leftside div.moduletable h3, #leftside  div.moduletable_text h3, #leftside  div.moduletable_menu h3,
#rightside div.moduletable h3, #rightside  div.moduletable_text h3,#rightside div.moduletable_menu h3 {
    background: url("../images/grad3.gif") repeat-x scroll center bottom #A8A8A8;
    border-bottom: 1px solid #E7E8E6;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0 0 0px 0;
    padding: 5px 2px 5px 6px;
}

#topmenu div.moduletable_menu h3 {
	background: none;
}

/* ++++++++++++++ MAINMENU ++++++++++++++ */ 

div.moduletable_menu h3 {
	 margin: 0;
	}

div.moduletable .custom {
	color: #626A69;
	font-size: 11px;
	margin: 0 9px;
}

.rightside .custom, .leftside .custom {
	margin-top: 5px;
}

/* ++++++++++++++ MENU ++++++++++++++ */

#main div.moduletable_menu ul {
	padding: 0 1px 0 0;
	margin: 0 0 10px 0;
}

#main div.moduletable_menu ul li {
	background: none;
}

#main ul.menu {
    list-style: none outside none;
}

#main ul.menu li {

}

#main ul.menu li a {
    background: url("../images/arrow.png") no-repeat scroll 97% center transparent;
    border-bottom: 1px solid #E7E8E6;
    color: #626A69;
    font-size: 11px;
    display: block;
    outline: medium none;
    padding: 6px 14px;
}

#main ul.menu li a:hover {
    background: url("../images/arrow2.png") no-repeat scroll 97% center #CBDCE9;
    color: #2C79B3;
}

#main ul.menu li.active a {
    color: #2C79B3;
    font-weight: bold;
}


#user1 {
	margin-bottom: 10px;
}
#user2 .moduletable {
	float: left;
	width: 265px;
}



/* CONTENT*/

.contentheading {
    color: #2C79B3;
    font-size: 16px;
    line-height: normal;
}

/* ++++++++++++++ TOPMENU ++++++++++++++ */


#topmenu ul.menu  {
	list-style: none;
	padding: 0;
	color: #3f3305;
	margin: 0;
}
#topmenu ul.menu li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin: 0;
    padding: 0;
}

#topmenu ul.menu li.active a, #topmenu ul.menu li.active a:hover {
	color: #FFFFFF;
	background: url("../images/grad2-2.gif") repeat-x scroll center bottom;
}


#topmenu ul.menu li.last  {
	border: none;
}
#topmenu ul.menu li a {
    border-right: 1px solid #2B6484;
    color: #C3DBED;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 20px;
    text-decoration: none;
}

#topmenu ul.menu li a:hover {
	color: #FFFFFF;
	background: url("../images/grad2-2.gif") repeat-x scroll center bottom;
}

#topmenu ul.menu li.current a {
	background: #EABE13;
}

#topmenu ul.menu li.current li a {
	background: #F1C728;
}


/* ++++++++++++++ FOOTERMENU ++++++++++++++ */


#footermenu ul.menu  {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footermenu ul.menu li {
    float: left;
    margin: 0;
    padding: 0;
}

#footermenu ul.menu li.active a, #footermenu ul.menu li.active a:hover {
	color: #2C79B3;
    font-weight: bold;	
}

#footermenu ul.menu li.last  {
	border: none;
}
#footermenu ul.menu li a {
    display: block;
    color: #515756;
    font-size: 11px;
    float: left;
    margin-left: 5px;
    padding: 10px 5px;
    text-decoration: none;
}

#footermenu ul.menu li a:hover {
	color: #2C79B3;
}



/* ++++++++++++++  icons  ++++++++++++++ */

#main ul.actions
{
        text-align:right;
        padding:0 ;
        width:100%;
        margin:0
}

#main ul.actions li
{
        display:inline
}

#main ul.actions a
{
        text-decoration:none
}

/* ++++++++++++++ article-info ++++++++++++++ */

.article-info
{
        margin:10px 0 10px 0px;
        font-size:11px;
}

.article-info-term
{
        display:none
}


/* ++++++++++++++ pagenav ++++++++++++++ */
ul.pagenav {
	list-style:none;
	padding:0;
	overflow:hidden;
}

#main ul.pagenav li 
{
	line-height:2em;
	background: none;
}

ul.pagenav li a
{
	display:inline; 
	padding:2px; 
	text-decoration:none;
	
}
#main ul.pagenav li.pagenav-prev {
	float:left;
	padding-left: 0px;
}
ul.pagenav li.pagenav-next 
{float:right}


/* ++++++++++++++ LOGIN ++++++++++++++ */

.userdata {
	border: none;	
}

#login-form ul {
	margin-top: 0;
}

#form-login-username label,
#form-login-password label {
	display: none;	
}

#form-login-username input,
#form-login-password input {
	width: 110px;
}


#login-form .inputbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #515756;
    margin-right: 3px;
}

#login-form .button {
    background: url("../images/grad4.gif") repeat-x scroll 0 0 transparent;
    border: 1px outset #A8A8A8;
    color: #515756;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 3px;
    margin-top: 3px;
    float: right;
    width: 30px;
}

#form-login-username {
	float: left;
	padding-left: 15px;
	background: url("../images/icon-user.gif") no-repeat scroll left center transparent;	
	margin-top: 4px;
	margin-bottom: 0;
}

#form-login-password {
	float: left;
	padding-left: 15px;
	background: url("../images/icon-key.gif") no-repeat scroll left center transparent;	
	margin: 4px 0 0 6px;
}


#login-form ul a {
	list-style: none;
	margin: 0;
	color: #858783;
    font-size: 10px;
    float: left;
}

#login-form ul li {
	margin-left: 18px;
	margin-right: 18px;
	float: left;
}

/* ++++++++++++++ CONTENT ++++++++++++++ */

.img_ref {
	margin-right: 20px;
}



p.readmore {
	text-align: right;
	font-weight: bold;
}



.designby {
	color: #aaa;
	margin-top: 0;
	margin-top: -10px;
	font-style: italic;
}
.designby a {
	color: #bbb;
}






















/* ++++++++++++++  details  ++++++++++++++ */

.article-info
{
        margin:10px 0 10px 0px;
        font-size:0.9em;
}

.article-info-term
{
        display:none
}

dt.category-name,
dt.create,
dt.modified,
dt.createdby
{
        float:left;
        padding-right:5px;
}

.archive .article-info dd,
.article-info dd
{
        margin:2px 0 0px 0;
        line-height:1.2em
}

dd.createdby
{

}

.article-info dd span
{
    text-transform:none;
    display:inline-block;
    padding:0 5px 0 0px;
    margin:0 10px 0 0px;
}

/* ++++++++++++++  icons  ++++++++++++++ */

#main ul.actions
{
        text-align:right;
        padding:0 ;
        width:100%;
        margin:0
}

#main ul.actions li
{
        display:inline
}

#main ul.actions a
{
        text-decoration:none
}

/* ++++++++++++++  items more  ++++++++++++++ */

#main .items-more
{
        padding-top:10px;
}

#main .items-more h3
{
        font-weight:normal;
        margin:0;
        padding:5px 5px 5px 5px;
        font-size:1.4em
}

#main .items-more ol
{
        line-height:1.3em;
        list-style-type:none;
        margin:0;
        padding:10px 0 10px 2px;
}

#main .items-more ol li
{
        padding:2px;
}

#main .items-more ol li a
{
        display:inline;
        margin:0;
        font-weight:normal;
        padding:5px 5px 5px 20px;
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
        font-weight:normal;
        padding:5px 5px 5px 20px;
        text-decoration:none
}


/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;
text-align: center;
}

#main .pagination ul
{
        list-style:none;
        margin:0;
        padding:0;
        text-align: center;
}

#main .pagination ul li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px;
        background: none;
        
}

.pagenav
{padding:2px}

#main .pagination li.pagination-start,
#main .pagination li.pagination-next,
#main .pagination li.pagination-end,
#main .pagination li.pagination-prev
{border:0}

#main .pagination li.pagination-start ,
#main .pagination li.pagination-start  span
 {
padding:0

}
p.counter
{
        font-weight:bold;
}