body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 13px;
}

h3 
{
	font-weight:normal;
}

p
{
	/*p is only used in content (news items)*/
	margin-top:0;
}

table, thead, tbody, tr, td, th 
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
}

th 
{
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: silver;
}

a 
{
	text-decoration: none;
	color:blue;
}

a:visited
{
	color:blue;
}

textarea 
{ 
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
}

#head-container
{
	width: 960px;
	height: 80px;
	/*background: #CCCC99;*/
	background-color: #ccc;
}

#header
{
	background-color: #ccc;
}

#header h1 { margin: 0; }

#header-left
{
	width: 180px;
	padding: 0px;
	margin: -2px 0px 0px -3px;
	float: left;
}

#header-center
{
	width: 600px;
	padding: 0px;
	margin: -2px 0px 0px 0px;
	float: left;
}

#header-right
{
	padding: 8px;
	vertical-align: middle;
	text-align: right;
}

/*
#breadcrumbs-left
{
	width: 180px;
	padding: 0px;
	margin: -2px 0px 0px -2px;
	float: left;
}

#breadcrumbs-center
{
	width: 600px;
	float: left;
}

#breadcrumbs-right
{
	padding: 8px;
	vertical-align: middle;
	text-align: right;
}
*/

#whole-page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;

}

#modal-body
{
	margin: 0;
	padding: 0;
	background-color: whitesmoke;
}

#modal-page
{
	height: 100%;
	margin: 0;
	padding: 10px 10px 5px 10px;
}

#content-container
{
	width: 100%;
	height: 520px;
	background-color: whitesmoke;
	text-align:left;
}

#modal-container
{
	width: 100%;
	/*height: 100%;*/
	text-align:left;
}

#left-panel
{
	/*clear: left;*/
	float: left;
	width: 180px;
	height: 100%;
	background: #fff url(../img/gray-background.gif) repeat-y 100% 0;
	display: inline;
}

#left-panel h3 
{ 
	margin: 0;
}

#left-panel-inner
{
	padding: 8px 8px 10px 8px;

}

#content-outer
{
	float: left;
	/*display: inline;*/
	width: 780px;
	height: 100%;
	text-align: center;
	overflow: auto;

}

#modal-outer
{
	float: left;
	/*display: inline;*/
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: auto;

}


#breadcrumbs
{
	width: 780px;
	height: 21px;
	text-align: left;
	vertical-align: middle;
	background-color: #E0E0E0;
	padding-left:8px;
}

#content-outer h2 
{ 
	margin: 0; 
}

#content-inner
{
	position:relative;
	width: 750px;
	margin: 10px 10px 1px 10px;
	text-align: left;
}

#modal-inner
{
	position:relative;
	width: 100%;
	margin: 0px 5px 0px 0px;
	text-align: left;
	
}

#footer
{
	clear: both;
	width: 960px;
	height: 18px;
	background: #ccc;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;

}

.req
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: red;
	padding-right: 3px;
}

.defaultText
{
	color: darkgray;
}
.inValid
{
	/*background-color: #FFFACD;
	border: 1px solid red;*/
	background-color: #FFE2E6;
}

#msgDiv
{
	width: 100%;
	text-align: right;
	color: green;
	padding-right:3px;
}


.detailLabel
{
	width:150px;
	background-color: whitesmoke;
	border-style: none;
	border-width: 1px;
	border-color: silver;
	text-align: right;
	vertical-align: top;
	padding-right:6px;
	padding-top:3px;
}
.detailTD
{
	border-style: none;
	border-width: 1px;
	border-color: silver;
	background-color: whitesmoke;

}

.detailEdit
{
	width:200px;
	padding-left:3px;
	margin-left:3px;
	padding-right:3px;
}

.detailView
{
	padding-left:5px;
	padding-right:3px;
}

.detailSelect
{
	width:200px;
	padding-left:3px;
	margin-left:3px;
}

.verticalTD
{
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	/*border: solid 1px silver;*/
}

.wrappingTD
{
	text-align: left;
	vertical-align: top;
	white-space: break-word;
	/*border: solid 1px silver;*/
}

.formError
{
	color: #ff0000;
	text-align: right;
}

.freeText
{
	padding: 5px;
}
.disabledBackground
{
	background-color: transparent;
}

.disabledText
{
	color: #CCC;
}
.disabledText A {
	color: #CCC;
}
.disabledText  A:visited {
    color: #CCC;
}   
.disabledText A:hover {
    color: #CCC;
}

@font-face 
{
	font-family: Verdana Zero;
	src: url(../js/fonts/Verdana_Zero_v1.ttf);
}

.callSign 
{
	font-family: Verdana Zero, Verdana, Geneva, Arial, sans-serif;
	text-transform:uppercase;
}

.information
{
	padding-top: 10px;
}

.article {
	height: 460px;
}

.photo {
  height: 500px;
  position: relative;
  display: block;
}

.vcr {
  height: 25px;
  padding-top:5px;
  text-align:left;
  position: absolute;
  clear: both;
  bottom: 0px;
  display: block;
  /*
  width: 100%;
  background-color: #ffcc66;*/
  
}
