/**** BASICS ****/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3C101E;
	line-height:18px;
    margin: 0px;
    padding: 0px;
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
}
* html body {
    behavior: url("../javascript/csshover2.htc");
}

body.popup {
    background-image: url('../image/pageheader.png');
    background-repeat: no-repeat;
    background-position: -50px -35px;
}
div.popup {
    margin-left: 60px;
}

td {

}
a {
    color: #9B1961;
    font-weight: bold;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input {
    border: 1px solid #cccccc;
    width: 150px;
    margin-bottom: 10px;
}
input.checkbox {
    border: none;
    width: 14px;
    height: 14px;
}
input.radio {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
    border: 1px solid #999999;
    background: transparent;
    height: 24px;
    width: 144px;
    margin-left: 92px;
}
textarea {
    border: 1px solid #cccccc;
    height: 150px;
    width: 250px;
}

label {
    width: 75px;
    text-align: right;
    border: none;
    padding-right: 15px;
    float: left;
}



/*** PAGE LAYOUT ***/
#container {
    text-align: left;
    width: 1008px;
    margin-left: auto;
    margin-right: auto;
}

#content_container {
    float:left;
    width:788px;
}

#side_bar_left{
    float:left;
    margin-right:2px;
    margin-top:275px;
    width:108px;
	display: block;
}
#side_bar_right{
    float:left;
    margin-left:2px;
    margin-top:275px;
    width:108px;
	display: block;
}

#side_bar_inline{
    float:right;
    display:block;
    margin-left:10px;
}

#header {
    height: 80px;
    background: url("../image/pageheader.png") no-repeat top left;
    margin-bottom: 1px;
    position:relative;
	z-index: 50;
}

#menu_bar {
    height: 20px;
    margin-bottom: 1px;
    background: url("../image/menu_bar2.png") repeat top left;

}

#header_back {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

#header_front {
    width:100%;
    height:42px;
    margin-top:57px;
    margin-left:92px;
    left:0px;
    top:0px;
    position:absolute;
	z-index:10000;
}
#header_front a:hover {
	text-decoration: none;
}
#header_front ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#header_front ul.menu li.menu {
		margin: 0;
		padding: 0;
		display: inline;
		float: left;
		position: relative;
		width: 87px;
		height: 100%;
		font-size: 12px;
		font-weight: bold;
		/*/background-color: #f4f4f4;*/
	}
		.menu_item, .menu_item_active, .menu_login {
			height:20px; /* was 32*/ 
			padding:5px 0;
			width:87px;
			float:left;
			color:#886F5D;
			background: url(../image/menu_unselected.png);
			background-repeat: no-repeat;
		}
		.menu_item_active {
			background: url(../image/menu_selected.png);
		}
		
		.menu_label {
			text-align: center;
			margin-top:0px;
		}
		.menu_login {
			color:white;
			background: url(../image/menu_login.png);
			background-repeat: no-repeat;
			padding:5px 0;
			width:77px;
         }

	#header_front div.submenu_toggle {
		display: none;
		position: absolute;
		top: 23px;
		left: 0px;
	}
	
	#header_front ul.submenu {
		background-color: #f4f4f4;
		border-bottom: 1px solid #e4e4e4;
		margin: 0;
		padding: 0;
	}
	
	#header_front ul.submenu li {
		margin: 0;
		padding: 1px 5px 1px 5px;
		display: block;
		font-size: 10px;
		border-right: 1px solid #f4f4f4;
		border-left: 1px solid #f4f4f4;
		white-space: nowrap;
	}
	    .submenu_item {
		    color:#886F5D;
			font-size: 11px;
		}
	

.header_text {
    font-size:22px;
    color:#AE4185;
}

#page_image {
    height: 217px;
	/*background: url("../image/Athenademo.png") no-repeat center center;*/
    margin-bottom: 1px;
	z-index: 40;
}
#page_image_holder {
	position: relative;
	width: 788px;
    height:171px;
	top: 0px;
}

#page_image_hr {
    font-size:1px;
    height:4px;
    width:100%;
    background: url('../image/intocash_hr.png') repeat-x;
	margin-top: 2px;
}

#page_image_main{
	position: absolute;
    float:left;
    width:364px;
    height:172px;
	top: 0px;
}

#page_image_text_holder{
    position: absolute;
	top: 0px;
	left:  365px;
    width:310px;
    height:149px;
    line-height: 24px;
	top: 25px;
}

