/* 
================================
CUSTOM CSS FOR ALL PAGES
================================
*/   



#DgNav { 
	width: 227px; 
	list-style-type:none;}

#DgNav li{
	list-style:none
}
#DgNav ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
  
}

#DgNav a{
	display: block;
	padding: 8px 5px 9px 30px;
	background-color:#FFFFFF;
	background-image:url('/Portals/0/images/ExpText/ExpGraphic30.png');
	background-repeat:repeat-x;

	border-bottom: 8px solid #FFFFFF;
	list-style:none;
}

#DgNav a:link, 
#DgNav a:visited{
	color: #EEE;
	text-decoration: none;
}

#DgNav a:hover{
	background-color: #FFFFFF;
	background-image:url('/Portals/0/images/ExpText/ExpGraphic30_f2.png');
	background-repeat:repeat-x;
	color: #fff;
}

/* 
=================
style
=================
*/


.CopyHead {
	font-family:Arial, Helvetica, sans-serif;
                     font-weight:bold;
                     line-height:120%;
	color:#689ce4;
	font-size:16px;
}

.CopyBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/* 
=================
EXPANDABLE HTML CSS STYLE
=================
*/

.ExpText_head{
      color:#FFF;
       padding:8px 0px 8px 30px;
       background:url(/Portals/0/images/ExpText/ExpGraphic30.png) no-repeat;
       position: relative;
       width: auto;
       display: block;
       }

.ExpText_head:hover{
       background:url(/Portals/0/images/ExpText/ExpGraphic30_f2.png) no-repeat;
}

.ExpText_head img{
     display:none;
}

a.ExpText_head:link,  a.ExpText_head:visited, a.ExpText_head:hover  a.ExpText_head:active 
{color:#FFF;	text-decoration: none; font-size:12px; font-weight: bold;}

a.ExpText_head:link      {color:#FFF}
a.ExpText_head:visited {color:#FFF}
a.ExpText_head:hover  {color:#000}
a.ExpText_head:active {color:#FFF}

.ExpText_body {
      background-color:#FFF;
      padding:0px;
      font-family:Arial, Helvetica, sans-serif;
      font-size:12px;
}

/* 
================================
PATCH FOR WHITE LINE AT BOTTOM DUE TO FORM MARGIN
================================
*/   
#Form {height:100%}


/* 
=====================================
CUSTOM CSS FOR CHROME / SAFARI PATCH
=====================================
*/   

/* 10.css  ======================================================================= */
.BackgroundTile {
	BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/backgrounds/Default/10_tile.gif) left top
}
.BackgroundTopStretch {
	BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/backgrounds/Default/10_stretch.gif) repeat-x left top
}
.BackgroundImage {
	BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/backgrounds/Default/10_image.jpg) no-repeat left top
}

/* BorderSytle-DarkStroke.css =================================================== */

.SkinBox {
	
}
.SkinBox .MainBox {
	HEIGHT: 100%
}
.SkinBox .BoxTL {
	WIDTH: 12px; BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/dks-box-tl.png) no-repeat left bottom; HEIGHT: 12px
}
.SkinBox .BoxT {
	BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/dks-box-t.png) repeat-x left bottom; HEIGHT: 12px
}
.SkinBox .BoxTR {
	WIDTH: 12px; BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/dks-box-tr.png) no-repeat right bottom; HEIGHT: 12px
}
.SkinBox .BoxL {
	WIDTH: 12px; BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/dks-box-l.png) repeat-y left top
}
.SkinBox .BoxM {
	BACKGROUND: #fff
}
.SkinBox .BoxR {
	WIDTH: 12px; BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/dks-box-r.png) repeat-y right top
}
.SkinBox .BoxBL {
	WIDTH: 12px; BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/dks-box-bl.png) no-repeat left top; HEIGHT: 12px
}
.SkinBox .BoxB {
	BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/dks-box-b.png) repeat-x left top; HEIGHT: 12px
}
.SkinBox .BoxBR {
	WIDTH: 12px; BACKGROUND: url(../_default/Skins/Minimalist-Ocean-Gradient/dks-box-br.png) no-repeat right top; HEIGHT: 12px
}


/* BorderType-Boxed.css ======================================================  */
.OuterTD {
	PADDING-BOTTOM: 15px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 15px
}
 




/* 
================================
CSS STYLES FOR DotNetNuke
================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane  { 
}
.ContentPane  { 
}
.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:active   {
}
A.SelectedTab:hover    {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:active   {
}
A.OtherTabs:hover    {
}
/* GENERAL */
/* style for module titles */
.Head   {
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
/* 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 {
}
A.CommandButton:visited  {
}
A.CommandButton:active   {
}
A.CommandButton:hover    {
}
/* GENERIC */
H1  { 
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {color:#6495ED
}
A:visited   {color:#6495ED
}
A:active    {color:#6495ED
}
A:hover {color:#6495ED
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
OL OL LI    {
}
OL OL OL LI {
}
HR {
}
/* 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 {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}











































