/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: transparent;
	padding:6px;
	padding-top:11px;
	padding-bottom:1px;
}
#Left .containermaster {
	width: 100%;
	background-color: transparent;
	padding-left:10px;
	padding-right:12px;
	padding-top:11px;
	padding-bottom:1px;
}
#Right .containermaster {
	width: 100%;
	background-color: transparent;
	padding-left:12px;
	padding-right:10px;
	padding-top:11px;
	padding-bottom:1px;
}
.minwidth {
	width:190px;
}
.content {
	padding-top:8px; 
	padding-right:0px;
	padding-left:0px;
	padding-bottom:8px;
}
.content2 {
	padding-top:8px; 
	padding-right:8px;
	padding-left:8px;
	padding-bottom:8px;
}
.dotted {
	border-bottom:1px dotted #DDDDDD;
}
#Blue .dotted {
	border-bottom:1px solid #0060aa;
}
#Taupe .dotted {
	border-bottom:1px solid #958671;
}
#Cyan .dotted {
	border-bottom:1px solid #7ebad2;
}
#Red .dotted {
	border-bottom:1px solid #d33d2d;
}

.dotted2 {
	border-top:1px dotted #DDDDDD;
	border-bottom:1px dotted #DDDDDD;
}
.pad {
	padding-left:5px;
	padding-right:5px;
}

/* Titles */
.title {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
}
#Blue .title {
	color:#0060aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:27px;
}
#Taupe .title {
	color:#958671;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:27px;
}
#Red .title {
	color:#d33d2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:27px;
}
#Cyan .title {
	color:#7ebad2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:27px;
}
#grey .title {
	color:#888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:27px;
}

#Blue .title2 {
	color:#0060aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
#Taupe .title2 {
	color:#958671;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
#Red .title2 {
	color:#d33d2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
#Cyan .title2 {
	color:#7ebad2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:27px;
}
#grey .title2 {
	color:#888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
