/* 
================================
   Skin styles for Rotadyne
================================
*/   
body {
	margin: 0px;
}
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #fefefe;
	background-image: url(Background.jpg);
	background-position: left top;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	background-image: url(Marine-back.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.skinheader {
}
.skingradient {
	height:30px;
}
.left_shadow {
	background-image: url(Left_Shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right_shadow {
	background-image: url(Right_Shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.controlpanel, .PagingTable {
	width: 100%;
	background-color: transparent;
}
.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;
}
.rightpane {
	width: 175px;
	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;
}

/* text style used for modules titles*/
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight: bold;
	color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules (incl. tables) */
.Normal,.NormalDisabled, TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* button style for standard HTML buttons */
.StandardButton
{
	font-weight: normal;
	font-size: 12px;
	background: #dddddd;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* GENERIC */
H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  20px;
	font-weight:    bold;
	color: #000000;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  20px;
	font-weight:    bold;
	color: #000000;
	font-style: italic;
}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight:    bold;
	color: #000000;
}

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    normal;
	color: #000000;
}

H5, DT  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #000000;
}

H6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #FF0000;
}
A:link  {
	text-decoration:    underline;
	color:  #000000;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

A:active    {
	text-decoration:    none;
	color:  #000000;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
