html{

	height: 100%;

}

body{

	font-size: 14px;

	font-family: Tahoma, Arial, Verdana sans-serif;
	

	color: #000;

	margin: 0px 0 0 0px;

	background-image: url('bg.png');

	height: 100%;

}

pre{

	font-size: 14px;

	font-family: Tahoma, Arial, Verdana sans-serif;

	color: #000;

	white-space: pre-wrap;

}

img{

	border: 0;

}

a:link, a:visited, a:active {

	color:green;

	font-weight:bold;

	text-decoration:underline;

}

a:hover {

	color:#CCCCCC;

	font-weight:bold;

	text-decoration:underline;

}



h1{

	color: green;

}

h2{

	color: #408040;

	font-size: 24px;

}

h3{

	font-size: 18px;

	font-weight: bold;

	text-align: right;

}

h4{

	color: green;

	font-size: 16px;

	font-weight: bold;
	margin: 5px 0;
}

fieldset{

	background-color:#FFFFFF;

	border:1px solid #CCCCCC;

	margin-bottom:10px;

	width:90%;

}



legend{

	border:0 none;

	color:#408040;

	font-size:22px;

	font-weight:bold;

	margin-left:-17px;

	margin-top:-5px;

}



ul{

	padding: 0;

	margin: 0;

}



li{

	padding: 0;

	margin: 0;

	list-style-type: none;

}

#header{

	padding: 0 0 0 0;

	background-image: url('bg_new.png'); 

	height: 35px; 

	width: 100%;

}

#logo{

	padding: 2px 0 0 25px;

}

#navigation{

	position: absolute;

	width: 70%;

}

#navigation a:link, #navigation a:visited, #navigation a:active{

	color: #FFF;

	font-size: 14px;

	text-decoration: none;

}

#navigation a:hover{

	color: #FFF;

	font-size: 14px;

	text-decoration: underline;

}

#navigation ul{

	width: 80%;

	padding-top: 8px;

	padding-left: 25px;

}

#navigation li{

	display: inline;

	padding-left: 10px;

}

#logarea{

	float: right;

	text-align: right;

	color: #FFF;

	font-size: 16px;

	margin-top: 7px;

	margin-right: 50px;

	font-weight: bold;

}

#logarea a:link, #logarea a:visited, #logarea a:active{

	color: #ffc425;

	font-size: 16px;

	text-decoration: none;

}

#logarea a:hover{

	color: #ffc425;

	font-size: 16px;

	text-decoration: underline;

}

#announcement{

	width: 600px;

	height: 50px;

	margin: 5px auto 5px auto;

	font-size: 16px;

	font-weight: bold;

	padding: 25px 6px 6px 6px;

	text-align: center;

	border: 1px solid #CCC;

	background-color: #fffaa9;

}

#account{

	width: 60%;

	padding: 0 0 10px 10px;

}

#account table

{

	width: 100%;

	border-spacing: 1px;	

}

#account input[type="text"], #account input[type="password"]

{

	width: 250px;

}

#account .even

{

	border-top: 1px solid #EFEFEF;

	border-bottom: 1px solid #EFEFEF;

	background-color: #F8F8F8;

}

#account .odd

{

	

}

#account .left

{

	font-weight: bold;

	width: 125px;

	height: 25px;

	padding: 5px;

	text-align: left;

	vertical-align: middle;

}

#account .right

{

	width: auto;

	height: 25px;

	padding: 5px;

	text-align: left;

	vertical-align: middle;

}

#officerpage{

	padding: 0 0 0 15px;

}

#contentleft{

	float: left; 

	width: 550px; 

	height: 100%; 

	padding-left: 10px;

}

#contentright{

	float: right; 

	width: 375px; 

	height: 100%;

}

#events{

	padding: 5px;

	background-color: #FFF;

}

#events ul{

	padding-left: 5px;

}

#events h1{

	padding-top: 5px;

	font-size: 22px;

	font-weight: bold;

	text-align: left;

}

#events h2{

	font-size: 16px;

	color: #000;

}

#events .even{

	background-image: url('event_fade.png');

	background-repeat: repeat-x;

	background-position: top;

	font-size: 14px;

	font-weight: normal;

	color: #000;

}

#events .odd{

	background-image: url('event_fade2.png');

	background-repeat: repeat-x;

	background-position: top;

	font-size: 14px;

	font-weight: normal;

	color: #000;

}

