
body
	{ 
	bgcolor: white;
	font-family: georgia, serif;
	color: #555;
  text-align: center;
	}

#header h1
{
	font-size: 1.0em;
  text-align: left;
}

.main
	{
    margin: auto;
    width: 900px;
    text-align: left;
	}

.logobox
	{
    padding: 10px;
    width: 900px;
    text-align: center;
		margin:auto;
    background-color: #FFF;
  	}
	 
#admincontrol
	{
		text-align:left;
		padding: 5px;
		padding-top: 15px;
		padding-bottom: 0px;
		font-size: .8em;
	}

#admincontrol h1
{
	color: #1A1;
}

#admincontrol a
	{
		padding:5px;
		display: block;
		margin-bottom: 2px;
		background-color: #5F5;
		color: #000;
    float:left;
    margin-right: 3px;
	}

#admincontrol a:hover
	{
		background-color: #1A1;
		color: #FFF;
	}
	
h1,h2 
	{ 
		font-family: helvetica, arial, sans-serif;
    margin-top: 10px;
	}
	
.databox
	{
		padding: 10px;
		margin-bottom: 15px;
    width: 550px;
	}

.notice
	{
		margin-top: 8px;
		width: 500px;
		padding: 10px;
		-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
	}

.notice .icon
	{ 
		font-weight: bold;
		font-size: 1.3em;
		width: 25px;
    float:left;
		margin-right: 25px;
    color: red;
	}
	
  
.notice .errorlist
  {
    width:400px;
    float:left;
  }

.infobox
	{
		padding: 10px;
	}
	
	.sidebar
	{
		margin-top: 20px;
    width: 300px;
    float: right;
    font-size: .8em;
	}
	
	.sidebar_head
	{
		padding: 5px;
		font-size: 1.2em;
		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
	}
	
	.sidebar_body
	{
		padding: 10px;
		padding-top: 20px;
	}
	
	.callout th
	{
		padding: 3px;
	}
	
	.callout td
	{
		padding: 3px;
	}
	
	.formbox
	{
	 	width: 640px;
	 	padding-top: 5px;
	 	margin-bottom: 15px;
	}
	
	.formbox h2
	{
		color: #555;
		font-size: .9em;	
		border-bottom: 1px solid #BBB;	
	}
	
	.formbox .label
	{
		float: left;	
		width: 200px;
		clear: left;
    margin-top: 3px;
	}

	.formbox .field
	{
		float: left;	
		width: 300px;
    margin-top: 3px;
	}
	
	#footer
  {
    margin-top:20px;
  }

	.university
	{
		float:right;
		width: 200px;
	}
	.university h1
	{ font-size: 1.0em;}

	.appcontrol
	{ color:#555;
		font-size: .8em;}
	
	.apploading
	{
		position:absolute;
		left: 10px;
		top: 10px;
	}
	
	.notification
	{
		padding:10px;
		border: 1px solid #F66;
		color: #FFF;
		background-color: #922;
		margin-top: 10px;
		font-family: arial;
		width: 400px;
		-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;

	}
	
	.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
   
	 -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-box-shadow: 0 1px 3px #999;
   -webkit-box-shadow: 0 1px 3px #999;
	 
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
