

body
{
	background-image:url('../images/background.png');
}

/* DIVs used in main template */
#body_container
{
	width:100%;
	height:700px;
	background-image:url('../images/body_back.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#div_page
{
	width:800px;
	margin:auto;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#FFFFFF;
	font-size:10px;
	padding:0px;
}

#div_header
{
	width:800px;
	height:70px;
	padding:0px;
	margin:0px 0px 20px 0px;
	background-image:url('../images/logo_right.png');
	background-repeat:repeat-x;
	background-position:bottom;
	clear:both;
	overflow:visible;
}

#div_logo
{
	margin-top:18px;
	vertical-align:bottom;
	float:left;
	clear:left;
}

#div_header_right
{
	float:right;
	clear:right;
}

#div_top_navbar
{
	margin-top:0px;
	float:right;
	height:20px;
	margin-bottom:10px;
	clear:both;
}

#div_top_login
{
	font-size:11px;
	float:right;
	height:37px;
	clear:both;
	padding:4px 8px 0px 8px;
	margin-bottom:10x;
}

#div_top_login span
{
	padding-right:25px;
}

#div_top_welcome
{
	font-size:10px;
	float:right;
	height:15px;
	clear:both;
	background-color:#e4d5d5;
	padding:4px 8px 4px 8px;
	border:1px solid #aa4444;
	margin-top:20px;
}

#div_search
{
	padding:5px;
	width:315px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:20px;
	clear:both;
	border:1px solid #666666;
	background-color:#E3E3E3;
}

#div_side_navbar
{
	font-family:Arial;
	margin:0px;
	width:150px;
	float:left;
	clear:left;
}

#div_side_navbar ul
{
	list-style-type: none;
	line-height:20px;
	padding:0px;
	margin:0px 0px 0px 10px;
}

#div_content
{
	width:470px;
	margin-left:15px;
	margin-right:15px;
	float:left;
	text-align:left;
}

#div_rightbar
{
	width:150px;
	float:left;
	clear:right;
}

#div_footer
{
	margin:auto;
	padding:20px;
	width:400px;
	clear:both;
	text-align:center;
}

/* general divs */
#div_error
{
	width:470px;
	height:20px;
	background-color:#a70505;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	clear:both;
	margin-bottom:15px;
	border:1px solid #750808;
	padding-top:3px;
}

.div_title
{
	background-image:url('/images/header_gradient.png');
	background-repeat:repeat-x;
	/*background-color:#e03200;*/
	height:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px;
}

.div_body
{
	background-color:#DEDEDE;
	color:#333333;
	padding:3px;
}

.darker
{
	background-color:#CCCCCC;
}

/* menu classes */
.submenu
{
	width:125px;
	float:left;
}

.submenu_title
{
	width:125px;
	background-image:url('/images/header_gradient.png');
	background-repeat:repeat-x;
	/*background-color:#e03200;*/
	height:15px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 0px 0px 0px;
}

.submenu_list
{
	width:125px;
	text-align:left;
	font-family:Arial;
	background-image:url('../images/menu_back.png'); /* bebebe */
	padding:4px 0px 0 0px;
}

.submenu_bottom
{
	width:125px;
	height:10px;
	text-align:left;
	font-family:Arial;
	background-image:url('../images/menu_back_bottom.png');
	padding:0px;
	margin-bottom:10px;
	background-repeat:no-repeat;
}

.submenu a.a_menu:link, a.a_menu:visited, a.a_menu:active
{
	color: #666666;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

.submenu a.a_menu:hover
{
	color: #333333;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

/* form element classes */
form
{
	padding:0px;
	margin:0px;
}

input.textbox
{
	height:12pt;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	border:1px solid #888888;
}

input.button
{
	border: 1px solid #880000;
    background: #9b0400;
    color:#FFFFFF;
    font-size:11px;
    cursor:pointer;
}

input.button:hover
{
	border: 1px solid #880000;
    background: #b23434;
    color:#FFFFFF;
    font-size:11px;
    cursor:pointer;
}

input.button_grey
{
	border: 1px solid #999999;
    background-color: #dddddd;
    color:#333333;
    font-size:11px;
    cursor:pointer;
    padding:1px 0px;
}

input.button_grey:hover
{
	border: 1px solid #999999;
    background-color: #bbbbbb;
    color:#333333;
    font-size:11px;
    cursor:pointer;
    padding:1px 0px;
}
input.search_small
{
	width: 16px;
	height: 16px;
	margin:0;
	padding: 0;
	border: 0;
	background: transparent url('../images/search_icon.png') no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

select.selectbox
{
	height:20px;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	border:1px solid #888888;
}

/* generel element settings */

ul.nobullet
{
	list-style-type: none;
	padding:0px;
	line-height:18px;
	margin:0px 0px 0px 10px;
}

/*links*/
a.linkCard:link, a.linkCard:visited
{
	font-family:Arial;
	font-size:11px;
	color:#3a6070;
	font-weight:bold;
}
a.linkCard:hover, a.linkCard:active
{
	font-family:Arial;
	font-size:11px;
	color:#4c7688;
	font-weight:bold;
}
a.linkUser:link, a.linkUser:visited
{
	font-family:Arial;
	color:#C58917;
}
a.linkUser:hover, a.linkUser:active
{
	font-family:Arial;
	color:#C58917;
}

/*headers*/
h1
{
	font-size:20px;
	font-weight:bold;
	font-family:Arial
	color:#990000;
}
h2
{
	font-size:11px;
	font-weight:bold;
	font-family:Arial
	color:#990000;
}

/*Navigation*/
#div_links
{
	width:470px;
	margin-bottom:5px;
	margin-top:5px;
	padding:0px;
	border-bottom:1px solid #24618e;
	float:left;
	clear:both;
}

.tab
{
	float:left;
	height:26px;
}

#buttons
{
	float:left;
	clear:left;
	width:200px;
	margin-bottom:15px;
}

.button_left_rounded
{
	float:left;
	width:3px;
	height:22px;
	background-image:url('../images/button_left_rounded.png');
	background-repeat:no-repeat;
}
.button_right_rounded
{
	float:left;
	width:3px;
	height:22px;
	background-image:url('../images/button_right_rounded.png');
	background-repeat:no-repeat;
}
.button_right_square
{
	float:left;
	width:3px;
	height:22px;
	background-image:url('../images/button_right_square.png');
	background-repeat:no-repeat;
}

.button_left_square
{
	float:left;
	width:3px;
	height:22px;
	background-image:url('../images/button_left_square.png');
	background-repeat:no-repeat;
}

.button_center
{
	padding:4px;
	float:left;
	height:22px;
	background-image:url('../images/button_center.png');
	background-repeat:repeat-x;
}


.tab_blue_left
{
	float:left;
	margin-left:2px;
	width:7px;
	height:26px;
	background-image:url('../images/tab_blue_left.png');
	background-repeat:no-repeat;
}
.tab_blue_right
{
	float:left;
	margin-right:2px;
	width:7px;
	height:26px;
	background-image:url('../images/tab_blue_right.png');
	background-repeat:no-repeat;
}
.tab_blue_center
{
	float:left;
	height:26px;
	text-align:center;
	padding-top:4px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url('../images/tab_blue_center.png');
	background-repeat:repeat-x;
}

.tab_silver_left
{
	float:left;
	margin-left:2px;
	width:7px;
	height:26px;
	background-image:url('../images/tab_silver_left.png');
	background-repeat:no-repeat;
}
.tab_silver_right
{
	float:left;
	margin-right:2px;
	width:7px;
	height:26px;
	background-image:url('../images/tab_silver_right.png');
	background-repeat:no-repeat;
}
.tab_silver_center
{
	float:left;
	height:26px;
	text-align:center;
	padding-top:6px;
	font-size:12px;
	font-weight:normal;
	color:#14517e;
	background-image:url('../images/tab_silver_center.png');
	background-repeat:repeat-x;
}

a.tab_blue:link, a.tab_blue:hover, a.tab_blue:visited
{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.tab_silver:link, a.tab_silver:hover, a.tab_silver:visited
{
	font-size:11px;
	font-weight:bold;
	color:#14517e;
	text-decoration:none;
}
