/* *****************  General CSS Styles  ****************************/

body {
        font-family     : Tahoma, Georgia, Arial, Times New Roman;
        font-weight     : normal;
        font-size       : 12px;
        padding         : 0;
        margin          : 0;
        color           : #666666;
        vertical-align  : top;
}

td {
        font-size	: 12px;
}

a, a:link, a:visited {
#color           : #000;
#color           : #0000FF;
        color           : #ff6666;
        text-decoration : none;
}

a:hover {
        color           : #ff9900;
}

h1,h2,h3,h4 {
        font-weight     : bold;
        color           : #666;
        margin          : 0px;
        padding         : 0px;
}
 
h1      {
        font-size       : 16px;
}

h2      {
        font-size       : 15px;
}

h3      {
        font-size       : 14px;
}

h4      {
        font-size       : 12px;
}


img {
        border          : 0px;
}

hr {
        background      : transparent;
        height          : 1px;
        border          : 1px solid #ccc;
        width           : 100%;
}


/**************** for all module ***********************************/
table.moduletable {
        width           : 100%;
        font-size       : 12px;
        padding         : 0px;
        margin          : 0px 0px 0px 0px;
}

table.moduletable th {
	text-align	: left;
}

.button {
        font-size       : 11px;
        color           : #ffffff;
        border          : 1px solid #fff;
        background-color: #F16522;
        font-weight     : bold;
        height          : 18px;
}

.search {
        font-size       : 11px;
        color           : #666;
        text-align      : right;
}

.inputbox {
        font-weight     : normal;
        border          : 1px solid #333;
        height          : auto;
}



/************************ on_ template settings ******************/

.on_toptable {
        background-color: #4E4E4E;
        padding         : 0;
        margin          : 0;
}

.on_footer { 
        width           : 100%;
        text-align      : center;
        vertical-align  : middle;
        font-size       : 10px;
        font-weight     : normal;
        color           : #FFF;
}
.on_footer td {
        text-align      : center;
}

.on_frame_left_panel {
	background	: url(../images/left.jpg) no-repeat top right;
//background-color: #FFA8A8;
//background-color: #EF867D;
//background-color: #F89392;
background-color: #88B1DA;

}

.on_frame_left_bottom {
//background-color: #FFA8A8;
//background-color: #F89392;
background-color: #88b1da;

}

/**************************** POLL left side ***************/

table.poll_poll {
        width           : 100%;
        margin-left     : 10px;
        margin-right    : 10px;
        text-align      : center;
        padding         : 5px 5px 5px 5px;
	//border-top	: 1px solid black;
	//border-right	: 1px solid black;
}

table.moduletable_poll td {
        font-weight     : normal;
        padding         : 2px 0px 2px 0px;
        color           : #FFFFFF;
}

table.pollstableborder_poll td {
        padding         : 2px;
        line-height     : 17px;
}


/**************************** check email ************************/
table.moduletable_checkmail {
        width           : 100%;
        margin          : 0px;
}

table.moduletable_checkmail td {
        font-size       : 11px;
        font-weight     : normal;
        padding         : 2px 0px 2px 0px;
        color           : #FFFFFF;
}

input.on_checkmail_inputbox {

        font-size       : 11px;
        font-weight     : normal;
        border          : 1px solid #333;
        height          : auto;
}

/**************************** pic ************************/
table.moduletable_pic {
        font-size       : 12px;
        font-weight     : normal;
        color           : #FFFFFF;
        width           : 100%;
}

table.moduletable_pic td {
        padding         : 2px 0px 2px 0px;
        font-size       : 12px;
        color           : #FFFFFF;
}

/**************************** sobi ***********************/

table.moduletable_sobi {
	margin-left	: 20px;
	margin-bottom	: 8px;
	margin-top	: 10px;
}

.sobi2Listing {
        font-size       : 12px;
}

/******************* Menu *********************************/

.mainlevel {
        font-weight     : normal;
        font-size       : 12px;
        line-height	: 14px;

}

a.mainlevel:link, a.mainlevel:visited {
        background-image	: url(../images/divider.gif);
        background-repeat	: no-repeat;
        background-position	: bottom;
        display		: block;
        padding		: 0px 0px 5px 30px;
        margin		: 0px 0px 5px 0px;
	color		: #FFFFFF;
        text-decoration	: none;
}

a.mainlevel:hover, a.mainlevel#active_menu{
        color           : #FF9900;
}

.sublevel {
        font-weight     : normal;
        font-size       : 11px;
        line-height	: 13px;
}

a.sublevel:link, a.sublevel:visited {
        background-image	: url(../images/sub_menu.gif);
        background-repeat	: no-repeat;
        background-position	: bottom;
        display		: block;
        padding		: 0px 0px 5px 35px;
        margin		: 0px 0px 5px 2px;
	color		: #FFFFFF;
        text-decoration	: none;
}
a.sublevel:hover {
        color           : #FF9900;
}

a.sublevel#active_menu  {
        color		: #FF9900;
}


