/* MAIN CSS */
body {
	background: url(http://boljoon.net/images/bg.jpg) repeat fixed
 #99CCFF;

	font: 75%/1.4em Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	line-height: 140%;
	/*margin: 30px 30px;*/
	text-align: center;
        width: 949px;
        margin-left: 30px;
        	
		
       
}






/* Content wrapper */
#contentbox {
	float: left;
	clear: both;
	width: 949px;
	background: #FFF url(images/bg-content.gif) repeat-x;
       /* margin: 0 0;
	padding-top: 10px;*/
      /*  margin-right: 30px;*/
	text-align: left;
      /*  border: 1px solid #000082; */
	  
}

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #0A5F92;
	border-bottom: solid 4px #0A5F92;
}

h2 {
	width: 580px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0A5F92;
	border-bottom: solid 2px #0A5F92;
}

fieldset {
	border: solid 1px #666666;
	width: 590px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	background: #0A5F92;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
	font-weight: bold;
	color:  #0A5F92;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #ffffff;
	background: #0B71AE;
	border: 2px outset #cccccc;
	width: 120px;
 	cursor: auto;
}

.footer {
	clear: both;
	width: 600px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0A5F92;
	border-top: solid 2px #0A5F92;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

.entry {
	width: 580px;
	border-bottom: solid 2px #999999;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
	font-weight: bold;
	color:  #0A5F92;
}

.entry .field .value {
	float: left;
	color: #000000;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
}

.navigation {
	float: left;
}

.entryCount {
	width: 580px;
	text-align: center;
	padding-bottom: 4px;
}
