/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	/*background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
	*/
}
.skinheader {
}
.skingradient {
	/*background-image: url(gradient_DkBlue.jpg); */
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.middlepane {
	width: 160px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 130px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.adpane {
	width: 140px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	/*color: #000000; */
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/* new and derived styles */
.border-top {
	border-top: 1px dashed #4272A1;
}

/* styles from MobileMonday.net */
/*Embedded Styles from http://www.mobilemonday.net/mm/ */

/*@import "/mm/inc/screen.css";*/

#billboard {
    height: 80px;
    margin-bottom: 15px;
    padding: 5px;
    border: 5px solid #f1f9fb;
    background-color: #f1f9fb;
}

#billboard h1 {
    margin: 0;
    padding: 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-weight: normal;
}

#billboard h2 {
    margin: 0;
    padding: 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

#billboard h1 a,
#billboard h2 a {
    color: #000;
    text-decoration: none;
}

#billboard p {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
}

#speakers {
    float: right;
    width: 280px;
    text-align: right;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 10px;
    font-style: italic;
}

#speakers img {
    padding-left: 5px;
}


/*http://www.mobilemonday.net/mm/inc/simple.css */

#Body {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 10px;
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
}

h1, h2, h3 {
    font-family: Georgia, Times, "Times New Roman", serif;
}

div {
    font-family: Verdana, Helvetica, sans-serif;
}

.sctHd {
    margin: 0px 0px 3px 0px;
    padding: 0;
    font-weight: bold;
    color: #4272A1;
    text-transform: uppercase;
}

.tnBl {
    font-style: italic;
    color: #4272A1;
}

.tn {
    font-size: small;
}

/*http://www.mobilemonday.net/mm/inc/screen.css*/

body {
    margin-top: 0px;
    margin-left: 0px;
    background-color: #FFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

p {
    /* 10px == x-small */
    font-size: 12px;
    margin-top: 0.85em;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 140%;
}

p.noBotMgn {
    margin-bottom: 0;
    padding-bottom: 0;
}

p.cLink {
    margin-top: 2px;
    padding-top: 0;
    line-height: 1.5em;
}

#stBody p {
    line-height: 1.5em;
}

a {
    color: #003366;
}

a:visited {
    color: #4272A1;
}

form {
    margin: 0px;
}

input, select {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
    /* border: 1px solid red; */
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 22px;
    font-weight: bold;
}

h2 {
    /* border: 1px solid red; */
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-weight: bold;
}

h3 {
    /* border: 1px solid red; */
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: Georgia, Times, "Times New Roman", serif;
    /* medium == 16px */
    font-size: 16px;
    font-weight: bold;
}

h4 {
    margin-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
    font-weight: bold;
}

a.hdln {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}

a.hdln:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #CCCCCC;
}

a.hdln:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #4272A1;
}

ul.sq {
    /* border: 1px solid red; */
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 15px;
    list-style: square;
    list-style-position: outside;
    list-style-image:url(../img/bullet_square.gif);
    font-size: 12px;
}

li {
    padding-bottom: 5px;
    padding-left: 10px;
}

ul.sq li#hi {
    list-style-position: outside;
    list-style-image:url(../img/bullet_square_hi.gif);
    padding-bottom: 5px;
    font-weight: bold;
}

ul.no {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-size: 12px;
}

.no li {
    list-style-type: none;
}

#nNavFoot ul {
	display: inline;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    list-style: square;
    list-style-position: outside;
    list-style-image:url(../img/bullet_square.gif);
    font-size: 12px;
} 

#nNavFoot li {
	padding-right: 8px;
	display: inline;
    list-style: none;
}

#nNav ul {
    /* border: 1px solid red; */
    display: inline;
    margin: 0px;
    padding: 0px;
}

#nNav li {
    /* border: 1px solid red; */
    display: inline;
    list-style: none;
    padding: 1px 3px 3px 6px;
    border-left: 1px dashed #000;
    font-size: 12px;
}

#nNav li.first {
    /* border: 1px solid red; */
    display: inline;
    list-style: none;
    padding: 1px 3px 3px 3px;
    border-left: 0;
}

#nNav li#hi {
    display: inline;
    list-style: none;
    font-weight: bold;
}

hr.dashed {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    border: 0;
    border-top: 1px dashed #4272A1;
}

div.spacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}

#top {
    position: relative;
    margin: 10px 10px 0px 5px;
    width: 700px;
}

