@charset "utf-8";

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #D9D3B7;
}

#header {

	margin-left:100px;
	/*background-color: pink;*/
}

#outside {
	position:relative;
	padding: 25px;
	width: 100%;
}

#outside <p>{
	
}
#emailListTitle {
	margin-top:-50px;
}



#welcome {
	/*background-color: blue;*/
	height: 200px;
	width: 35%;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	left: 500px;
	top: 22px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-variant: small-caps;
	color: #000;
}
#loginContainer {
	background-image: url(../images/loginBackground2.png);
	position: absolute;
	float: left;
	width: 227px;
	height: 309px;
	margin-left:180px;
	margin-top: 25px;
	text-align: center;
}

#header h2 {
	color: #C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 20px;
}

#menu {
	right: 2px;
	position: absolute;
	top: 129px;
	text-align: right;
	margin-bottom: 15px;
	z-index: 1;
}



/*
#page {
    margin: 0 auto;
    padding: 0 33px;
    width: 980px;
}





#content {
	background-image: url(file:///C|/wamp/www/images/loginBackground2.png);
	float: left;
	width: 900px;
	height: 250px;
	margin-top: 40px;
	margin-left: 40px;
	text-align: left;
}
*/
#login {
	margin: 0 auto;
    padding: 0 33px;
    width: 980px;
}

#outside #welcome .smalltxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	top: -15px;
}
.space {
line-height: .3 em;
} 
.projectnum {
	text-align: right;
}

#outside p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-bottom: 40px;
}
td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.cost {
	text-align: right;
}
th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333;
	
}

.bigger{
	font-size: 20px;
	
}

#outside h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
#outside h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #950101;
	margin-top: -5px;
	margin-bottom: -5px;
}
#instructions h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #950101;
	padding: 0px;	/*margin-bottom: -15px;*/
	margin: 0px;
}
#outside ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#outside .box {
	border: thin solid #000;
	padding: 5px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
}

#outside ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#outside p {
	margin-bottom: -10px;
}
#outside .leos {
	width: 650px;
}
#outside .leos .special {
	margin-top: -20px;
	font-size: 18px;
}
#brothers {
	font-family: "Comic Sans MS", cursive;
}
.leos img  {
	text-align: center;
	display: inline;
}
#outside .choose {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F50202;
	top: -7px;
	position: absolute;
}

.errorMessage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F00;
	line-height: 15px;
	margin: 25px;
	top: -10px;
	position: relative;
}

.errorMessage2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color:#C00;
	line-height: 15px;
	bottom: -50px;
	margin: 25px;
	
/*	position: relative;*/
}
.choose {
	display: block;
	width: 85px;
	height: -50px;
	background: url('../images/addButton.png') bottom;
	text-indent: -99999px;
}
.choose:hover {
	background-position: 0 0;
}

.nodelete {
	display: block;
	width: 85px;
	height: 40px;
	background: url('../images/no_delete.png') bottom;
	text-indent: -99999px;
}
.delete {
	display: block;
	width: 85px;
	height: 40px;
	background: url('../images/delete.png') bottom;
	text-indent: -99999px;
}
.delete:hover {
	background-position: 0 0;
}

.unregister {
	display: block;
	width: 85px;
	height: 40px;
	background: url('../images/unregister.png') bottom;
	text-indent: -99999px;
}
.unregister:hover {
	background-position: 0 0;
}



.down {
	display: block;
	width: 18px;
	height: 20px;
	background: url('../images/down.png') bottom;
	text-indent: -99999px;
	float:right;
	margin-left:0px;
}
.down:hover {
	background-position: 0 0;
}
.up {
	display: block;
	width: 18px;
	height: 20px;
	background: url('../images/up.png') bottom;
	text-indent: -99999px;
	float:right;
	margin-left:10px;

}
.up:hover {
	background-position: 0 0;
}

.noedit {
	display: block;
	width: 45px;
	height: 21px;
	background: url('../images/no_edit_button.png') bottom;
	text-indent: -99999px;
	float:left;
	margin-left:10px;

}

.edit {
	display: block;
	width: 45px;
	height: 21px;
	background: url('../images/Button-verify.png') bottom;
	text-indent: -99999px;
	float:left;
	margin-left:10px;

}
.edit:hover {
	background-position: 0 0;
}
.edit2 {
	display: block;
	width: 45px;
	height: 21px;
	background: url('../images/Button-edit-verified.png') bottom;
	text-indent: -99999px;
	float:left;
	margin-left:10px;

}
.edit2:hover {
	background-position: 0 0;
}


