/*========================================================*/
/*         CSS for Torxweb Design and Host supplied Skin  */
/*========================================================*/

/* UDT Table Styling */
.UDT_Table_Item td, .UDT_Table_AlternateItem td {padding-right: 20px;}

#Table_2 {min-height:400px;}

.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
text-align:center;
}

/* ----------- stylized ----------- */
#stylized{
/* border:solid 2px #b7ddf2;
background:#ebf4fb; */
}
#stylized h1 {
font-size:14px;
font-weight:bold;
color:#484848;
margin-bottom:20px;
border-bottom:solid 1px #0C4D8F;
padding-bottom:10px;
}
#stylized p{
font-size:11px;
color:#484848;
margin-bottom:10px;
padding-bottom:10px;
}
#stylized p span{
visibility:hidden;
}
#stylized label, #stylized .SubHead{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
margin-top:6px;
}
#stylized .small{
color:#484848;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:1px 4px 2px 4px;
border:solid 1px #0C4D8F;
width:200px;
margin:2px 0 10px 10px;
}
#stylized button, #stylized .button{
clear:both;
float:none;
margin: 10px 0px 0px 0px;
width:175px;
height:35px;
background:#0C4D8F url(img/button.png) no-repeat;
text-align:center;
line-height:35px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
padding: 0px 2px 0px 2px;
vertical-align:middle;
cursor: pointer;
}


/* FCKEditor Skin Parameters */
#fckbody 
{
    background-color: #f2f0e4;
    background-image: none;
    text-align: left;
}
.FCKImageGalleryContainer, .FCKImageGalleryListStyle,
.FCKLinkGalleryContainer,
#fckinstanceoptions_tblEditorOptions td
{
    background-color: #f2f0e4;
    background-image: none;
}

/* SC is for the menu colors in the FCKEditor */
.SC_Panel
{
    background-color: #f2f0e4;
    background-image: none;
}
.SC_Item 
{
    width: 200px;
    padding: 5px;
}

