/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: transparent;
	padding:4px;
}
.containermaster_box {
	width: 100%;
	background-color: transparent;
	padding:11px;
}
.content {
	padding-top:8px; 
	padding-right:3px;
	padding-left:3px;
	padding-bottom:8px;
}

/* Titles */
.title {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:27px;
	padding-left:3px;
}
#blue .title {
	color:#3399CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
}
#t_grey .title {
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
}

/* title box */
table.box {
	background-image:url(bottom_left_g.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
	padding-bottom:3px;
}
td.box {
	background-image:url(bottom_right_g.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}
td.boxw {
	padding-bottom:3px;
}
.bottomw {
	border-bottom:1px dotted #CCCCCC;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:6px;
	padding-top:2px;
}
/* FX Box */
#fx .titlebox_blue {
	background-image:url(fx_blue_back.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
#fx .titlebox_blue_left  {
	background-image:url(fx_blue_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
}
#fx .titlebox_blue_right  {
	background-image:url(fx_blue_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}

#fx .bottom {
	background-image:url(fx_bottom.gif);
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	background-position:bottom;
}
#fx .bottom_left {
	background-image:url(fx_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
#fx .bottom_right {
	background-image:url(fx_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
	height:50px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:6px;
	padding-top:2px;
}

/* Flat Box */

#flat .titlebox_blue  {
	background-image:url(flat_blue_back.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
#flat .titlebox_blue_left  {
	background-image:url(flat_blue_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
}
#flat .titlebox_blue_right  {
	background-image:url(flat_blue_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
#flat .bottom {
	background-color:#EEEEEE;
}
#flat .bottom_left {
	background-image:url(bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
#flat .bottom_right {
	background-image:url(bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:6px;
	padding-top:2px;
}
#blue .mark {
	background-image:url(blue/mark.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:23px;
	height:23px;
	padding-left:10px;
}
