/* 
================================
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;
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
}
.HeadBg {
    background-color: transparent;
}

/* background color for the content part of the pages */
Body
{
	background-color: transparent;
	overflow: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
 	scrollbar-face-color: #EEEEEE;
 	scrollbar-highlight-color: #EEEEEE;
 	scrollbar-3dlight-color: #EEEEEE;
 	scrollbar-darkshadow-color: #EEEEEE;
 	scrollbar-shadow-color: #EEEEEE;
 	scrollbar-arrow-color: #FFFFFF;	
}
form {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #E1E1E1;
	padding-left : 2;
	color: #000000;	
}
td{
  font-family: Trebuchet MS, Arial, Helvetica;
  font-size: 9px;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: transparent;
}

.LeftPane  { 
}

.ContentPane  { 
	width: 100%;
	background-color: transparent;
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 9pt;
    color: #FF6600;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}
A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
    font-weight: bold;
	color: 666666;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
	color: #7994CB;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
    font-weight: normal;
	color: 666666;
	
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: 666666;
}

.NormalRed
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	color: 666666;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7994CB;
	text-decoration: underline;
	font-variant : normal;
}

A.CommandButton:visited  {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7994CB;
	text-decoration: underline;
	font-variant : normal;
}

A.CommandButton:active   {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7994CB;
	text-decoration: underline;
	font-variant : normal;
}

A.CommandButton:hover    {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7994CB;
	text-decoration: none;
	font-variant : normal;
}
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 9px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
    
/* GENERIC */
H1  {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

H2  {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	font-style : italic;
}

H3  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #999999;
}

H4  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #999999;
}

H5, DT  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #999999;
}

H6  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #999999;
}

TFOOT, THEAD    {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #999999;
}

TH  {
	vertical-align: baseline;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 18;
	font-weight: bold;
	color: #999999;
}
A:link  {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #7994CB;
	text-decoration: underline;
	font-variant : normal;
}

A:visited   {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-bottom: 2px;	
	font-weight: bold;
	color: #7994CB;
	text-decoration: underline;
	font-variant : normal;
}

A:active    {
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	margin-bottom: 2px;	
	font-weight: bold;
	color: #7994CB;
	text-decoration: underline;
	font-variant : normal;
}