/* Body Skin Parameter */
body{ background-image: url(images/cville-bg.png); text-align:center; background-color: #7e735b; background-repeat: repeat-x;  padding-top: 7px; padding-bottom: 15px;}

/* ********** Setting Text Throughout the skin ************** */
TH,TD,DIV,P{ font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-size:12px; color:#484848; }
A,A:link,A:visited,A:active{ color:#484848; text-decoration:underline; }
A:hover{ color:#0c4d8f; text-decoration:underline; }

/*-- most of the text on site          --*/
.normal,.Normal{ font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-size:12px; color:#484848; }
/*-- most of the bold text on site     --*/
.NormalBold { font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-size: 12px; font-weight: bold; color: #484848; }
.NormalBlue { font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-size: 12px; color:#0C4D8F;}
.BoldBlue {font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-size: 12px; color:#0C4D8F; font-weight:bold}
/*-- red text on site for errors       --*/
.NormalRed, .Red { color: #C50000; font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-weight: bold; font-size: 12px; }
.NormalRed,.RedBold { color: #C50000; font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-weight: bold; font-size: 12px; }
.LargeText { font-size: 14px; }
.LargerText { font-size: 16px; }
.u { text-decoration: underline;}
.i { font-style: italic; }
/*-- headings - mostly in admin        --*/
.Head{ font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-size:12px; font-weight:bold; color:#484848; }
/*-- subheadings - mostly in admin     --*/
.SubHead{ font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-size:12px; color:#484848; }
/*-- subheadings - mostly in admin     --*/
.SubSubHead{ font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-size:11px; color:#484848; }


/* ********** Control Panel Style ************** */
.controlpanel{ background:#f2f0e4; width: 980px; margin-left: auto; margin-right: auto; }
.controlpanel IMG{ margin:15px 5px 0px; }
.controlpanel TD TD TD TD IMG{ margin:0px; }
.controlpanel TD TD TD{ width:auto; }
.controlpanel DIV{ border:#CCC solid; border-width:0px 1px; height:100px; }
.controlpanel TD.SubHead{ background:#CCC; font-size:12px; color:#000; font-weight:bold; }
.controlpanel TD TD TD .SubHead{ background:transparent; border:0px; font-size:11px; color:#333; font-weight:normal; }
.controlpanel TD TD TD input{ background:#EFEFEF; font-size:11px; color:#000; font-weight:bold; padding-left:4px; }
.controlpanel TD TD TD select{ background:#EFEFEF; font-size:11px; color:#333;}
.controlpanel A.CommandButton{ font-size:10px; text-decoration:none;}
.controlpanel A.CommandButton:link{ color:#000; }
.controlpanel A.CommandButton:visited{ color:#000; }
.controlpanel A.CommandButton:active{ color:#000; }
.controlpanel A.CommandButton:hover{ color:#FF9900; text-decoration:underline;}
 
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-size:11px; color:#0c4d8f; text-decoration:none; font-weight:normal; }
A.CommandButton:hover{ color:#7e735b; text-decoration:none; font-size:11px; font-weight:normal; }

/*-------ControlPanel changes ---------------*/
.ControlPanel{width:980px; border:none;padding-bottom:10px;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:hover, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{
font-size:11px;}
.ControlPanel a[disabled="disabled"]{color:#888 !important;text-decoration:none !important;}


/* ********** Search Style ************** */
#SearchContainer input{MARGIN: 0px 0px 0px 0px; BORDER: 1px solid #000033; font-size:9px; color:#000033; BACKGROUND:#d9d7c5;  WIDTH: 100px;  HEIGHT: 15px;}
.search,a.search:link,a.search:active,a.search:visited,.search{ color:#396185; text-decoration:none; font-weight:bold; font-size:10px;}
a.search:hover{ color:#0c4d8f; text-decoration:none; font-weight:bold; font-size:10px;}
#dnn_dnnSEARCH_txtSearch{	padding-left: 6px;	width: 132px;	Font-size: 12px;	color:#484848;	HEIGHT:17px;	border: 0px dotted #b7b8b4;	background-color: transparent;}


/* ********** Login Button Style ************** */
.StandardButton {color: #FFFFFF; font-family: Verdana, Lucida Sans, Lucida Grande, Arial; font-size: 12px; font-weight: normal; background-color: #0c4d8f; HEIGHT:25px; padding: 0px 12px 0px 12px; width: 99%;}


/* ********** Pane Padding ************** */
.TopBannerPane{ padding:0px 0px 0px 0px;}
.BannerPane{ padding:0px 0px 4px 0px;}
.MediaPane{ padding:0px 0px 0px 0px;}
.UpperPane{ padding:10px 8px 3px 8px;}
.LeftNav{ padding:10px 8px 0px 8px;}
.LeftNav2{ padding:8px 8px 8px 8px;}
.TopPane{ padding:4px 0px 4px 0px;}
.TopLeftPane{ padding:3px 3px 3px 0px;}
.TopRightPane{	padding:3px 0px 3px 3px;}
.LeftPane{	padding:3px 8px 3px 8px;}
.ContentPane{ padding:2px 6px 3px 6px;}
.RightPane{	padding:3px 8px 3px 8px;}
.MidLeftPane{ padding:3px 3px 3px 0px; width:100%;}
.MiddlePane{ padding:3px 3px 3px 3px; width:100%;}
.MidRightPane{ padding:3px 0px 3px 3px;	width:100%;}
.BottomColumn1{	padding:3px 3px 3px 0px;}
.BottomColumn2{ padding:3px 3px 3px 3px;}
.BottomColumn3{ padding:3px 3px 3px 3px;}
.BottomColumn4{	padding:3px 0px 3px 3px;}
.BottomPane{ padding:4px 0px 4px 0px;}
.LowerPane{ padding:4px 0px 8px 0px;}


/* ********** Login Style ************** */
.login,a.login:link,a.login:active,a.login:visited,.login{	color:#484848;	text-decoration:none;	font-weight:normal;	font-size:10px;	font-family: Arial,Verdana, Lucida Sans, Lucida Grande, Arial;	background-image: url(images/login.gif);	background-repeat: no-repeat;	background-position: left bottom;	height:9px; padding: 0px 0px 0 0px; margin: 0 0px 0 0px;}
a.login:hover{	color:#0c4d8f;	text-decoration:none;	font-weight:normal;	font-size:10px;	font-family: Arial,Verdana, Lucida Sans, Lucida Grande, Arial; background-image: url(images/login.gif);	background-repeat: no-repeat;	background-position: left bottom;	height:10px; padding: 0px 0px 0 0px; margin: 0 0px 0 0px;}

/* ********** User Style ************** */
.user,a.user:link,a.user:active,a.user:visited,.user{	color:#484848;	text-decoration:none;	font-weight:normal;	font-size:10px;	font-family: Arial,Verdana, Lucida Sans, Lucida Grande, Arial;	background-image: url(images/login.gif);	background-repeat: no-repeat;	background-position: left bottom;	height:9px; padding: 0px 0px 0 0px; margin: 0 0px 0 0px;}
a.user:hover{	color:#0c4d8f;	text-decoration:none;	font-weight:normal;	font-size:10px;	font-family: Arial,Verdana, Lucida Sans, Lucida Grande, Arial; background-image: url(images/login.gif);	background-repeat: no-repeat;	background-position: left bottom;	height:10px; padding: 0px 0px 0 0px; margin: 0 0px 0 0px;}
	
/* ********** Date Style ************** */
.date,a.date:link,a.date:active,a.date:visited{	color:#484848;	text-decoration:none;	font-weight:normal;	font-size:10px;	font-family: Arial,Verdana, Lucida Sans, Lucida Grande, Arial; padding: 4px 0px 0 0px;}
a.date:hover{	color:#0c4d8f;}

/* ********** Breadcrumb Style ************** */
.breadcrumb,a.breadcrumb:link,a.breadcrumb:active,a.breadcrumb:visited{ text-align: left; padding-left: 10px; font-size:11px; color:#484848; text-decoration:none; font-weight:normal; font-family: Verdana, Lucida Sans, Lucida Grande, Arial;}
a.breadcrumb:hover{ text-align: left; padding-left: 10px; font-size:11px; color:#0c4d8f; text-decoration:underline; font-weight:normal; font-family: Verdana, Lucida Sans, Lucida Grande, Arial;}

/* ********** Footer Style ************** */
.footer,a.footer:link,a.footer:active,a.footer:visited{	font-size:11px; color:#484848; text-decoration:none; border-bottom:1px dotted; font-weight:Normal;}
a.footer:hover{	color:#0c4d8f; text-decoration:underline; font-weight:Normal;}

/* ********** Copyright Style ************** */
.copyright,a.copyright:link,a.copyright:active,a.copyright:visited{	font-size:11px; color:#484848; text-decoration:none; border-bottom:0px dotted; font-weight:Normal;}
a.copyright:hover{color:#0c4d8f; text-decoration:none; font-weight:Normal;}

/* ********** Privacy/Terms Style ************** */
.terms,a.terms:link,a.terms:active,a.terms:visited{	font-size:11px; color:#484848; text-decoration:none; font-weight:Normal; border-bottom:1px dotted;}
a.terms:hover{	color:#0c4d8f; text-decoration:none; font-weight:Normal; border-bottom:0px dotted;}

/* ********** Links Style ************** */
.links,a.links:link,a.links:active,a.links:visited{	font-size:11px; color:#FFFFFF; text-decoration:none; font-weight:normal; font-family: Verdana, Lucida Sans, Lucida Grande, Arial;}	
a.links:hover{	color:#e4e4e4; text-decoration:underline; font-weight:normal;}

/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(images/icons/stop.gif);
}

blockquote.go {
  background-image: url(images/icons/go.gif);
}

/**************************************************************
   Un-ordered and Ordered list and included icons
 **************************************************************/
 
ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {
  list-style-type: disc;
}

/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

/* adjusted for Normal class in DNN */
.Normal a img {  
  /*border: 2px solid #8BE6FA;*/
}

.Normal a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  /*border: 2px solid #FFF !important;
  border: 2px solid #8BE6FA;*/
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

/* CSS Class Controller Styles for EVENT UDT (TABLE FOR AGENDAS) */
.event_table {
	background-color: #f2f0e4;
	border: 1px solid #484848 !important;
	border-collapse:separate;
	empty-cells: show;
	color: #484848;
	width: 100%;
}

.event_header {
	background-color: #0C4D8F;
}

.event_table th {
	color: #fff;
	text-align: left;
	border: 0 none;
	padding: 4px;
}

.header_col1 {
	width: 400px;
}

.header_col2 {
	width: 200px;
}

.header_col3 {
	width: 125px;

}

.event_table td {
	border-color: #484848;
	border-style: solid;
	border-width: 1px 0 0;
	padding: 4px;
	height: 1em;
}

.event_table td a {
	text-decoration: none;
}

.first_col {
	width: 400px;
}
.second_col {
	width: 200px;
}

.third_col {
	width: 125px;
}

