﻿body,html 
{
	height:100%;
}
#dnn_dnnLogin_cmdLogin { color: #143755; }
.normal 
{
    font-family:Arial, Tahoma, Verdana;
    font-size:10pt;
    line-height:130%;
}
h1 
{
    font-family:Arial, Tahoma, Verdana;
    font-size:16pt;
    line-height:130%;
    color:#077ddf;
    font-weight:bold;
    font-variant:inherit;

}
h2
{
}
/* PROJECTS / SERVICES / CUSTOMERS TABLES */
.TempleteTable
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#14385a;
}

.TempleteDetailTable
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#143755;
}
.BlurbTitle 
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#143755;
}

/* LINK STYLES */
A.SkinObject:link {
    text-decoration:    none;
    /*color: #143755;*/
    color: #FFFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    /*color: #143755;*/
    color: #FFFFFF;
}

A.SkinObject:active   {
    text-decoration:    none;
    /*color: #143755;*/
    color: #FFFFFF;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ffffff;
}
.body 
{
	background:#0a589a url(images/bg.jpg) repeat-y center;
	text-align:center;
	height:100%;
	
}
.page
{
	width:804px;
	margin:0 auto;
	text-align:center;
	height:100%;
}
.footer 
{
	background:#143755;
	color:White;
    padding-top:7px;
    padding-top:7px;
	width:100%;
	clear:both;
	margin:0;
	text-align:center;
	/*position:relative;*/
	vertical-align:bottom;
	font-family:Arial, Tahoma, Verdana;
    font-size:8pt;
	}
	
	img 
	{
		border:0;
	}
	

	
.ContentPanes 
{		
	margin:0 auto;
	width:804px;
	max-width:804px;
	
}
	
.RightPane
{
	width: 200px;
}	
	


	
.contentpane {
	width: 700px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	height:100%
}
A.CommandButton:link {
    text-decoration:    underline;
    color: #0a589a;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #0a589a;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #0a589a;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #c1a300;
}



A:link  {
    text-decoration:    none;
    color:  #c1a300;
}

A:visited   {
    text-decoration:    none;
    color:  #c1a300;
}

A:active    {
    text-decoration:    none;
    color:  #c1a300;
}

A:hover {
    text-decoration:    underline;
    color:  #0a589a;
}

/* PROJECTS / SERVICES / CUSTOMERS TABLES */
.TempleteTable
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#14385a;
}

.ContainerTable
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#143755;
	width:230px;
	height:160px;
}
.ContainerBg 
{
	background-image:url(images/container_bg.jpg);
	background-repeat:repeat-y;
	font-weight:normal;
	padding:4px;
}
.ContainerTitle a
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:white;
}
.ContainerTitle
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:white;
	background:url(images/container_top.jpg) no-repeat;
	line-height:18px;
	vertical-align:top;
	height:43px;
	padding-top:12px;
	padding-left:14px;
}
.ContainerBottom 
{
	text-align:right;
	background:url(images/container_bottom.jpg) no-repeat;
	height:33px;
	padding-right:8px;
}
/* END PROJECTS / SERVICES / CUSTOMERS TABLES */


/* Drop down menu styles */
	/* ######### Style for Tab Interface itself ######### */
.menu 
	{	 	  

		margin:0;
		padding-bottom:16px;
		line-height:77px;
		height:77px;
		max-height:77px;
		width:804px;
		color:White;
	}
	
.shadetabs{
		margin-bottom: 1em;
		line-height:77px;
		height:77px;
		max-height:77px;
		width:804px;
		color:White;
		margin:0;
		padding:0;
		padding-bottom:16px;
}
#dropmenu1 
{
	width:130px;
}
.shadetabs ul{
padding: 0;
margin:0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
padding:0px;
margin-right:-4px;
}

.shadetabs li a{
text-decoration: none;
padding: 0px;
margin: 0px;
border: 0;
color: #2d2b2b;
background:#aed9ff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
background:#aed9ff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6aa4d7;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: black;}

.CustomerBulletList:hover, .CustomerBulletList:active, .CustomerBulletList:visited, .CustomerBulletList:link
{
	font-family:Arial;
	font-size:18px;
	color: #077ddf;
}

