﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/
p {
	color: #666666;
}
.containermaster {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.containermaster2 {
	padding: 16px 10px 10px 10px;
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
/* Titles */
.title_simple {
	color: #EA9E00;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	margin-top: 14px;
}
.title_grey {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.dotted {
	background-image: url(dotted.gif);
	background-repeat: repeat-x;
	background-position: 5px;
	height: 5px;
	width: 100%;
}
.dotted_yellow {
	background-image: url(dotted_yellow.gif);
	background-repeat: repeat-x;
	background-position: 5px;
	height: 5px;
	width: 100%;
}
/* Headers */
.box {
	background-color: #EA9E00;
	background-image: url(back_red.jpg);
	background-repeat: repeat-x;
	height: 31px;
	padding: 0px;
}
.box-grey {
	background-color: #333333;
	background-image: url(back_grey.jpg);
	background-repeat: repeat-x;
	height: 31px;
	padding: 0px;
}
.gradient_light {
	background-image: url(titlebar_light.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 7px;
}
.gradient {
	background-image: url(titlebar.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 7px;
}
.gradient_light_grey {
	background-image: url(titlebar_light_grey.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 7px;
}
.gradient_grey {
	background-image: url(titlebar_grey.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 7px;
}
/* Shadow Box */
.top-left {
	width: 6px;
	height: 6px;
	background-image: url(frame_top_left.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.top {
	height: 6px;
	background-image: url(frame_top.gif);
	background-repeat: repeat-x;
}
.top-right {
	width: 6px;
	height: 6px;
	background-image: url(frame_top_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.left {
	width: 6px;
	background-image: url(frame_left.gif);
	background-repeat: repeat-y;
}
.right {
	width: 6px;
	background-image: url(frame_right.gif);
	background-repeat: repeat-y;
}
.bottom-left {
	width: 6px;
	height: 6px;
	background-image: url(frame_bottom_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bottom {
	height: 6px;
	background-image: url(frame_bottom.gif);
	background-repeat: repeat-x;
}
.bottom-right {
	width: 6px;
	height: 6px;
	background-image: url(frame_bottom_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.container_padding {
	padding: 10px;
	background-color: #FFFFFF;
}
.container_padding2 {
	padding: 4px;
	background-color: #FFFFFF;
}
.container_padding_yellow {
	padding: 10px;
	background-color: #F8F4CF;
}
.container_padding_grey {
	padding: 10px;
	background-color: #F7F7F7;
}
.container_content {
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
.container_content2 {
	padding: 7px;
}
/* Content */
.container_content_simple {
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	background-color: transparent;
}
.container_content_simple {
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	background-color: transparent;
	color: #FFFFFF;
}

#noindent {
	padding: 0 0 0 10;
	margin: 0;
}
#noindent li {
	list-style-type: square;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: small;
}