#tBanner {
	position: relative;
	width: 468px;
	float: right;
}

#tNavBox {
    position: relative;
    margin: 2px 10px 0px 5px;
    width: 700px;
}

#tNav {
    position: relative;
    float: left;
    width: 360px;
    padding: 2px 5px 5px 10px;
    font-weight: bold;
    /* small == 13px */
    font-size: 13px;
}

#tSearch {
    position: relative;
    float: left;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    font-size: 9px;
}

#tRule {
    /* border: 1px solid red; */
    position: relative;
    height: 3px;
    margin-left: 5px;
    margin-bottom: 0;
    padding: 0;
    width: 700px;
    border-top: 1px dashed #4272A1;
}

#nBox {
    /* border: 1px solid red; */
    position: relative;
    float: left;
    margin: 0px 5px 5px 5px;
    width: 360px;
}

#nNav {
    /* border: 1px solid red; */
}

#tSt1 {
    /* border: 1px solid red; */
    position: relative;
    margin: 0px 0px 0px 0px;
}

#tSt1 .kicker {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
    /* font-style: normal; */
    font-weight: normal;
}

#tSt2and3box {
    /* border: 1px solid red; */
    width: 360px;
    position: relative;
    margin: 0px 0px 0px 0px;
}

#tSt2and3box .kicker {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 11px;
    /* font-style: normal; */
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h2 .kicker, h3 .kicker, h4 .kicker {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 11px;
    /* font-style: normal; */
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#tSt2 {
    /* position: absolute; */
    float: left;
    width: 175px;
    margin-right: 7px;
    margin-bottom: 0px;
}

#tSt3 {
    position: relative;
    /* float: right; */
    /* position: fixed; */
    /* left: 175px; */
    width: 175px;
    margin-bottom: 0px;
}

.tStHrz {
    position: relative;
    width: 360px;
    margin-bottom: 8px;
    clear: both;
}

#tSt1 p, #tSt2 p, #tSt3 p, #tSt2and3box p {
    /* border: 1px solid red; */
    /* margin-top: 8px; */
    font-size: 10px;
}

#hdlnLs {
    /* border: 1px solid red; */
    width: 360px;
    margin-top: 5px;
    padding-top: 4px;
    clear: both;
    border-top: 1px dashed #4272A1;
}

#eBox {
    /* border: 1px solid red; */
    position: relative;
    float: left;
    width: 175px;
    margin: 0px 7px 5px 5px;
    /* padding: 3px 3px 3px 8px; */
    /* border-left: 1px dashed #4272A1; */
}

#nextMondayBox {
    margin-bottom: 8px;
}

#otherMondaysBox {
    margin-top: 5px;
    padding-top: 4px;
    /* border-top: 1px dashed #4272A1; */
}

#lBox {
    /* border: 1px solid red; */
    position: relative;
    float: left;
    width: 130px;
    margin: 0px 5px 8px 0px;
    padding: 0px 3px 3px 3px;
    /* border-left: 1px dashed #000; */
}

#sInBox {
    padding: 0px 5px 5px 5px;
    /* border: 1px dashed #4272A1; */
}

#sInBox p {
    margin: 0;
    padding: 0;
}

.moduleBox {
    padding-top: 4px;
    padding-bottom: 0px;
    border-top: 1px dashed #4272A1;
}

#prBox {
    padding-top: 4px;
    border-top: 1px dashed #4272A1;
}

#aBox {
    position: relative;
    float: left;
    width: 140px;
    margin: 0px 5px 5px 5px;
    padding: 0px;
    text-align: center;
}

#bottom {
    /* border: 1px solid red; */
    position: relative;
    float: left;
    clear: both;
    width: 700px;
    margin: 10px 10px 0px 5px;
}

#smallprint {
    position: absolute;
    width: 360px;
    padding: 3px 3px 3px 0px;
    text-align: left;
    border-top: 1px dashed #4272A1;
}

#pr {
    position: relative;
    margin: 0px;
}

#pr h1, #pr h2, #pr h3 {
    font-family: "Courier New", Courier, monospace;
}

#pr .kicker, #pr .tStDate {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    font-weight: normal;
}

#stBody {
    position: relative;
    margin: 0px 0px 0px 0px;
}

.tNavEl {
    padding: 0px 3px 1px 6px;
    border-left: 1px dashed #4272A1;
}