/* ******************************************* main body */
#mainbody {

        margin          : 0px 0px 0px 0px;
        padding         : 0;
        border          : 0;
        text-align      : left;
}


#main_area {
        width           : 99%;
        margin          : 0px 0px 5px 0px;
        padding         : 0px 0px 0px 0px;
        border          : 0;
        text-align      : left;
}

/* ******************************************* CONTENT STYLES */
.contentpane, .contentpaneopen {
        text-align      : left;
        padding         : 5px;
        width           : 100%;
}

.contentpane, .contentpaneopen, .contentdescription {
        font-size	: 12px;
}

.contentheading , .componentheading {
        height		: 18px;
        line-height	: 18px;
        text-align      : left;
        border-bottom   : 1px solid #ccc;
        padding		: 5px;
        font-weight 	: bold;
        font-size	: 14px;
}

.contentpane td, .contentdescription td {
        padding         : 4px 0px;
}

a.contentpane:link, a.contentpane:visited, 
a.contentpaneopen:link, a.contentpaneopen:visited {
        color           : #666;
        text-decoration : none;
}

a.contentpane:hover, a.contentpaneopen:hover {
        color           : #ff9900;
        text-decoration : none;
}

.sectiontableentry1, .sectiontableentry2 {
        font-size	: 12px;
}


.buttonheading {
        white-space     : nowrap;
}

.back_button {
        float		: right;
        width		: 55px;
        font-size       : 11px;
        color           : #666;
        font-weight     : bold;
        text-align	: right;
        vertical-align  : middle;
        margin          : 0 6px;
        padding         : 1px 1px 1px 1px;
        border		: 0;
        background	: url(../images/arrow.gif) no-repeat;
	background-position: 0px 6px;
}

/* ******************************************* flashnews and blocks */
table.moduletable_newsflash {
        width           : 100%;
        padding         : 0;
        margin          : 0;
        border          : 0;
}

/*
table.moduletable_newsflash th {
        background		:url(../images/bg_article.gif) no-repeat;
	background-position	: 0px 0px;
        color		: #333;
        text-align      : left;
        border-bottom   : 1px solid #ccc;
}

table.moduletable_newsflash td {
        text-align      : left;
        padding         : 2px 2px 2px 2px;
}

*/

a.readon:link, a.readon:visited {
        background-position	: 3px 1px;
        background	 	: url(../images/readon.gif) no-repeat;
	padding          : 2px 4px 2px 18px;
	float            : right;
	font-weight      : bold;
	font-size        : 10px;
        color            : #8E8480;
	border           : 1px solid #E0E0E0;
	line-height      : 10px;
	text-decoration  : none;
}
a.readon:hover {
        color           : #ff9900;
        text-decoration : none;
}

/*********************** price lists and such **************************/

.list {
	border-collapse	: collapse;
}

.list th {
        font-size       : 12px;
	border-top	: solid 1px #9493AD;
	color		: #000000;
	text-color	: #ffffff;
	text-decoration	: none;
}

.list th, .list td {

        font-size       : 12px;
  	border-right	: solid 1px #888888;
	border-left	: solid 1px #888888;
	border-bottom	: solid 1px #9493AD;
        padding         : 3px 3px 3px 3px;
}

.list thead {
        font-size       : 12px;
	text-align	: left;
	background	: #ccc;
	border-right	: 1px solid #ffffff;
	border-bottom	: 1px solid #ffffff;
}

.list tfoot {
        font-size       : 12px;
	text-align	: left;
	background	: #D6DFF7;
	border-right	: 1px solid #ffffff;
	border-bottom	: 1px solid #ffffff;
}

/*********************** price lists small and such **************************/

.list1 {
	border-collapse	: collapse;
}

.list1 th {
        font-size       : 10px;
        font-weight 	: bold;
	border-top	: solid 1px #9493AD;
	color		: #000000;
	text-color	: #ffffff;
	text-decoration	: none;
}

.list1 th, .list1 td {

        font-size       : 10px;
        font-weight 	: bold;
  	border-right	: solid 1px #888888;
	border-left	: solid 1px #888888;
	border-bottom	: solid 1px #9493AD;
        padding         : 3px 3px 3px 3px;
}

.list1 thead {
        font-size       : 10px;
        font-weight 	: bold;
	text-align	: left;
	background	: #ccc;
	border-right	: 1px solid #ffffff;
	border-bottom	: 1px solid #ffffff;
}

.list1 tfoot {
        font-size       : 10px;
        font-weight 	: bold;
	text-align	: left;
	background	: #D6DFF7;
	border-right	: 1px solid #ffffff;
	border-bottom	: 1px solid #ffffff;
}

/*********************** nav **************************/

th.pagenav_prev, th.pagenav_next, a.pagenav_next:link, a.pagenav_next:visited {
        font-size               : 11px;
        color                   : #666;
        background-color        : #FFFFFF;
        font-weight             : normal;
        border                  : 1px solid #ccc;
}