@charset "utf-8";
/* CSS Document */

/* --------------------------------- General Form Layout --------------------------------------- */
fieldset {
	border: solid 1px #c7d9f9;
	border-bottom-width: 4px;
	margin: 10px 5px;
	padding: 10px;
	background: #FFF url(../media/images/layout/lightBlueFadeUp.jpg) left bottom repeat-x;

}
legend {
	background: #FFF url(../media/images/layout/lightBlueFadeUp.jpg) left bottom repeat-x;
	border: solid 1px #c7d9f9;
	padding: 3px 5px;
	color: #1d3f89;
	margin-left: 20px;
}

/* ---------- Log In --------------- */
form#login {
	width: 400px;
	margin: auto;
	text-align: center;
}
#login legend, #login p {
	text-align: center;
}
form#login label {
	display: block;
}
/* ------------ Assignments and Announcements ------------- */
form #classes {
	float: right;
	width: 310px;
}
form #basicInfo {
	float: left;
	width: 550px;
}
form.assignAnnounce #advSection {
	clear: both;
}
form #classes p {
	padding: 3px;
}
form #shortDes, form .shortDes {
	display: block;
	width: 90%;
	margin: 10px 0;
}
form #shortDes {
	height: 100px;
}
form #longDes {
	height: 800px;
}
form .information {
	color: #999;
}
#moreDetails, #files_links {
	cursor: pointer;
}
#advDetails, #filesLinks_section {
	display: none;
}
#filesLinks_section .existingFilesLinks {
	border: solid 1px #c7d9f9;
	border-bottom-width: 3px;
	background: #FFF;
	margin: 5px;
	padding: 0;
}
#filesLinks_section .existingFilesLinks h4, form.assignAnnounce .requiredInfo h3 {
	background: #FFF url(../media/images/layout/lightBlueFadeUp.jpg) left bottom repeat-x;
	color: #436cb3;
	padding: 3px 5px;
	border-bottom: solid 1px #c7d9f9;
}
.requiredInfo {
	background: #f6f8fc;
	border: solid 2px #c7d9f9;
	margin: 5px;
}
.requiredInfo p {
	padding: 5px;
}
#filesLinks_section ol {
	margin: 0 5px; 
	padding: 5px;
}
#filesLinks_section li {
	margin: 5px 0;
	padding: 5px 3px;
	list-style-position: inside;
	border: solid 1px #c7d9f9;
}
#filesLinks_section label {
	padding-right: 15px;
}
.advFiles_Links_Img, .advDetailsImg {
	padding-right: 5px;
	width: 10px;
	height: 10px;
}
#link1, #link2, #link3 {
	width: 300px;
}
.calPic {
	cursor: pointer;
}
ul.bindList {
	padding: 5px;
	margin: 0;
}	
.bindList li {
	list-style: none;
	padding: 4px;
	margin: 0;
}
#shortDes, #smsText {
	width: 90%;
}
ul#resourceCatList {
	padding: 10px;
	margin: 0;
}
#resourceCatList li {
	list-style: none;
	margin: 0;
	padding: 5px;
}
#resourceCatList li img {
	width: 15px;
}
input#catTitle {
	width: 50%;
}
/* ------------------------------ Half Forms ------------------------------------- */
form.halfFormLeft {
	float: left;
	width: 48%;
}
form.halfFormRight {
	float: right;
	width: 48%;
}
form.halfFormRight select {
	float: right;
	width: 100%;
}
form.halfFormLeft select {
	float: left;
	width: 100%;
}
form.halfFormRight input.submit {
	float: left;
	margin-top: 10px;
}
form.halfFormLeft input.submit {
	float: right;
	margin-top: 10px;
}
#addGroupMembers h3 {
	clear: both;
}
#emailFrom, #emailSubject {
	width: 80%;
}
#emailBody {
	width: 80%;
	height: 300px;
}