.tNavElFirst {
    padding: 0px 3px 1px 0px;
    border-left: none;
}

.nNavEl {
    padding-right: 3px;
    padding-left: 0px;
    font-size: 9px;
}

.nNavElFirst {
    padding-right: 3px;
    padding-left: 0px;
    border-left: none;
    font-size: 9px;
}

.tStPgph {
    clear: both;
}


.tStPic {
    position: relative;
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}

.tStDate {
    color: #4272A1;
    margin-right: 5px;
}

.sctHd {
    /* border: 1px solid red; */
    margin: 0px 0px 3px 0px;
    padding: 0;
    font-size: 9px;
    font-weight: bold;
    color: #4272A1;
    text-transform: uppercase;
}

#tSt1 p.sctHd {
    margin-top: 0px;
}

.tnTtl {
    /* border: 1px solid red; */
    font-size: 9px;
    font-weight: bold;
    color: #4272A1;
    text-transform: uppercase;
}

.tn {
    font-size: 9px;
}

.tnBl {
    font-size: 9px;
    font-style: italic;
    color: #4272A1;
}

.subButton {
    position: relative;
    float: right;
    margin-top: 5px;
}

.dividingBullet {
    padding: 0px 0px 1px 2px;
}

img.prLogoTN {
    /* position: relative; */
    float: left;
    vertical-align: text-top;
    padding-right: 3px;
    /* margin-bottom: 2px; */
}

.rTopCnr {
    /* border: 1px solid red; */
    position: relative;
    float: right;
    margin-bottom: 15px;
    padding: 3px 5px 5px 5px;
    font-size: 12px;
}

.storyPic {
    margin-bottom: 5px;
}

.pictureOnLeft {
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.pictureOnRight {
    float: right;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

abbr, acronym {
    font-size: 85%;
}

.nAuthor {
    font-size: 12px;
	font-variant: small-caps;
    font-style: normal;
    color: #4272A1;
}

.nLocation {
    text-transform: uppercase;
}

.sctBox {
    margin-top: 5px;
    padding-top: 4px;
    border-top: 1px dashed #4272A1;
}

#hiEvOutln {
    padding: 0px;
    margin: 0px;
    background-color: #DBE3EB;
    background-image: url(../img/bg_gradient.gif);
    background-repeat: no-repeat;
    background-position: top left;
    border-right: 1px dashed #4272A1;
    border-bottom: 1px dashed #4272A1;
    border-left: 1px dashed #4272A1;
}

#hiEvBg {
    position: relative;
    margin: 0px;
    padding: 0px 5px 5px 5px;
    /* border: 2px solid #FFFFFF; */
    /* border-top: 2px solid #FFFFFF; */
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
}

.eHiLi {
    border-right: 1px dashed #4272A1;
    /* border-bottom: 1px dashed #CCC; */
    border-left: 1px dashed #4272A1;
    /* background-color: #f9f9f9; */
    padding: 5px;
}

#hiEventOutline {
    padding: 2px;
    border: 1px dashed #CCC;
}

.kicker {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
}

#hiEvBg .rTopCnr {
    padding: 3px 0px 5px 5px;
    margin: 0px;
}

.arrow {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.serif {
    font-family: Georgia, Times, "Times New Roman", serif;
}

#hdlnsSponsor {
    display: none;
}

.figureTable td { border-top: 1px solid #999999; }
.figureTable td { padding: 3px 5px 3px 5px; }
tr.tableHeader td { background-color: #CDD6DC; border 0; font-weight: bold; }
tr.columnHeader td { background-color: #E6EAEE; border 0; font-weight: bold; }

.author {
    font-size: 12px;
    font-style: italic;
    color: #4272A1;
}

#ribbonInNews {
	z-index: 2;
	position: relative;
	float: right;
	top: -10px;
	right: -15px;
}

.pictureInGallery {
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px outset #ccc;
}

#googleTower {
	position: absolute;
	width: 140px;
	height: 600px;
	margin: 0;
	padding: 0;
}

#googleTowerInner {
    float: right;
	width: 120px;
	margin: auto;
}

#googleTowerClear {
	margin-top: 600px;
}

.Normal, .NormalDisabled {
	font-size:12px;
	font-family:Verdana,Helvetica,sans-serif;
}

.SkinObject {
	font-size:10pt;
}

.SubHead {
	font-size:12px;
}

.CommandButton {
	font-size:12px;
}