/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_transparent {
	width: 100%; height:100%;
	background-color: transparent;
}

/* IFrame */
div.general { width:210px; clear:both;}
div.general div.h { background:#f5f5f5 url(images/quickheader.jpg);background-position:left top; background-repeat:no-repeat; width:210px;}
div.general div.h div.hc {background:#f5f5f5 url(images/quickheader.jpg);background-repeat:no-repeat; padding:10px 15px 5px 10px; }
div.general div.h div.hc span { 
     color:#820000;
     font-size:14px;
     font-family:Tahoma, Helvetica, sans-serif;
     font-weight:bold;
}
div.general div.c {background:#f5f5f5 url(images/quickbody.jpg);background-position:left top; background-repeat:repeat-y; width:210px;}
div.general div.c div.cc {background:#f5f5f5 url(images/quickbody.jpg); padding-left:5px; }
div.general div.c div.cc a{ color:#CCCCCC; line-height:18px; font-family:Arial, Helvetica, sans-serif; font-size:13px;}

div.general div.f {background:#f5f5f5 url(images/quickfooter.jpg) left top no-repeat; width:210px; }
div.general div.f div.fc {background:#f5f5f5 url(images/quickfooter.jpg) left bottom no-repeat; height:6px;}

/*quick Search*/
/*div.quick_search { width:210px; clear:both;}
div.quick_search div.h { background:#f5f5f5 url(images/quickheader.jpg);background-position:left top; background-repeat:no-repeat; width:210px;}
div.quick_search div.h div.hc {background:#f5f5f5 url(images/quickheader.jpg);background-repeat:no-repeat; padding:10px 15px 5px 10px;}
div.quick_search div.h div.hc span { 
     color:#820000;
     font-size:14px; font-weight:bold;
     font-family:Tahoma, Helvetica, sans-serif;
}
div.quick_search div.c {background:#f5f5f5 url(images/quickbody.jpg);background-position:left top; background-repeat:repeat-y; width:210px;}
div.quick_search div.c div.cc {background:#f5f5f5 url(images/quickbody.jpg); padding-left:5px; }
div.quick_search div.c div.cc a{ color:#CCCCCC; line-height:18px; font-family:Arial, Helvetica, sans-serif; font-size:13px;}

div.quick_search div.f {background:#f5f5f5 url(images/quickfooter.jpg) left top no-repeat; width:210px; }
div.quick_search div.f div.fc {background:#f5f5f5 url(images/quickfooter.jpg) left bottom no-repeat; height:6px;}*/


/* Top Links */

/*.top_nav{ font-size:11px; margin:8px 3px 0px 0px; width:250px;}
.top_nav a{ text-decoration:none; color:#fff; width:82px; height:20px; padding-top:5px; text-align:center; display:block; background:url(images/top_nav.jpg) left top no-repeat;}
.top_nav a:links{ text-decoration:none; color:#fff; width:82px; height:20px; padding-top:5px; text-align:center; display:block; background:url(images/top_nav.jpg) left top no-repeat;}
.top_nav a:active{ text-decoration:none; color:#fff; width:82px; height:20px; padding-top:5px; text-align:center; display:block; background:url(images/top_nav.jpg) left top no-repeat;}
.top_nav a:visited{ text-decoration:none; color:#fff; width:82px; height:20px; padding-top:5px; text-align:center; display:block; background:url(images/top_nav.jpg) left top no-repeat;}
.top_nav a:hover{text-decoration:none; color:#fff; background:url(images/top_nav_h.jpg) left top no-repeat;}*/



