/* ------------------------------------------------- */
/* START - RESET ALL HTML STYLES ACROSS ALL BROWSERS */
/*
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}*/

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

h3 {
	font-size:14px; font-family:Arial; font-weight:bold
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* END   - RESET ALL HTML STYLES ACROSS ALL BROWSERS */
/* ------------------------------------------------- */


/* ------------------------------------------------- */
/* START - Main HTML elements                        */

body {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font: 76% arial;
	text-align:center;
	background:#C0C0C0;
	}

div#container {
	text-align:left;
	width:1000px;
	margin:0 auto;
	background:#FFFFFF;
	}
	
div#content {
	text-align:left;
	float:right;
	width:800px;
	height:600px;
	background:#FFFFFF;
	}

div#navigation {
	float:left;
	width:200px;
	text-align:center;
	}
	
div#footer {
	text-align:center;
	clear:both;
	width:100%;
	background:#FFFFFF;
	}
	
/* END   - Main HTML elements                        */
/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* START - Rollover buttons                          */

.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	height:27px;
	background:url(images/button.gif) no-repeat right top; 
	padding-right:10px; 
	display:inline-block;
	font: bold 13px arial;
	color:#000000;
	text-decoration: none;
	}

.round ins { 
	background:url(images/button.gif) no-repeat left top; 
	height:27px;
	width:120px;
	line-height:27px;
	display:inline-block;
	padding-left:10px;
	text-decoration: none;
	}

a:hover.round {
	background-position:right -155px;
	color:#000000;
	}

a:hover.round ins {
	background-position:left -155px;
	color:#ffffff;
	}
	
/* END   - Rollover buttons                          */
/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* START - Tables                                    */

table#kcomXML {
	padding:5px;
	margin:auto;
	font-size:12px;
	background:#B0B0B0; font-family:Arial; font-weight:bold;
}

.headerrow {
	font-size:16px;
}

.normalrow {
	font-size:12px;
	background:#D0D0D0;
	text-align:right;
}
:hover.normalrow {
	font-size:12px;
	background:#A0A0A0;
}

.input {
	background:#FFFFFF;
}

.rowcolor1 {
	background: #C0C0C0;
}

.rowcolor2 {
	background: #D0D0D0;
}

table#tableMenu tr{
	cursor: hand;
}



/* General Styles. These are not important as far the actual corners are concerned. */

.info { text-align: center; margin-top: 2em; font-size: 80%; }

div { text-align: center; }

p img { display: block; margin: 1em auto; }


/* The actual corners. */

div.boxhead h3 { background: url("images/rounded.png") top left no-repeat; text-align: center;} 

.boxhead { background: url("images/rounded.png") top right no-repeat; } 

.boxbody { background: url("images/rounded.png") bottom right no-repeat; } 

.rounded { 
   background: url("images/rounded.png") bottom left no-repeat;
   width: 40%; /* could be whatever you want, as long as your image is large enough */ 
}


/* The anti-aliased corners */

#antialiased .boxhead h3 { background: url("images/rounded2.png") top left no-repeat; } 

#antialiased .boxhead { background: url("images/rounded2.png") top right no-repeat; } 

#antialiased .boxbody { background: url("images/rounded2.png") bottom right no-repeat; } 

.rounded-aa { 
   background: url("images/rounded2.png") bottom left no-repeat;
   width: 40%; /* could be whatever you want, as long as your image is large enough */ 
}

/* Just some more styling. */

.boxheaders { 
   padding: .4em 0 0 .6em;
}

.boxtext { padding: 0 1em 1em 1em; }

.centered { margin: 0 auto 1em auto; }

.grey { background-color: #8FB5DA ; }

div#rbox{background: #8FB5DA ;}
.rtop, .rbottom{display:block; background: #FFFFFF}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #8FB5DA }
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

/* END   - Tables                                    */
/* ------------------------------------------------- */

a:active     { font-family: Arial; color: #000000; font-weight: bold }
a:hover      { color: #FFFFFF; font-family: Arial; font-weight: bold }
a:link       { font-family: Arial; color: #000000; font-weight: bold }
a:visited    { font-family: Arial; color: #000000; font-weight: bold }
a            { font-family: Arial; color: #000000; font-weight: bold }
