/*--Campus Menus Website Administration--*/

*{margin: 0; padding: 0;}

a{text-decoration: none; color: #000;}

a:hover{color: #000; text-decoration: underline;}

.auto{width: auto; height: auto;}

.hidden{display: none;}

p{padding-bottom: 15px;}

h1{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 15px;
}

input, select{width: 250px;}

input.small{width: 40px; margin-right: 5px;}

select.small{width: 60px;}

textarea{width: 400px; height: 150px;}

html{overflow-y: scroll;}

body{
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

#container{
	width: 760px;
	height: auto;
/*	margin: 35px auto; */
}

#top{
	width: 760px;
	height: 79px;
	float: left;
	background: url('../_images/top.png') no-repeat top left;
}

#main{
	width: 760px;
	height: auto;
	background: #fff;
	float: left;
	padding-top: 30px;
}

#leftNav{
	width: 195px;
	height: auto;
	float: left;
	margin-bottom: 70px;
}

#leftNav a{color: #6c6c6c;}

#leftNav a:hover{color: #000; text-decoration: none;}

#leftNav ul{
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 23px;
}

#leftNav ul li{
	margin-bottom: 20px;
}

#leftNav ul li ul{
	font-size: 11px;
	text-transform: none;
	padding-left: 0px;
	margin-top: -15px;
}

#leftNav ul li ul li{
	margin-bottom: 5px;
}

#content{
	width: 760px;
	height: auto;
	float: left;
	padding: 0 80px 40px 0;
}

#content img{
	margin-bottom: 10px;
	max-width: 500px;
}

ul#alert{
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 15px;
}

ul#alert li{margin-bottom: 5px;}

.error{color: #f00;}

.success{color: #070;}

.listRow{
	width: 760px;
	height: auto;
	float: left;
	clear: left;
}

.header{
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.alternate div{background-color: #cbcbcb;}

.col30, .col70, .col90, .col100, .col130, .col140, .col145, .col180, .col195, .col205, .col235, .col240, .col250, .col270, .col305{
	float: left;
	margin: 3px 0;
	padding: 2px 0 2px 5px;
}
.col30{width: 30px;}
.col70{width: 70px;}
.col90{width: 90px;}
.col100{width: 100px;}
.col130{width: 130px;}
.col140{width: 140px;}
.col145{width: 145px;}
.col180{width: 180px;}
.col195{width: 195px;}
.col205{width: 205px;}
.col235{width: 235px;}
.col240{width: 240px;}
.col250{width: 250px;}
.col270{width: 270px;}
.col305{width: 305px;}

.addEdit{
	width: 600px;
	height: auto;
	float: left;
}

.question{
	float: left;
	width: 175px;
	height: auto;
	margin-bottom: 10px;
	text-align: left;
	clear: left;
	padding-left: 15px;
}

.questionSm{
	float: left;
	width: 75px;
	height: auto;
	clear: left;
	margin-bottom: 10px;
	text-align: left;
}

.answer{
	float: left;
	width: 375px;
	height: auto;
	display: inline;
	margin: 0 0 10px 30px;
}

.answer td{padding-right: 5px;}

#bottom{
	width: 970px;
	height: 5px;
	float: left;
	background: url('../_images/bottom.png') no-repeat bottom left;
}

div.pagination { position: relative; height: 1em; padding: .5em; background: #F9F9F9; margin-bottom: 1px; }