.delete {
	display: block;
	width: 45px;
	height: 21px;
	background: url('../images/delete_button.png') bottom;
	text-indent: -99999px;
	float:left;
	margin-left:10px;

}
.delete:hover {
	background-position: 0 0;
}

.send {
	display: block;
	width: 45px;
	height: 21px;
	background: url('../images/send_button.png') bottom;
	text-indent: -99999px;
	float:left;
	margin-left:10px;

}
.send:hover {
	background-position: 0 0;
}

.noSend {
	display: block;
	width: 45px;
	height: 21px;
	background: url('../images/no_send_button.png') bottom;
	text-indent: -99999px;
	float:left;
	margin-left:10px;

}
.noedit {
	display: block;
	width: 45px;
	height: 21px;
	background: url('../images/no_edit_button.png') bottom;
	text-indent: -99999px;
	float:left;
	margin-left:10px;

}



.stats {
	display: block;
	width: 240px;
	height: 40px;
	background: url('../images/teacher_button.png') bottom;
	text-indent: -99999px;
	float:right;
	margin-top:3px;

}
.stats:hover {
	background-position: 0 0;
}

.new {
	display: block;
	width: 240px;
	height: 40px;
	background: url('../images/new_Button.png') bottom;
	text-indent: -99999px;
	float:right;
	margin-top:3px;

}
.new:hover {
	background-position: 0 0;
}






.emailGO {
	display: block;
	width: 240px;
	height: 40px;
	background: url('../images/send_email.png') bottom;
	text-indent: -99999px;
	float:left;
	margin-left:10px;

}
.emailGO:hover {
	background-position: 0 0;
}

.return {
	display: block;
	width: 240px;
	height: 40px;
	background: url('../images/anotherClass.png') bottom;
	text-indent: -99999px;
	float:left;
	margin-left:10px;

}
.return:hover {
	background-position: 0 0;
}


.available {
	display: block;
	width: 85px;
	height: 40px;
	background: url('../images/AddAvailable.png') bottom;
	text-indent: -99999px;
}
.available:hover {
	background-position: 0 0;
}
.unavailable {
	display: block;
	width: 85px;
	height: 40px;
	background: url('../images/AddUnavailable.png') bottom;
	text-indent: -99999px;
}

.thiscourse {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.thiscourse2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/*#outside hr {
	width: 80%;
	align: left;
	right: 0px;
}*/
#outside .currently {
	border: thin solid #000;
}
#outside .currently .makelines {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
.makelines {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}

.rowodd {
background-color:#FEB4B6;	
	
}

.roweven {
background-color: #CCC;
	
}
.alreadyreg {
	font-size: 18px;
	color: #F00;
}

img.updown {
float:left;
clear:right;
margin-right:20px;
}.smaller {
	font-size: 14px;
	color: #F00;
}

table thead  {
			cursor: pointer;
		}
#enrollme {
	position:absolute;
	left:528px;
	top:246px;
	width:567px;
	height:204px;
	z-index:1;
}
#enrolledcount {
	position: relative;
	top: -150px;
	right: -450px;
}
#enrollOverview {
	color: #FFF;
	position: absolute;
	right: 250px;
	top: 0px;
}
.center_cell {
	text-align: center;
}
.red {
	font-size:14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #C00;
}
#instructions p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding-top: 10px;
	text-align: left;
}





.item {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #800000;
	font-variant: small-caps;
	text-decoration:none;
}


 a:hover {color:#FFF;
 
 
 }
#introduction th{
	color: #950101;	  
	  
}
 #outside #introduction {
	border: thin solid #000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	overflow: auto;
	height: 400px;
}
#outside #instructions {
	padding: 5px;
	border: thin solid #000;
	/*float:left;*/
	width: 50%;
	overflow: auto;
	height: 430px;
	margin-top: 5px;
	background-color:#FFC;
}
#outside #contacts {
	padding: 3px;
	float: left;
	/*margin-top: 25px;
	height: 290px;*/
	height: 100%;
	width: 80%;
	border: thin solid #000;
}

#contactsTop {
	width: 100%;	
	
}

#contactsDetail {
	margin-top: -5px;	
	overflow: auto;
	height: 300px;
}

#addNewContact {
	float: left;
	padding: 3px;
	height: 300px;
	width: 30%;
	border: thin solid #000;
	margin-left: 10px;
}