/* Main Box */
#mainbox .top {
	background-image:url(main_top_back.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
#mainbox .bottom {
	background-image:url(main_bottom_back.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
#mainbox .left {
	background-image:url(main_sides.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	background-position:left;
}
#mainbox .top_left {
	background-image:url(main_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:10px;
	padding-top:5px;
	height:35px;
}
#mainbox .bottom_left {
	background-image:url(main_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
#mainbox .right {
	background-image:url(main_sides.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:right;
}
#mainbox .top_right {
	background-image:url(main_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
#mainbox .bottom_right {
	background-image:url(main_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}

/* Grey Lined Box */
#glinebox .top {
	background-image:url(gline_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
#glinebox .bottom {
	background-image:url(gline_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
#glinebox .left {
	background-image:url(gline_sides.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	background-position:left;
}
#glinebox .top_left {
	background-image:url(gline_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:3px;
	height:35px;
}
#glinebox .top_left2 {
	background-image:url(gline_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:10px;
	padding-top:5px;
	height:35px;
}
#glinebox .bottom_left {
	background-image:url(gline_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
#glinebox .right {
	background-image:url(gline_sides.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:right;
}
#glinebox .top_right {
	background-image:url(gline_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
#glinebox .bottom_right {
	background-image:url(gline_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}

/* Grey Glass Title Box */
#gglass .titlebox  {
	background-image:url(grey_glass_back.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
	height:25px;
}
#gglass .titlebox_left  {
	background-image:url(grey_glass_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	width:9px;
	height:25px;
}
#gglass .titlebox_right  {
	background-image:url(grey_glass_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
	width:9px;
	height:25px;
}

/* Blue Lined Box */
#Bluelinebox .top {
	background-image:url(Blue/line_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
#Bluelinebox .bottom {
	background-image:url(Blue/line_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
#Bluelinebox .left {
	background-image:url(Blue/line_sides.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	background-position:left;
}
#Bluelinebox .top_left {
	background-image:url(Blue/line_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:3px;
	height:35px;
}
#Bluelinebox .top_left2 {
	background-image:url(Blue/line_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:10px;
	padding-top:5px;
	height:35px;
}
#Bluelinebox .bottom_left {
	background-image:url(Blue/line_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
#Bluelinebox .right {
	background-image:url(Blue/line_sides.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:right;
}
#Bluelinebox .top_right {
	background-image:url(Blue/line_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
#Bluelinebox .bottom_right {
	background-image:url(Blue/line_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}

/* Blue Glass Title Box */
#Blueglass .titlebox  {
	background-image:url(Blue/glass_back.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
	height:25px;
}
#Blueglass .titlebox_left  {
	background-image:url(Blue/glass_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	width:9px;
	height:25px;
}
#Blueglass .titlebox_right  {
	background-image:url(Blue/glass_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
	width:9px;
	height:25px;
}

/* Taupe Lined Box */
#Taupelinebox .top {
	background-image:url(Taupe/line_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
#Taupelinebox .bottom {
	background-image:url(Taupe/line_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
#Taupelinebox .left {
	background-image:url(Taupe/line_sides.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	background-position:left;
}
#Taupelinebox .top_left {
	background-image:url(Taupe/line_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:3px;
	height:35px;
}
#Taupelinebox .top_left2 {
	background-image:url(Taupe/line_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:10px;
	padding-top:5px;
	height:35px;
}
#Taupelinebox .bottom_left {
	background-image:url(Taupe/line_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
#Taupelinebox .right {
	background-image:url(Taupe/line_sides.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:right;
}
#Taupelinebox .top_right {
	background-image:url(Taupe/line_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
#Taupelinebox .bottom_right {
	background-image:url(Taupe/line_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}

/* Taupe Glass Title Box */
#Taupeglass .titlebox  {
	background-image:url(Taupe/glass_back.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
	height:25px;
}
#Taupeglass .titlebox_left  {
	background-image:url(Taupe/glass_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	width:9px;
	height:25px;
}
#Taupeglass .titlebox_right  {
	background-image:url(Taupe/glass_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
	width:9px;
	height:25px;
}

/* Red Lined Box */
#Redlinebox .top {
	background-image:url(Red/line_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
#Redlinebox .bottom {
	background-image:url(Red/line_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
#Redlinebox .left {
	background-image:url(Red/line_sides.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	background-position:left;
}
#Redlinebox .top_left {
	background-image:url(Red/line_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:3px;
	height:35px;
}
#Redlinebox .top_left2 {
	background-image:url(Red/line_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:10px;
	padding-top:5px;
	height:35px;
}
#Redlinebox .bottom_left {
	background-image:url(Red/line_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
#Redlinebox .right {
	background-image:url(Red/line_sides.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:right;
}
#Redlinebox .top_right {
	background-image:url(Red/line_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
#Redlinebox .bottom_right {
	background-image:url(Red/line_bottom_right.gif);

	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}

/* Red Glass Title Box */
#Redglass .titlebox  {
	background-image:url(Red/glass_back.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
	height:25px;
}
#Redglass .titlebox_left  {
	background-image:url(Red/glass_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	width:9px;
	height:25px;
}
#Redglass .titlebox_right  {
	background-image:url(Red/glass_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
	width:9px;
	height:25px;
}

/* Cyan Lined Box */
#Cyanlinebox .top {
	background-image:url(Cyan/line_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
#Cyanlinebox .bottom {
	background-image:url(Cyan/line_sides.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
#Cyanlinebox .left {
	background-image:url(Cyan/line_sides.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	background-position:left;
}
#Cyanlinebox .top_left {
	background-image:url(Cyan/line_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:3px;
	height:35px;
}
#Cyanlinebox .top_left2 {
	background-image:url(Cyan/line_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:10px;
	padding-top:5px;
	height:35px;
}
#Cyanlinebox .bottom_left {
	background-image:url(Cyan/line_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
#Cyanlinebox .right {
	background-image:url(Cyan/line_sides.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:right;
}
#Cyanlinebox .top_right {
	background-image:url(Cyan/line_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
#Cyanlinebox .bottom_right {
	background-image:url(Cyan/line_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}

/* Cyan Glass Title Box */
#Cyanglass .titlebox  {
	background-image:url(Cyan/glass_back.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
	height:25px;
}
#Cyanglass .titlebox_left  {
	background-image:url(Cyan/glass_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	width:9px;
	height:25px;
}
#Cyanglass .titlebox_right  {
	background-image:url(Cyan/glass_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
	width:9px;
	height:25px;
}