#events .description{

	padding-bottom: 5px;

}

.eventedit{

	margin-top: 10px;

	margin-bottom: 10px;

}

#rushmenu{

	width: 350px;

	height: 500px;

	margin-top: 20px;

	margin-left: 20px;

	padding-top: 20px;

}



#rush #contentleft{

	width: 570px;

	height: 100%;

	margin-left: -5px;

	background-image: url('left-top_small.png');

	background-repeat: no-repeat;

	background-position: top;

}

#rush #contentleft #bottom{

	width: 570px;

	margin-left: -5px;

	margin-top: -12px;

	background-image: url('left-bottom_small.png');

	background-repeat: no-repeat;

	background-position: bottom;

}

#rush #contentright{

	width: 375px;

	background-color: #FFF;

	background-image: url('right-top_small.png');

	background-repeat: no-repeat;

	background-position: top;

	

}

#rush #contentright #bottom{

	width: 375px;

	margin-top: -1px;

	background-image: url('right-bottom_small.png');

	background-repeat: no-repeat;

	background-position: top;

}

#rush #contentleft #contentleft-clr{

	margin-top: -15px;

	height: 100%;

	width: 565px;

	border-right: 1px solid #efefef;

}

#rush #contentright #contentright-clr{

	margin-top: -15px;

	height: 100%;

	width: 375px;

	border-left: 1px solid #efefef;

}

#rushmenu fieldset{

	width: 90%;

	border: 0px solid #CCC;

	padding-bottom: 5px;

	margin-right: 0px;

}

#rushmenu fieldset fieldset{

	width: 90%;

	border: 1px solid #CCC;

	background-color: #FFF;

	margin-bottom: 10px;

}

#rushmenu legend{

	border: 0;

	color: #408040;

	margin-left: -17px;

	margin-top: -5px;

	font-weight: bold;

	font-size: 22px;

}

#rushmenu h1{

	padding-top: 5px;

	padding-left: 5px;

	font-size: 18px;

	font-weight: bold;

	text-align: left;

}

#rushmenu #addinformation{

	text-align: right;

	margin-right: 50px;

}

#rushmenu #addinformation li{

	padding-top: 4px;

}

#rushmenu #addinformation label{

	font-weight: bold;

}

#rushies{

	margin-left: -5px;

}

#rushies li{

	padding: 6px 0 6px 5px;

	border-bottom: 1px dotted #CCC;

	z-index: 1;

}

#rushies a:link, #rushies a:active, #rushies a:visited, #rushies a:hover{

	text-decoration: none;

	font-size: 12px;

	color: blue;

}

#rushies ul ul{

	padding-top: 10px;

}

#rushies li li{

	padding: 0;

	border-bottom: 0;

}

#rushies .information{

}

#rushies .information a:link{

	font-size: 12px;

	color: blue;

}

#rushies .photo{

	margin-left: 260px;

	margin-top: -92px;

	padding-right: 10px;

	width: 300px;

	height: 250px;

	right: 0px;

	z-index: auto;

}

.comments h2{

	margin-bottom: -5px;

}

.comments .comment{

	margin-top: 5px;

	padding-left: 10px;

	padding-top: 5px;

	padding-bottom: 5px;

	border-top: 1px solid #ececec;

	border-bottom: 1px solid #ececec;

	width: 80%;

}

#usermenu h2{

	color: #000;

	border-bottom: 1px solid #ececec;

	width: 80%;

}

#usermenu ul{

	width: 80%;

	margin-top: -18px;

}

#usermenu li{

	border-bottom: 1px solid #ececec;

	padding: 5px;

}

#usermenu a:link, #usermenu a:visited, #usermenu a:active{

	color: blue;

	font-size: 14px;

	text-decoration: none;

}

#usermenu a:hover{

	color: #000;

	font-size: 14px;

	text-decoration: none;

}

.menuover{

	background-color: #f6f6f6;

	border-bottom: 1px solid #CCC;

}

.menuover a:hover{

	color: #000;

}

.menuout{

	background-color: #FFF;

	border-bottom: 1px solid #ececec;

}

#committeelist{

	padding-left: 25px;

}

#committeelist a:link, #committeelist a:visited, #committeelist a:active{

	font-size: 14px;

	color: blue;

	font-weight: normal;

	text-decoration: none;

}