#newDonor {
margin-top:50px;		
	
	
}
input.button{color:#C00;background-color:#CCC;font-size:100%}
option.italic2 {
	
	font-style: italic;
	
}
#OptOutContainer {
	padding: 3px;
	float:left;	
	height: 100%;
	width: 15%;
	border: thin solid #000;
	overflow: auto;
	margin-left:10px;
}

#Opt-Out {
	margin-top: -5px;
	height: 315px;
	overflow: auto;	
}

#detailsContainer {
	float: left;
	padding: 3px;
	height: 70px;
	width: 96%;

	
	
	margin-top:10px;
}
.details {
	font-size:16px;	
	padding:5px;

	width: 20%;
	border: thin solid #333;
	float:left;
	height:80%;
	text-align:center;
	margin-left: 5px;
	
	background-color:#CCC;
	
	
}

.details2 {
	font-size:16px;	
	padding:5px;

	width: 22%;
	border: thin solid #333;
	float:left;
	height:80%;
	text-align:center;
	margin-left: 5px;
	
	background-color:#CCC;
	
	
}


.details3 {
	font-size:16px;	
	padding:5px;

	width: 10%;
	border: thin solid #333;
	float:left;
	height:80%;
	text-align:center;
	margin-left: 5px;
	
	background-color:#CCC;
	
	
}
.moreDetails {
	position: absolute;
	width: 150px;
	height: 80%;
	border: thin solid #000;
	
	
	
	
}

.detailColor {
	font-size: 18px;
	color: #C00;
	font-weight: bolder;
	

}

.detailColor2 {
	font-size: 36px;
	color: #060;
	font-weight: bolder;
	text-align:right;	
}

.formerror {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #C00;
	text-align: left;
	
}

#emailpreview {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: #000;
	border: thin solid #000;
	width: 75%;
	margin: auto;
	background-color: #FFF;
	text-align: left;
	padding: 10px;
}

bravo
{
    color: blue;
}

#optout{
	width: 95%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#optout p{
	width: 95%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2 a:link {text-decoration: none; color: #950101;}
h2 a:visited {text-decoration: none; color: #950101;}
h2 a:active {text-decoration: none; color: #950101;}
h2 a:hover {text-decoration: none; color: #FFF;}

#adminLeftContainer a:link{text-decoration: none; color: #03C;}
#adminLeftContainer a:visited{text-decoration: none; color: #03C;}
#adminLeftContainer a:active{text-decoration: none; color: #03C;}
#adminLeftContainer a:hover{text-decoration: none; color: #950101;}

#formContainer {
	padding: 10px;
	width: 80%;
	height: 350px;
	border: thin solid #000;
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 15px;
}
#deleteContainer {
	padding: 10px;
	width: 30%;
	height: 350px;
	border: thin solid #000;
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 15px;
}

#clubContainer {
	padding: 10px;
	width: 30%;
	height: 530px;
	border: thin solid #000;
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 15px;
}

#statsContainer {
	padding: 10px;
	width: 40%;
	height: 100%;
	border: thin solid #000;
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 15px;
}

#statsContainer2 {
	padding: 10px;
	width: 60%;
	height: 100%;
	border: thin solid #000;
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 15px;
}

#adminLeftContainer {
	padding: 10px;
	width: 45%;
	height: 100%;
	border: thin solid #000;
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 15px;
}

#sponsors {
	width:55%;	
	
}


#addNewLeft {
	width:50%;
	float:left;	
	
	
}

#addNewLeft2 {
	width:100%;
	float:left;	
	
	
}


#addNewRight {
	position:relative;
	width:45%;
	height:70%;
	float:left;	
	margin-right:30px;
	
	
}

#addNewBottom {
	
	width:90%;
	float:left;	
	text-align:center;
	margin-bottom:0px;
	
	
	
}

#newGreetingInput {
	position: absolute;
	top: 101px;
	left: 74px;
		
	
}
#newGreetingError {
	position: absolute;
	top: 102px;
	left: 189px;
	font-size: 16px;
		
	
}
.widgetTitle {
	font-weight:bold;
	font-size: 24px;
	Margin-left: 10px;
}

.widget {
	border:2px solid;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding:5px;
	width:95%;	
	margin-left: auto;
  	margin-right: auto;
}

#bottom {
	width: 1000px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-left: auto;
	margin-right: auto;
 	
}