/*html body*/
/*all positioning and width, others like height and colour and cool stuff goes to customize.css DO NOT CHANGE THIS FILE!!! FOR SIMPLICITY REASONS!!!*/
html{
      margin:0;
      padding:0;
      border:none;
}

body {
	  text-align:center;
      padding:0;
      border:none;
	  background: url(../images/background.gif) repeat;
}

#mainwrap {
	border:1px solid 2D4BB7; background-color:#fff;	
	
	margin:0 auto;
	width:750px
}

#header {
	border-left:0px solid 2D4BB7; border-right:0px solid 2D4BB7; border-top:0px solid 2D4BB7; border-bottom:6px solid 2D4BB7; width:750px;
	height:200px;
	background-image: url('../images/header.jpg');
}

#leftnav, #rightnav{
	width:150px;
	display:inline;
	float:left;
	background:white;
}

#content {
	margin:10px auto;
	width:100%;
	display:inline;
	float:left;
	background-color:#fff;
	text-align:left;
}
 
#content h1{
	font-family:verdana;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
}

#footer {
	border-left:0px solid 2D4BB7; border-right:0px solid 2D4BB7; border-top:3px solid 2D4BB7; border-bottom:0px solid 2D4BB7; clear:both;
	width:750px;
	height:30px;
	background:#5AA3B2
}

/*navigator left*/
#navcontainer ul{
	margin: 0;
	padding: 0.5em;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

#navcontainer li { 
	margin: 0 0 0 0; 
}

#navcontainer {
	width: 8em;
}
#navcontainer a{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 6em;
	background: url(../images/nav_Nhighlight.gif) no-repeat #999;
}

#navcontainer a:link, #navlist a:visited{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover{
	border: 1px solid #333;
	background-color: #000;
	background-image: url(../images/nav_highlight.gif);
	color: #fff;
}

.dialogbox{
	border: 1px solid #2D4BB7;
	background-color: #2D4BB7;
	background-image: url(../images/footer.png);
	padding:5px;
	width:50%;
	margin:10px auto;
	text-indent:2px;
	color:#156786;
	text-align:left;
}

.dialogboxouter{
	border: 2px solid #43C6F8;
	background-color: #A1EEF6;
	padding:5px;
	width:50%;
	margin:10px auto;
	color:#156786;
	text-align:center;
}

.myh1{
	font-family:verdana,helvetica;
	font-weight:bold;
	font-size:medium;
}

.myclass {
	color:white;
	
	height:100%;
	width:60px;
	padding:0px;
	margin:0px;
	
	text-align:center;
	font-family:verdana,helvetica;
	background: url(hitback.gif)  repeat;
}

/*navigator admin top*/
#adminmenu ul{
	margin: 0;
	padding: 0.5em;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

#adminmenu li { 
	float: left;
}

#adminmenu a{
	display:block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 6em;
}

#adminmenu a:link, #navlist a:visited{
	color: #000;
	text-decoration: none;
}

#adminmenu a:hover{
	border: 1px solid #333;
	background-color: #000;
	color: #fff;
}

#adminbox{
	clear:both;
	margin-top:10px;
}

#adminbox h1{
	font-size:medium;
	font-weight:bold;
	text-align:center;
}

#article {
	width:80%;
	margin:10px auto;
	border: 1px solid #2D4BB7;
	padding:1em;
	color:#7C96C4;
}

.tablesearch{
	background:#2D4BB7;
	background-image: url(../images/footer.png);
	border: 2px solid #2D4BB7;
	color:#ffffff;
	font-family:verdana;
	font-size:small;
}

.myinput{
	border: 1px solid #2D4BB7;
}
.myinput:focus{
	background:#C0F2FC;
}

.style7 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: x-small; }

.mytabelements{
	padding:5px;
}

.suggestionsBox {
	position: relative;
	width: 270px;
	left: 8px;
	background-color: #2D4BB7;
	border: 1px solid #2D4BB7;
	color: #fff;
}
.suggestionList li {
	cursor: pointer;
	}
.suggestionList li:hover {
	background-color: #32AAA9;
}