A:hover {
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	margin-bottom: 2px;	
	font-weight: bold;
	color: #7994CB;
	text-decoration: none;
	font-variant : normal;
}
A.small {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    color: #7994CB;	
	text-decoration: underline;
}
A.small:visited {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    color: #7994CB;	
	text-decoration: underline;
}
A.small:hover {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    color: #7994CB;	
	text-decoration: none;
}
A.white {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
A.white:visited {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
A.white:hover {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.SMALL   {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size:  9px;
    color: #7994CB;	
}

.BIG {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size:  14px;
}

.BLOCKQUOTE, PRE {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 25px;
	font-weight: normal;
	color: #7994CB;
	font-style : italic;
}


.UL LI   {
	list-style-type: square ;
	color: #7994CB;
	vertical-align : top;
}

.UL LI LI    {
	list-style-type: disc;
	color: #7994CB;
	vertical-align : top;
}

.UL LI LI LI {
	list-style-type: circle;
	color: #7994CB;
	vertical-align : top;
}

.OL LI   {
	list-style-type: decimal;
	color: #7994CB;
	vertical-align : top;
}

.OL OL LI    {
	list-style-type: lower-alpha;
	color: #7994CB;
	vertical-align : top;
}

.OL OL OL LI {
	list-style-type: lower-roman;
	color: #7994CB;
	vertical-align : top;
}

.HR {
	background-repeat : repeat-x;
	background-image: url(dotted_line.gif);
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #666666;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: #FFFFFF;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
.noVertRep {
	background-repeat: repeat-x;
	background-position: left top;
}
.noRep {
	background-repeat : no-repeat;
}
.horizontalRep {
	background-repeat : repeat-x;
}
.verticalRep {
	background-repeat : repeat-y;
}
.noRepBottom {
	background-repeat : no-repeat;
    background-position : right;	
}
.noRepRight {
	background-repeat : no-repeat;
	background-position : right;
}
.noRepRightTop {
	background-repeat : no-repeat;
	background-position : top;
}
.pad11 {
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
}
.padPosts{
	padding-left: 36px;
	padding-right: 25px;
}

/* SOLPARTMENU */
/* this is what i will hope style the menu  */

.Backcolour {
}
.Forecolour {
}
.HighlightColor {
}
.IconBacgroundColor {
}
.SelectedBorderColor {
}
.SelectedColor {
}
.SelectedForecolor {
}
.Display {
	display: horizontal;
}
.MenuBarHeight {
	height: 16px;
}
.MenuBorderWidth {
	border: 1px;
}
.MenuItemHeight {
	height: 21px;
}
.IconWidth {
	width: 0px;
}
.MenuEffectsShadowColor {
    color: dimgrey;
}
.MenuEffectStyle {
    filter: progid:DXImageTransform.Shadow(color='Dimgray', Direction=135, strength=3);
}
.Fontnames {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 12pt;
	colour: #FF6600;
/* SOLPARTMENU */
/* this is what i will hope style the menu  */
/* ================================
    CSS STYLES FOR Module Blog
   ================================
*/
}
.BlogInfo 
{

}

.SearchOptions LABEL 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:x-small;
	white-space: nowrap;	
	
} 
.CreateFrom
{

	font-size: 10px;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

#background {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#bg {
	height: 30;
	width: 943;
	background-repeat : no-repeat;
	background-image: url(bg_edge.jpg);	
	float: central;
}
#containerBanner {
	width: 768;
	height: 65;
	background: transparent;
}
#containerTop {
	width: 768;
	height: 48;
	background: transparent;
	background-repeat : no-repeat;
	background-image: url(blog_logo_line.gif);		
}
#logo {
	vertical-align: top;
	text-align: left;
	width: 407;
	height: 33;
	float: left;
}
#search {
	vertical-align: top;
	text-align: left;
	width: 361;
	height: 33;
	float: right;
}
#image_header{
	vertical-align: top;
	width: 768;
	height: 119;
	background: transparent;
}
#container {
	width: 768;
}			
#banner1 {
	width: 475;
	float: left;
	vertical-align: top;
	background-image : ;	
	background-repeat: no-repeat;			
}
#menu {
	width:768;
	height: 31;
	text-align: left;
	background-image : url(bg_menu.gif);
	background-repeat: repeat-x;
}	
#contentL {
	vertical-align: top;
	width:600;
	text-align: left;
	float: left;
	padding-top: 12;
	position: relative;
 	top: 0px; /* 86 pixels up from wherever */
  	left: 11px; /* 293 pixels from the left hand side */		
}	
#contentR {
	vertical-align: top;
	width:143;
	text-align: center;
	float: right;	
	padding-top: 12;
	position: relative;
 	top: 0px; /* 86 pixels up from wherever */
  	left: 0px; /* 293 pixels from the left hand side */			
}	
#color {
	vertical-align: top;
	width:143;
	text-align: center;
	background-color: #666699;
	padding-top: 12;
	padding-bottom: 12;
	
}
#bgFooter {
	height: 110;
	width: 768;
	padding-top: 20px;
	background-repeat : no-repeat;
	background-color: #666699;
	text-align: center;
	clear:both;

}
#bgFooter1 {
	height: 50;
	width: 768;
	background-repeat : no-repeat;
	background-image: url(bg_edge_footer.jpg);
	vertical-align: baseline;
	clear:both;	

}
#copyright {
	height: 50;
	width: 384;
	vertical-align: baseline;
	float: left;	
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size:9px;
	color: #999999;		
	margin-top: 7px;	
}
#login {
	height: 50;
	width: 384;
	vertical-align: baseline;
	float: right;	
	text-align: right;	
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size:9px;
	color: #999999;
	margin-top: 7px;		
}
#banner2 {
	vertical-align: top;
	width: 130;
	float: right;	
}	
#footer {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    color: #7994CB;	
	background-color: #EEEEEE;
	vertical-align:top;
	text-align: center;
	width: 100%;
	float: left;		
	}
a.small {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    color: #7994CB;	
	text-decoration: underline;
}
a.small:visited {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    color: #7994CB;	
	text-decoration: underline;
}
a.small:hover {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    color: #7994CB;	
	text-decoration: none;
}	
.padAds {
	padding-top: 10;	
	padding-left: 10;
	padding-right: 10;	
}	
.padContent {
	padding-left: 22;
	padding-right: 10;	
	padding-top: 10;	
}		
#cbackground {
	width: 599;
	padding:0px 0px 0px 0px ;
}
#containerContent{
	width: 599;
}
#containerBlueAsterix{
	width: 599;
	background-repeat : no-repeat;
	background-image: url(fb_asterix_blue.gif);
}
#containerRedAsterix{
	width: 599;
	background-repeat : no-repeat;
	background-image: url(fb_asterix_red.gif);
}
#containerGreenAsterix{
	width: 599;
	background-repeat : no-repeat;
	background-image: url(fb_asterix_green.gif);
}
#contentpane{
	width: 599;
}
#contentpaneAsterix{
	width: 555;
	float: right;
}
#contentpaneDiagonalBlue{
	width: 599;
	background-image: url(fb_diagonal_blue.gif);
}
#contentpaneDiagonalRed{
	width: 599;
	background-image: url(fb_diagonal_red.gif);
}
#contentpaneDiagonalGreen{
	width: 599;
	background-image: url(fb_diagonal_green.gif);
}		
#abackground {
	width: 142;
	padding:0px 0px 0px 0px ;
}
#acontentpaneDiagonalBlue{
	width: 142;
	background-image: url(fb_diagonal_blue.gif);
}
#acontentpaneDiagonalRed{
	width: 142;
	background-image: url(fb_diagonal_blue.gif);
}
#acontentpaneDiagonalGreen{
	width: 142;
	background-image: url(fb_diagonal_blue.gif);
}
.BlogInfo {
}
.SearchOptions LABEL {
	white-space: nowrap;
} 
.CreateFrom
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #E1E1E1;
	padding-left : 2;
	color: #000000;	
}






















