/*  Styles for Dewey Skin  */

	
@import url("navmenu.css");
@import url("layout.css");

body {
	background-image:none;
	background-color:: #fff;
	font-size: 1em;
}

h1,h2,h3,h4,p {
color:#606042;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:normal;
}

h1 {font-size: 200%;
    line-height:1.1;}

h2 {font-size: 140%; line-height: 1.1;}
	
h3 {font-size: 130%;}

h4 {font-size: 115%;}

h5 {font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;}

h6 { font-family: Arial, Helvetica, sans-serif; 
	font-weight: bolder; 
	font-size: 90%; }	

p { font-family:Georgia,"Times New Roman",Times,serif;
	padding-top:0;
	color:#606042;
	font-size:110%;
	line-height: 1.2;	
}

.p1 {
	color:#606042;
	font-size:110%;
	line-height: 1.1;	
	padding-top:0;
}

.P2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#606042;
	font-size:110%;
	line-height: 2.0;	
	padding-top:0;
}

.px {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 110%;
	line-height: 1.6;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top:0;
}

.emphasis {font-family: arial; font-size: 80%;line-height: 1}

.Normal, .NormalDisabled{
    font: normal normal 90% Verdana, Arial, Helvetica, sans-serif;}

a {	color: #330000;}

.title {
	font-size: 120%;
	line-height: 30px;
  	background-color: #990000; color: #FFFF66;}

.subtitle {
	font-size: 115%;
	line-height: 20px;
	font-weight: bold;
  	color: #660000; font-style: oblique;}

.header {
	font-size: 130%;
	background-color: #990000;
  	color: #FFFF66;}

a:link {
	color: #003399;
	text-decoration:none;}
	
a:hover {color: #ff3333; text-decoration:underline;}

.legal {font-size: 100%; color: #333333;}

/* override default DNN Styles */

.standardbutton {}

.head {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentpane {
	padding: .5em; 
	background-color: #FFFFFF; 
	border: 0px solid #606042;
}

.admincontent {	padding: 10px; 
	background-color: #ffffff; 
	border: 1px solid #606042;
}

/* banner in toppane */
.pbanner {margin: 0; padding: 40px -0 -0px 220px;}

/* DNN Skin Oblects Styles */

.bottomlinks a:hover { text-decoration:underline;}

/* style for login link */
.UserStyle {font-size: 80%; color: #606042; }

/* classes */
.whitebg {background-color:#fff;}

.yellowbg {background-color: #D8D89D; }

.fullbar {
	clear:both; 
	width: 100%;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/*  Utility */

.fullwidth {
	width: 100%; 
	margin-left: 0;
	margin-right: 0;
}

.inside {padding: .5em;}

/* misc positionig and layout styles */
.floatleft {float: left}
.floatright {float:right}
.clearfloats {clear:both;}
.spacer {height: 1px;clear: both;}

.ControlPanel, .PagingTable, #controplanel
{	clear:both;
	width: 100%;
	margin-top: 25px;
	background-color: #FFFFFF;
	border: #003366 1px solid;}

/* Event Listings */
.listing {clear:both; padding: 1em 2.5em 1em 0}
.imageleft {float: left; margin: 0 1.5em 1em 0;}

.imageright { float: right; margin: 0 0 5px 10px;}

/* decorative */

.MBrownBox {border: 2px solid #7c7c56}

.pfix {margin-top: -15px;}

/* style for pager in  Repository Modules*/
.pager {width: 150px; float: right; text-align:center; font: bold 70% Arial, Helvetica, sans-serif; color: #0000FF; padding: 5px; border: 1px solid #00F;}
.rp_title  {float: left; padding-bottom: 10px;}
.rp_right {float: right; margin-top: 20px; margin-right: 10px;}
.rp_download {width: 150px; float:left; margin: 20px 0 -25px 0;border: 1px solid black; text-align: center; padding: 5px;}
.rp_summary {clear: both;}
.rp_desc {clear: both;}
.rp_token {float: left; margin-left: 8px; }
.topdiv {background-color: #66FFFF; border: 1px solid blue; padding: 10px 5px; margin: 10px 0 }
.rp_tbox {background-color: #C8FF91; border-bottom: 3px solid orange;}
.test { color:#00FFFF}
