body {
	background: #b6b6b6;
	margin:0;
	padding:0;
	font-family: arial;
}

.PGME {
    position: absolute;
		top: -3px;
		left:4px;
		font-align:left;
		font-size:60px;
		color: #526EA6;
    z-index:1;
		padding-left: 65px;
}
.APPNAME {
    
		top: 45px;
		left:225px;
		
		font-size:20px;
		color: #333;		
    z-index:2;
		padding-left: 248px;
		padding-top:12px;
		float:left;
}
.UOFT {
    position: absolute;
		top: 50px;
		left:4px;
		font-align:left;
		font-size:19px;
		color: #808080;		
    z-index:2;
		padding-left: 68px;
}
.PGMEheader {
    position: relative;
		top: -25px;
		font-align:left;
		font-size:50px;
		color: #fff;
    z-index:1;
		padding-left: -10px;
}
.APPNAMEheader {
    position: relative;
		top: -45px;
		font-align:left;
		font-size:12px;
		color: #333;		
    z-index:2;
		padding-left: 3px;
}


#login_form {
	width: 350px;
	background: #f0f0f0;
	border: 1px solid #666;
	margin: 120px auto 0;
	padding: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
}

#login_form_body {
	background: url(../images/Crest.jpg) 25% center no-repeat;
}

#login_header {
	width: 318px;
	height: 54px;
	background: #526EA6;
	color: #fff;
	padding: 10px;
	margin: auto 0;
	font-size: 18px;
}

#popout { position: fixed; height: 125px; width: 300px; border: 1px solid gray; background: #ccc; color: white; top:20px; right: -260px; text-align: left; 
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;	
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;	
					-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
					/* For IE 5.5 - 7 */
					filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');			
	}
#toggle { float: left; font-size: 10px; color: #000 }​

h1, h2, h3, h4, h5 {
	margin-top: 0;
	font-family: arial black, arial;
	text-align: center;
}

input[type=text], input[type=password] {
	/*display: block;*/
	margin: 0 0 0.4em 0;
	width: 280px;
	border: 1px solid #999;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	/*padding: 1em;*/
}

input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #444;
	color: white;
	box-shadow:0 1px 0 white;
	-moz-border-shadow:0 1px 0 white;
	-webkit-box-shadow:0 1px 0 white;
}

input[type=submit]: hover, form a: hover {
	background: #666;
	cursor: pointer;
}

.error {
	color: #393939;
	font-size: 14px;
}

p.toggle {
	font-size: 10px;
}

fieldset {
	margin: auto;
	margin-bottom: 2em;
	display: block;
	font-size: 12px;
	border: 1px solid #000;
	padding: 5px;
}

fieldset legend{
	font-size: 12px;
	color: #526EA6;
}

li {
line-height: 1em;
padding-left: 2px;
}

h1 {
	text-shadow: 0 1px 0 white;
}

#file_upload_progress{
  display: none;
  position: fixed;
  width: 250px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  background-color: #ffffff;
  border: 5px solid #336699;
  padding: 10px;
  z-index: 102;
  font-family: Verdana;
  font-size: 8pt;
	
}

#appStatusDashboard{
	width: 100%;	
	float:left;
	
}

#newActivityDashboard{
	float: right;
	width: 20%;
	clear: top;
}

#tutInfo {
	background: #e3e3e3;
	border-top: 1px solid white;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0.7em 0.7em 0.7em 2em;
}

#logout_menu {
	padding: 0px;
	/*background: #526ea6;*/
	/*border-bottom: 1px solid #000;*/
	color:#ffffff;	
	text-align: right;
		/*background: url(../images/crest.jpg) 25% left no-repeat;	*/	
	background: url(../images/banner.png) no-repeat left;	
	height: 72px;
	width: 100%;
	margin: 0 auto;
}

#admin_menu {
	text-align: left;
	/*background: url(../images/menu_bg.jpg) #DAD9DE;	*/
	background: #526EA6;
	height: 30px;
	padding-top:8px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
					-moz-border-radius-bottomright: 5px;
					border-bottom-right-radius: 5px;	
					-moz-border-radius-bottomleft: 5px;
					border-bottom-left-radius: 5px;
					-moz-border-radius-topright: 5px;
					border-top-right-radius: 5px;	
					-moz-border-radius-topleft: 5px;
					border-top-left-radius: 5px;					
					-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
					/* For IE 5.5 - 7 */
					filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	
	border-bottom: solid 1px #666;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
}