#committeelist a:hover{

	font-size: 14px;

	color: #000;

	text-decoration: none;

}

#committeelist .comitem{

	float: left;

	margin-right: 10px;

	width: 175px;

	overflow: hidden;

}

#committeelist .comitem ul{

	margin-top: -10px;

}

#addsong{

	margin-top: 15px;

	padding-left: 15px;

	width: 300px;

	text-align: right;

	float: left;

}

#addsong legend{

	border:0;

	color: #408040;

	font-size: 22px;

	font-weight: bold;

	margin-left: -17px;

	margin-top: -5px;

}

#addsong fieldset{

	padding-right: 35px;

	padding-bottom: 10px;

}

#addsong li{

	padding-top: 5px;

}

#addsong label{

	font-weight: bold;

	width: 50px;

	text-align: left;

}

#songlist{

	margin-top: 15px;

	padding-left: 5px;

	width: 600px;

	float: right;

}

#songlist h1{

	border:0;

	color: #408040;

	font-size: 22px;

	font-weight: bold;

	margin-left: -12px;

	margin-top: -5px;

}

#songlist .letterhead{

	font-weight: bold;

	font-size: 16px;

	padding: 5px 0 5px 0;

	margin-left: -5px;

}

#songlist .small{

	font-size: 8px;

	color: #CCC;

}

#adminpanel{

	margin: 10px 0 10px 10px;

}

#adduser fieldset{

	padding-right: 25px;

	padding-bottom: 10px;

}

#adduser{

	margin-top: 15px;

	padding-left: 15px;

	width: 325px;

	text-align: right;

	float: left;

}

#adduser legend{

	border:0;

	color: #408040;

	font-size: 22px;

	font-weight: bold;

	margin-left: -17px;

	margin-top: -5px;

}

#adduser li{

	padding-top: 5px;

}

#adduser label{

	font-weight: bold;

	width: 50px;

	text-align: left;

}

#songlist{

	margin-top: 15px;

	padding-left: 5px;

	width: 600px;

	float: right;

}

#adminpanel a:link, #adminpanel a:visited, #adminpanel a:active, #adminpanel a:hover{

	color: blue;

	text-decoration: none;

}

#adminpanel #userstable{

	border: 0;

	width: 900px;

	border-spacing: 0;

	margin: 0 auto 0 auto;

}

#adminpanel #userstable thead td{

	font-weight: bold;

	font-size: 16px;

	border-bottom: 1px dotted #efefef;

	padding: 5px;

}

#adminpanel #userstable tbody td{

	border-bottom: 1px dotted #efefef;

	padding: 5px;

	font-size: 12px;

}

#adminpanel #userstable tbody tr:hover{

	background-color: #efefef;

}

#adminpanel .editpanel{
	position: relative;
	padding: 10px;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	width: 92%;
}

#adminpanel .editpanel .submitbar{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
}

#adminpanel .editpanel .submitbar a{
	color: blue;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
#adminpanel .editpanel .submitbar a:hover{
	color: blue;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
#adminpanel input, #adminpanel select{
	width: 150px;
}

.edituser
{
	color: blue;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

.edituser:hover
{
	color: blue;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#adminpanel .editpanel ul{
	margin: 0 25px 0 0;
	padding: 5px;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
 	float: left;
}

#adminpanel .editpanel li{
	text-align: right;
	padding: 2px;
}

#adminpanel .editpanel .head{
	 font-weight: bold;
	 text-align: center;
}

#adminpanel #edituser{

	margin: 0 auto 0 auto;

	

	text-align: left;

}

#adminpanel #edituser fieldset{

	padding-bottom:10px;

	padding-right:35px;

}

#adminpanel #edituser legend{

	border:0 none;

	color:#408040;

	font-size:22px;

	font-weight:bold;

	margin-left:-17px;

	margin-top:-5px;

}

#adminpanel #edituser dl{

	padding-left: 25px;

}

#adminpanel #edituser dt{

	text-align: right;

	width: 95px;

	margin-top: 10px;

	font-weight: bold;

}

#adminpanel #edituser dd{

	margin-left: 105px;

	margin-top: -18px;

}

#adminpanel #editinfo{

	float: left;

	width: 400px;

}

#adminpanel #edituserpassword{

	float: left;

	margin-left: 25px;

}

#adminpanel #edituserpassword dl{

	padding-left: 15px;

}

