@charset "utf-8";
/* CSS Document */


/*===========
//Global
===========*/
body, h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}

body {
	background-color:#856C84;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #856c84;
	font-style: italic;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

p {
	margin-left:15px;
	line-height:150%;
	margin-right:15px;
}

a {	
	color:#FFFFFF;
}

a:hover{
	color:green;
	text-decoration:none;
}

/*=======
//DIV s
=======*/

#outerWrapper {
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../images/BG.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 265px;
	width: 1024px;
	background-image: url(../images/header.gif);
}
#nav {
	width: 1024px;
	/*height: 76px;*/
	position: relative;
	left: 0px;
	height: 20px;
	top: 190px;
}

ul.nav {
	list-style-type:none;
	padding-left:0;
	margin-left:0
	float:left;
}

ul.nav li {
	float:left;
		}

ul.nav a {
	width:125px;
	display:block;
	color:#FFFFFF;
	background-color:#191919;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 28px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	}
	
ul.nav a:hover {
	background-color:#FFFFFF;
	color:#191919;
}

#spacer {
	height: 20px;
	width: 1024px;
}
#content {
	width: 1024px;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 750px;
	padding-bottom:10px;
}
#footer {
	height: 30px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align:center;
	padding-top:10px;
}
#footerLinks {
        font-size:12px;
	float:left;
	padding-left:5px;
}
#footerCopy {
	width:75%;
	text-align:center;
	float:left;
}
#right {
	width:272px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#right ul {
	list-style: none;
	width: 273px;
	float: left;
	padding-top:10px;
}

#right li {	
	text-align: center;
	width: 179px;
	margin-left:50px;
}

#right a {
	width: 179px;
	display: block;
	text-decoration: none;
	color: #5d3a2c;
}

#right img{
	height:100px;
	width:150px; 
	border:0;
}

/*to move links admin_exhibition.php, exibition.php*/
#moveLink {	
	margin-left:15px;
	padding-top:15px;
}
/*for cv filter*/
#cvFilter{
	text-align:center;
	padding-bottom:10px;
}
/*================
//for multiple items
================*/
#dataContainer{
	float:left;
	width:700px;
	margin-left:20px;
}
#rptItem1{
	float:left;
	width:300px;
	height:160px;
}
#rptItem2{
	float:right;
	width:300px;
	height:160px;
}
/*======================
For admin stuff
======================*/

#admintable{
    margin:12px;
    border-spacing: 40px 10px;
    width:100%;
    padding-left:10px;
}

#admin_nav {
	width:272px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#admin_nav a {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:5px;
}

#admin_nav a:hover {
	color:green;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*For 'hidden' link to go to admin*/

a.admin_link{	
	cursor: default;/*keep curser the same (pointer)*/
}
#admin_linkDiv{
	float:right;
	width:50px;
	height:20px;
}
/*====================
For function msg (return string with <span class=msg>)
====================*/
.msg_bad{
	color:red;
}

.msg_good{
	color:green;
}

/*==================
//NexusConceptions
==================*/	
#nc{
	font-size:9px;
	float:right;
	padding-right:5px;
}
