/*Main Styles*/
.low_title, .title, .body_title {
	color: #3E3E99;
	border-bottom: dotted 1px #3E3E99;
	font-size: 16px;
	background-image: url('images/blue-grad.gif');
}
a:link, a:visited {
	color : #3E3E99;
	text-decoration: none;
}
.menu_box {
	position: absolute;
	padding: 2px;
	background-color: #A03434;
	border: solid 3px #7C2929;
}
a:hover, a:active {
	color : #1E1E79;
	text-decoration: underline;
}
.high_title {
	color: #A10A0A;
	border-bottom: dotted 1px #A10A0A;
	background-image: url('images/red-grad.gif');
	font-size: 24px;
}
.high_title_form {
	color: #A10A0A;
	border-bottom: dotted 1px #A10A0A;
	font-size: 24px;
	width: 100%;
}
.indent {
	padding-left: 10px;
}
img {
	border: none;
}
.error {
	background-color: #CA7676;
	border: solid 2px #933E3E;
	padding: 5px;
	color: #FFFFFF;
}
.aform_def {
	width: 100%;	
}


/*File Tree Styles*/
.indent_form {
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	border: solid 1px #DDDDDD;
}
.tree_indent {
	padding-left: 8px;
	margin-left : 24px;
	margin-bottom: 2px;
	margin-top: 3px;
	text-align : left;
	font-family: sans-serif;
	font-size: 11px;
	border-left: dotted 1px #AAAAAA;
	height: auto;
}

.tree_indent a:link, .tree_indent a:visited {
	color : #0066cc;
	background-color : #eeeeee;
	border-bottom : 1px solid #cccccc;
	text-decoration: none;
}
.tree_indent a:hover, .tree_indent a:active {
	color : #eeeeee;
	background-color : #0066cc;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}

/*Calendar Styles*/
.monthDay {
	cursor: pointer;
	width: 85px;
}
.noevent_calbg {
	background-image: url("images/cal-noevent.gif");
	border: solid 1px #79A6E3;
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 70px;
}
.noevent_calnum {
	float: left;
	background-color: #90C3E6;
	border-right: solid 1px #79A6E3;
	border-bottom: solid 1px #79A6E3;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 1px;
	color: #79A6E3;
	font-family: sans-serif;
	font-size: 14px;
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
.event_calbg {
	background-image: url("images/cal-event.gif");
	border: solid 1px #E37A7A;
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 70px;
}
.event_calnum {
	float: left;
	border-right: solid 1px #E37A7A;
	border-bottom: solid 1px #E37A7A;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 1px;
	color: #E37A7A;
	background-color: #E6CCCC;
	font-family: sans-serif;
	font-size: 14px;
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
.calendar_event {
	border: solid 1px #AAAAAA;
	padding: 2px;
	margin: 2px;
}
.calendar_monthName {
	font-size: 16px;
	font-weight: bold;
	color: #888888;
}
.calCont {
}

/*Popup Box Styles*/
.tree_desc, .hover_box {
	color: #000000;
	background-color: #eeeeee;
	border: solid 8px #79A6E3;
	padding: 6px;
	width: 250px;
	position: absolute;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
}
.box_destroyer {
	background-color: #79A6E3; 
	/*border: solid 1px #AAAAAA;*/
	color: #FFFFFF; 
	text-align: center; 
	font-size: 9px; 
	font-weight: bold;
	padding: 2px;
	cursor: pointer;	
}
.hover_form {
	font-family: sans-serif; 
	font-size: 11px; 
	border: solid 1px #AAAAAA; 
	width: 100%;	
}

/*media styles*/
.medlib_title, .medlib_pic {
	background-color: #DDDDDD;
	border: solid 1px #CCCCCC;
	font-size: 11px;
	text-align: center;
	width: 110px;
	color: #000000;
}
.medlib_pic {
	width: 100px;
	height: 100%;
	padding: 5px;
	font-size: 10px;
	color: #AAAAAA;
}
.playlist_area {
	height: 180px;
	width: 588px;
	overflow: auto;
}
.media_show, .playlist_area, .media_info {
	/*background-color: #EEEEEE;*/
	border: solid 5px #DDDDDD;
}
.playlist_area {
	border-top: none;
	background-image: url("images/pl_bg.gif"); 
	background-repeat: no-repeat;
	background-position: top left;
}
.media_info {
	border-left: none;
}
.media_show {
	height: 400px;	
}

.media_infoTitle {
	border-bottom: dashed 1px #DDDDDD;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
}

/*Tag Styles*/
.tagslist {
	border-bottom: dotted 1px #AAAAAA;
	border-top: dotted 1px #AAAAAA;
	/*background-color: #EEEEEE;*/
	padding: 2px;
	margin: 2px;
}
.taghead {
	font-size: 14px;
	border-bottom: dotted 1px #DDDDDD;
	text-transform: capitalize;
	font-weight: bold;
}
.tagbody {
	margin-left: 16px;
	padding-left: 8px;
	border-left: dotted 1px #DDDDDD;
	line-height: 24px;	
}
.lowtag {
	color: #cccccc;
	font-size: 10px;
}
.tagslist a:link, .tagslist a:visited {
	text-decoration: underline;
	margin-right: 5px;
}
.tagslist a:hover, .tagslist a:active {
	text-decoration: none;
	margin-right: 5px;
}