#adminpanel #edituserpassword dt{

	width: 125px;

}

#adminpanel #edituserpassword dd{

	margin-left: 135px;

}

#directory{

	font-size: 12px;
	width: 100%;
}

#directorytable
{
	width: 100%;
}

#directorytable tr:hover{

	background-color: #FFF;

}
#directorytable th
{
	height: 35px;
}
#directorytable th.header { 
    background-image: url('images/directory/directory-down.png');  
    background-position: center right;
    background-repeat: no-repeat;   
    cursor: pointer; 
    font-weight: bold; 
   	background-color: #F7F7F7;
} 
#directorytable th.headerSortUp { 
    background-image: url('images/directory/directory-up.png');
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer; 
    font-weight: bold; 
   	background-color: #F7F7F7;
}
#directorytable th.headerSortDown { 
    background-image: url('images/directory/directory-down.png');
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer; 
    font-weight: bold; 
	background-color: #F7F7F7;
} 

#directory .even{

	background-color: #EFEFEF;

}

#directory .odd{

	background-color: #F8F8F8;

}

#documents tr:hover{

	background-color: #FFF;

}
#documents th
{
	height: 35px;
}
#documents th.header { 
    background-image: url('images/directory/directory-down.png');  
    background-position: center right;
    background-repeat: no-repeat;   
    cursor: pointer; 
    font-weight: bold; 
   	background-color: #F7F7F7;
} 
#documents th.headerSortUp { 
    background-image: url('images/directory/directory-up.png');
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer; 
    font-weight: bold; 
   	background-color: #F7F7F7;
}
#documents th.headerSortDown { 
    background-image: url('images/directory/directory-down.png');
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer; 
    font-weight: bold; 
	background-color: #F7F7F7;
} 


#officerpage th
{
	text-align: left;
}

#footer{

	background-image: url('bottom_round.png');

	background-repeat: no-repeat;

	background-position: top center;

}

#footer #disc{

	padding: 15px 0 0 0;

	font-size: 10px;

	color: #000;

	width: 60%;

	margin: 0 auto 0 auto;

	text-align: center;

}

.clear{

	clear: both;

}

.note{

	width: 800px;

	padding: 10px;

	margin: 0 auto 0 auto;

	border-bottom: 1px solid #efefef;

}

.sidenote

{

	font-size: 12px;

	color: #CCC;

	font-weight: bold;

}

.loading
{
	font-size: 10px;
	color: green;
	margin-left: 25px;
}

.rusheventdelete
{
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.deleterushee
{
	cursor: pointer;
	color: red;
	text-decoration: underline;
	margin-left: 25px;
	font-size: 10px;
}

.resetpicture
{
	cursor: pointer;
	color: red;
	text-decoration: underline;
	text-align: center;
	font-size: 10px;
}
#loggedInStats
{
	float: left;
	padding-right: 50px;
}
#eventsStats
{
	float: left;
	padding-right: 50px;
}
#attendanceBox
{
	width: 825px;
	border: 1px solid #CCC;
}
#eventsList
{
	float: left;
	width: 200px;
	background-color: #EFEFEF;
}
#eventsList li
{
	min-height: 16px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}
#eventsList .item:hover
{
	background-color: #FFF;
	cursor: pointer;
}
#eventsList .active
{
	background-color: #FFF;
}
.listheader
{
	background-color: #000;
	color: #FFF;
	font-weight: bold;
}
#eventAttendance
{
	width: 600px;
	background-color: #FFF;
	float: left;
	padding-left: 25px;
}
#eventAttendance select
{
	width: 200px;
	height: 300px;
}
#attendanceHolder
{
	float: left;
	width: 575px;
	margin: 0 auto;
}
#brothersSelect
{
	float: left;
	margin-left: 25px;
}
#attendedSelect
{
	float: left;
	margin-left: 25px;
}
#attendanceButtons
{
	float: left;
	width: 13px;
	vertical-align: middle;
	text-align: center;
	height: 200px;
	margin: 50px auto;
}
#attendanceButtons input
{
	margin: 10px auto;
	width: 38px;
}
#signInTable
{
	width: 600px;
}
#signInTable th
{
	width: 125px;
	text-align: left;
}
#signInTable td
{
	width: 400px;
}
#signInTable input[type="text"]
{
	width: 300px;
}