#sponsor_menu {
	text-align: left;
	/*background: url(../images/menu_bg.jpg) #DAD9DE;	*/
	background: #526EA6;
	height: 30px;
	padding-top:8px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;	
					-moz-border-radius-bottomright: 5px;
					border-bottom-right-radius: 5px;	
					-moz-border-radius-bottomleft: 5px;
					border-bottom-left-radius: 5px;
					-moz-border-radius-topright: 5px;
					border-top-right-radius: 5px;	
					-moz-border-radius-topleft: 5px;
					border-top-left-radius: 5px;	
					-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
					/* For IE 5.5 - 7 */
					filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	
		border-bottom: solid 1px #666;
		margin-left:10px;
		margin-right:10px;
		margin-top:5px;
}

.appID_menubar {
	text-align: right;
	/*background: url(../images/menu_bg.jpg) #DAD9DE;	*/
	background: #F0F0F0;
	height: 15px;
	padding-top:2px;
	padding-right:10px;
	border-bottom: solid 1px #666;
}

#content {
	padding: 10px;
	font-size:12px;	
	
}

#content #insideContent {
	width: 90%;
	margin: auto;
	
}

#footer {
	padding: 1px;
	/*background: #f0f0f0;*/	
	font-size: 12px;
	color: #666;
	margin-top: 20px;
	/*background: url(../images/menu_bg.jpg) #DAD9DE;	*/
	height: 20px;	
	text-align: center;
	padding-top: 10px;
	clear: both;
}

#message {
	font-size: 10px;
	font-weight: bold;
	width: 500px;
	margin: auto;
	padding: 14px;	
}

#messageAdd {
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	margin: auto;
	padding: 14px;	
}

#messageView {
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	margin: auto;
	padding: 14px;	
}

#messageAdd2 {
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	margin: auto;
	padding: 14px;	
}

#messageView2 {
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	margin: auto;
	padding: 14px;	
}

#navcontainer
{
margin-bottom: 1em;
overflow: hidden;
width: 460px;
}