#inlogbox {
	position: relative;
	width: 100%;
	max-height: 32px;
	line-height: 32px;
	top: 2px;	
	background-color: #F4F2F2;
	text-align: right;
	margin-bottom: 5px;
}

#inlogbox_text {
	position: relative;
}

#inlogbox_text img {
	position: relative;
	top: 5px;
}

.text_large  {
	color:#505050;
	font-size:11px;
	font-weight:bold;
}

table#inlog_tabel {
	margin-top: 5px;
	spacing: 1 px;
}

.header_page_text{
	height:24px;
	z-index:100;
}

#page_image_text{
    font-size:22px;
    width:310px;
    height:92px;
    margin-top:47px;
}

#page_image_theme{
	
    float:right;
    height:172px;
	position:absolute;
	bottom:0;
	right:0;
	top:0;
}


#page_title_holder{
    width:100%;
    height:35px;
}

#page_title {
    float:left;
    width:344px;
    height:25px;
    line-height:25px;
    margin-left:20px;
    margin-top:3px;
}

#page_title_text {
	margin-left:1px;
    float:left;
    width:155px;
    height:22px;
    font-size:22px;
    margin-top:3px;
    line-height: 22px;
}

#button1_holder {
    cursor:hand;
    float:left;
    height:35px;
    margin-top:3px;
}

#button2_holder {
    cursor:pointer;
    cursor:hand;
    float:left;
    margin-left:9px;
    margin-top:3px;
    height:35px;
}

.button_corner_left {
    float:left;
    width:11px;
    height:27px;
}

.button_mid {
    color:white;
    font-size:18px;
    float: left;
    height:27px;
    padding:2px;
    background: url('../image/button_mid.png') repeat-x;
	margin-bottom: 10px;
}

.button_submit {
    color:white;
    font-size:18px;
    height:27px;
    padding:2px;
    background: url('../image/inloggen.png') repeat-x;
	margin-bottom: 10px;
}

.button_corner_right {
    float:left;
    width:11px;
    height:27px;
}


#left {
    float: left;
    width: 160px;
}

#mainmenu {
    margin-left: 160px;
}
#content {
    text-align: justify;
    display:block;
    padding: 20px 5px 150px 20px;
    background:#F4F4F4;
	background-image:url("../image/page_backdrop.jpg");
    background-position:center bottom;
    background-repeat:no-repeat;
}

#content_footer {
    display:block;
	height: 0;
    width:100%;
    clear:both;
}

#content_left {
    width:330px;
    float:left;
    padding: 0px;
}

#content_right {
    width:405px;
    float:right;
    margin-right: 10px;
    padding: 0px;
}

#news {
    position: absolute;
    display: none;
    top: 252px;
    margin-left: 570px;
    width: 200px;
    min-height: 340px;
    padding: 30px 5px 5px 20px;
}
/* IE * html hack, see http://css-discuss.incutio.com/?page=StarHtmlHack */
* html #news {
    margin-left: 410px;
    top: 255px;
    padding: 50px 5px 5px 20px;
}
* html #content {
    /*border-right: 1px dotted #999999;*/
}


#footer {
	clear:both;
}
.footer_text {
    text-align: center;
	border: 2px solid #97005F;
	background-color: #f0ebe8;
	border-style: outset;
}

#contact_info {
    text-align: center;
    color: #97005F;
    margin-top: 10px;
    margin-bottom:10px;
    color: #97005F;
	font-size: 10px;
	font-weight: normal;
}

#contact_info a {
    color: #97005F;
	font-size: 10px;
	font-weight: normal;
}

.example {
    text-align:left;
    color: #97005F;
    cursor:pointer;
}




/**** NEWS ****/
span.news_date {
    display: block;
	

}
span.news_headline {

    display: block;
    margin-left: 10px;
}





/**** CELLS ****/
span.cellheader {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color:#333333;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.celltracker {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color: green;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.cellcontent {
    display:block;
    height: 100px;
    padding: 10px 0px 0px 5px;
}





/**** CONTENT ****/
p {
    margin: 0 0 20px 0;	
}

h1 {
    font-size: 22px;
    color: #AE4185;
    font-weight: normal;
}
h2 {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

h3 {
	font-size:8px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.content_element {
    /*margin-bottom: 20px;*/
}
div.content_element table td {
    height: 20px;
	border: 1px solid #cccccc;
	padding: 1px 3px 1px 3px;
}
div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}

.swiftfieldset label {
	width: auto;
	text-align: left;
}
.swiftfieldset input {
	width: auto;
}