/* global */
html{height: 100%;}

body
{	background: url(../1mg/mini.jpg) repeat;
	color: #555;
	font-family: arial, sans-serif;
	font-size: .78em;
	margin: 10px;
	padding: 10px;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2, h3, h4
{ font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  color: #00005F;
}
h1#logo{display:none}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  color: #777;
}

h5
{
	font-weight:bold;
	text-align:center;
}



img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{font-weight:bold; outline: none; text-decoration: none;}

form{padding: 0; margin: 0; border: 1px solid #9999FF}
/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

.selected{color:#81007F}

/*.odd {background-color:#F1EBF0; vertical-align:top};*/
.header{background-color:#fff; vertical-align:top; font-weight:bold}
.odd {background-color:#eef; vertical-align:top;}

.even {background-color:#fff; vertical-align:top;};


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 776px;
  background: #ffffff url(../1mg/main.png) repeat-y;
  color: #555;
}

/* logo */
#logo
{ width: 760px;
  height: 160px;
  border-top: 1px solid #F2F2F0;
  background: #ffffff url(../1mg/logo.jpg) no-repeat left center;
  color: #FFF;
}
#motto_box{
  background: transparent url(../1mg/motto.jpg) no-repeat right top;
  color: #ffffff;
  float:right;
  font-size: 10pt; font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 10pt;
  height:65px; width:300px;
}
#motto{
	margin:5px 120px 2px 2px; 
}

#motto-author{
	margin: 0 0 0 10em;
}
/* navigation menu */
#menubar
{ background: #6D6A78 url(../1mg/menu.png) repeat;
  width: 760px;
  height: 70px;
  border: 1px #555 solid;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 44px;
  text-decoration: none; 
  padding: 26px 15px 0px 15px;
  text-align: center;
  border-right: 1px solid #F2F2F0;
  background: transparent;
  color: #FFF;
} 

ul#menu li a:hover, ul#menu li a.current:hover
{ background: #55555D url(../1mg/menu_sel.png) repeat; color:#5B6DAF; font-weight:bold}

ul#menu li a.current 
{ background: #55555D url(../1mg/menu_cur.png) repeat; font-weight:bold}

#search
{ float: right; 
  padding: 18px 15px 0px 0px;
}

input.searchfield
{ background: #FFF; 
  border: 1px solid #696771; 
  padding: 2px;
}

input.searchbutton
{ background: #696771; 
  border: 0px; 
  padding: 1px;
  color: #FFF;
  width: 64px;
  cursor: pointer;
}

table.bordered {
	border:1px solid #9999FF;
}
table.filled {
	background-color:#ccc;	
	border:1px solid #9999FF;
}
/*
td.linedivider{
	border-bottom: 1px solid #9999FF;
}	
*/
.errormessage{
	color: #ee0000;
	font-weight:bold;
}

/* main content */
#site_content
{ width: 760px;
  overflow: hidden;
} 

/* sidebar */
.sidebar
{ float: right;
  width: 190px;
  padding: 15px 15px 15px 15px;
}

/* sidebar items / links */
/*
.boldlink{
	font-weight:bold; text-decoration: none; 
}
*/
.sidebartitle
{ float: left;
  padding: 0px 15px 15px 15px;
  color: #005f5f;
  letter-spacing: .1em;
  text-align:center;
  font-size: 120%;
  font-weight: bold;
}
.sidebaritem
{ text-align: left;
  width: 190px;
  float: left;
  font-size: 11px;
  margin: 0px 0px 15px 0px;
  color:#999999;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid #DDDCE4;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #DDDCE4;
}

.sidebaritem li a, .sidebaritem li a:hover
{	font-weight:normal;
	height: 36px;
  text-decoration: none; 
  background: transparent url(../1mg/arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(../1mg/arrow_select.png) no-repeat left center;} 

/* page content */
#content_container
{	float: left;
	padding: 15px 0px 15px 15px;
	text-align: left;
	width: 525px;
}

#search_content_container
{ text-align: left;
  width: 95%;
  float: left;
  padding: 15px 0px 15px 15px;
}

#content
{	color:#3C487E;
	padding: 8px 15px 8px 15px;
	text-align: left;
	width: 495px;
}

#content a, #search_content a, #sponsors a, #card a, #table a
{ background: transparent;
  color: #AA60D4;
}

#content a:hover, #search_content a:hover, #sponsors a:hover
{ background: transparent;
  color: #A4A4A4;
}

#search_content
{	color:#3C487E;
	padding: 8px 15px 8px 15px;
	text-align: left;
	width: 96%;
}

.content-label{	
	font-weight:bold;
	margin-left:30%; 
	text-align:left;
}

.sidebaritem, #content, #search_content {background: #fff;}

/* footer */
#footer
{ width: 720px;
  height: 50px;
  padding: 5px 21px 0px 19px;
  text-align: center; 
  border-top: 2px solid #F2F2F0;
  background: #4c72a1;
  color: #ffffff;
}

#footer a
{ background: transparent;
  color: #FFF;
}

#footer a:hover
{ background: transparent;
  color: #333;
}

/*#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}*/

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block; background: #E8E7EB;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

.white{background-color:#fff};
/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #DDDCE4; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #F1EBF0; 
  color: #444;
}

.date
{ border-top: 1px solid #DDDCE4; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}