#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist li
{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

body {
	background: #fff;
	
}
a.buttonLarge1{
	border: 1px solid #666;
	display:inline-block;
	line-height: 20px;
	margin-botton:12px;
	/*margin-right: 0.5em;*/
	margin-left: 0.5em;
	padding: 1px;
	text-decoration: none;
	font-size: 12px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #999;
	height: 20px;
	text-align: left;
	width: 100px;
	color: white;
	box-shadow:0 1px 0 white;
	-moz-border-shadow:0 1px 0 white;
	-webkit-box-shadow:0 1px 0 white;	
	
}

a.buttonLarge2{
	border: 1px solid #666;
	display:inline-block;
	line-height: 20px;
	margin-botton:12px;
	/*margin-right: 0.5em;*/
	margin-left: 0.5em;
	padding: 1px;
	text-decoration: none;
	font-size: 12px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #999;
	height: 20px;
	text-align: left;
	width: 200px;
	color: white;
	box-shadow:0 1px 0 white;
	-moz-border-shadow:0 1px 0 white;
	-webkit-box-shadow:0 1px 0 white;	
	
}

a.buttonLarge3{
	border: 1px solid #666;
	display:inline-block;
	line-height: 20px;
	margin-botton:12px;
	/*margin-right: 0.5em;*/
	margin-left: 0.5em;
	padding: 1px;
	text-decoration: none;
	font-size: 12px;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #999;
	height: 20px;
	text-align: left;
	width: 200px;
	color: white;
	box-shadow:0 1px 0 white;
	-moz-border-shadow:0 1px 0 white;
	-webkit-box-shadow:0 1px 0 white;	
	
}

a.button{
	/*border: 1px solid #999;*/
	display:inline-block;
	line-height: 15px;
	margin-botton:12px;
	/*margin-right: 0.5em;*/
	margin-left: 0.5em;
	padding: 1px;
	text-decoration: none;
	font-size: 12px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #dad9de;
	height: 15px;
	text-align: left;
	width: 15px;
	color: white;
	box-shadow:0 1px 0 white;
	-moz-border-shadow:0 1px 0 white;
	-webkit-box-shadow:0 1px 0 white;	
	
}

a.removefilebutton{
	text-decoration: none;	
}
.logout{
background:url(../images/logout.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.usermanual{
background:url(../images/manual.png) no-repeat 0px 0px;
text-indent:30px;
display:block;
color: red;
font-weight: bold;
}

.create{
background:url(../images/create.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.approve{
background:url(../images/approve.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.cancel{
background:url(../images/upload.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.cancel{
background:url(../images/cancel.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.changeBtn{
background:url(../images/change.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.save{
background:url(../images/save.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.search{
background:url(../images/search.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.report{
background:url(../images/report.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.add{
background:url(../images/add.jpg) no-repeat 0px 0px;
text-indent:30px;
display:block;
}

.viewedit{
background:url(../images/viewedit.jpg) no-repeat 0px 0px;
/*text-indent:30px;*/
display:block;
}

.delete{
background:url(../images/delete.jpg) no-repeat 0px 0px;
/*text-indent:30px;*/
display:block;
}

.removefile{
background:url(../images/remove.jpg) no-repeat 0px 0px;
/*text-indent:30px;*/
}

a:hover.buttonLarge1{
color:#0066CC;
}

a:hover.buttonLarge2{
color:#0066CC;
}

a:hover.buttonLarge3{
color:#0066CC;
}

div.PGME: hover {
	cursor: pointer;
}

a.logoutBtn {
	display:inline-block;
	line-height: 20px;
	margin-botton:12px;
	/*margin-right: 0.5em;*/
	margin-left: 0.5em;
	padding: 1px;
	text-decoration: none;
	font-size: 12px;
	/*background: #526ea6;*/
	height: 20px;
	text-align: left;
	width: 80px;
	color: #526ea6;
	
}

a.logoutBtn: hover {
	background: #666;
	cursor: pointer;
	color: #000;
}

a.sponsorguideBtn {
	display:inline-block;
	line-height: 20px;
	margin-botton:12px;
	/*margin-right: 0.5em;*/
	margin-left: 0.5em;
	padding: 1px;
	text-decoration: none;
	font-size: 12px;
	/*background: #526ea6;*/
	height: 20px;
	text-align: left;
	width: 80px;
	color: #526ea6;
	
}

a.sponsorguideBtn: hover {
	background: #666;
	cursor: pointer;
	color: #000;
}

a.applicantguideBtn {
	display:inline-block;
	line-height: 20px;
	margin-botton:12px;
	/*margin-right: 0.5em;*/
	margin-left: 0.5em;
	padding: 1px;
	text-decoration: none;
	font-size: 12px;
	/*background: #526ea6;*/
	height: 20px;
	text-align: left;
	width: 80px;
	color: #526ea6;
	
}

a.applicantguideBtn: hover {
	background: #666;
	cursor: pointer;
	color: #000;
}

a.nav1{
	padding: 4px 15px 4px 15px;	
	text-decoration: none;
	font-size: 13px;
	color: black;
}

a.nav2 {
	padding: 4px 15px 4px 15px;	
	text-decoration: none;
	font-size: 13px;
	color: #fff;

	
}

a:hover.nav1{
color:#ccc;
}

a.nav3{
	padding: 4px 8px 4px 8px;	
	text-decoration: none;
	font-size: 10px;
	color: black;
}

a.nav4 {
	padding: 4px 8px 4px 8px;	
	text-decoration: none;
	font-size: 10px;
	color: #0066CC;

	
}



a:hover.nav3{
color:#0066CC;
}

a.nav5{
	padding-left:5px;
	text-decoration: none;
	font-size: 10px;
	color: black;
}

a:hover.nav5{
color:#0066CC;
}

a.menuBtn {
	border: none;
	/*margin-right: 0.5em;*/
	margin-left: 0.5em;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #666;
	color: white;
	box-shadow:0 1px 0 white;
	-moz-border-shadow:0 1px 0 white;
	-webkit-box-shadow:0 1px 0 white;
	
}

a.menuBtn2 {
	border: 1px solid #526EA6;
	/*margin-right: 0.5em;*/
	margin-left: 0.5em;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #eee;
	color: black;
	box-shadow:0 1px 0 white;
	-moz-border-shadow:0 1px 0 white;
	-webkit-box-shadow:0 1px 0 white;
	
}

a.menuBtn: hover {
	background: #666;
	cursor: pointer;
}

.checkLabelNarrow {
	display: block;
	width: 160px;
	float: left;
	
}

.checkLabel {
	display: block;
	width: 240px;
	float: left;
	
}

.checkLabelWide {
	display: block;
	width: 350px;
	float: left;
	
}

.checkLabelXWide {
	display: block;
	width: 450px;
	float: left;
	
}

.smallText {
 	font-size: 10px;
	
}

.submitForApprovalBtn{
 	float: right;	
}

.keySearchBtn {
 	float: right;			
}

.advSearchBtn {
 	float: right;			
}

.addBtn {
 	float: right;			
}

.createNewApplication {
 	float: right;
	
}

.uploadFormSpan {
	display: block;
	width: 280px;
	float: right;
	
}