/*common.css */

body {
	padding: 0;
	margin: 0;
/*	background: white;*/
	font-size: 80%;
	color:black;
	}

body, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

br.clear {
	line-height: 0;
	clear: both;
	padding: 0;
	margin: 0;
	}

#container {
	width: 100%;
	min-width: 61em; 
	}

#content {
	width: 100%;
	min-width: 61em; 	
	float: left;	
	background-color: #F5F2DA;
	background-image: url(/edu/virginia/healthsystem/page_template/templates/images/backgroundwhite.jpg);
	background-repeat: repeat-y;
	background-position: 14em;
	}

#wrapper {
	min-width: 61em;
	width:100%;
	float:left;
}

#usercontent {
	float: left;
	margin: 0;
/*	padding: 0.1em 0.4em 1em 0.4em!important;*/
	padding: 1em 0.4em;	
	background-color: #fff;
}
	
	
/* Font-sizing stuff */

font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

	
h1 { font-size:1.9em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.7em; }


/* these specify the classes that editor uses to adjust text size inline */
.wdcfontSize1 {
	font-size:0.8em;
}

.wdcfontSize2 {
	font-size:0.9em;
}

.wdcfontSize3 {
	font-size:1.0em;
}

.wdcfontSize4 {
	font-size:1.1em;
}

.wdcfontSize5 {
	font-size:1.5em;
}

.wdcfontSize6 {
	font-size:1.9em;
}

.wdcfontSize7 {
	font-size:2.3em;
}

/* specific template overrides */
body.appPage div#footernav div p, body.TopDown_appPage div#footernav div p {/*Added to hide modified date on all dynamic data pages*/
	visibility: hidden;
}


body.two-column #usercontent,
body.two-column-health #usercontent, 
body.uhPedsbridge_2col #maincontent,
body.appPage #usercontent, 
body.form_appPage #usercontent,
body.internet_form_appPage #usercontent, 
body.intranet_form_appPage #usercontent, 
body.TopDown_appPage #usercontent,
body.toplevel_appPage #usercontent  {
	width: 45.9em;
}

body.one-column #content, 
body.one-column_appPage #content, 
body.three-column-no-menu #content {
	background-color:white;
	background-image:none;
}

body.one-column #usercontent, 
body.one-column_appPage #usercontent {
	width: 60em;
/*	margin: 0!important;
	padding: 0!important;*/
}

body.three-column-no-menu #usercontent {
	width: 30em;	
	}	
	
body.three-column-health #usercontent,
body.three-column-campaign #usercontent,
body.three-column #usercontent,
body.uhNew_appPage #usercontent {
	width:32.3em;	
	}

body.three-column-campaign #left-image,
body.three-column-campaign #wdc-searchandindex {
	display: none;
}

 .editmodetitle {
    font-size:20px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	
    }
   #usercontent form p.editmodeheading {
    background-color:#cccccc;
    font-weight:bold;
    width:100%;
    }
	table.metaedit textarea.metatext, table.metaedit input.metatext {
	height:20px;
	min-height:40px;
	width:100%;
	}
	.fakelink {
	text-decoration:underline;
	cursor:pointer;
	font-size:.8em;
	color:#0000FF; 
	}
	.footerfakelink {
	text-decoration:underline;
	cursor:pointer;
	}
	
/*common.css */
