﻿/* ---- Page and table font setup ----- */


body, td 
{
	font : normal 8.5pt Verdana, Tahoma, Sans-Serif, Courier;
	color : #000000;
}

b
{
	color : #349DCA;
}

/* ---- Message box - for all system messages ----- */
.Message1
{
	font : BOLD 10pt Verdana, Tahoma, Sans-Serif, Courier;
	color : #cc0000;
	text-indent : 5px;
}

/* ---- Message box - for all validation controls ----- */
.Message2
{
	font : BOLD 8.5pt Verdana, Tahoma, Sans-Serif, Courier;
	color : #cc0000;
}

 /* ---- TOP NAV ----- */
.PrimeMenuLevel1
{
    font : Bold 10pt Verdana, Tahoma, Sans-Serif, Courier;
    color: #349DCA;
    width : 120px;
    height : 24px;
    padding-left : 3px;
    padding-right : 0px;
    background-image : url('/Authors/images/MenuStyle/button_off.jpg');
}

.PrimeMenuLevel1:HOVER
{
    color: #FFFFFF;
    background-image : url('/Authors/images/MenuStyle/button_on.jpg');
}

 /* ---- Sub NAV header ----- */
.subMenuHeader
{
    font : bold 10pt Verdana, Tahoma, Sans-Serif, Courier;
    color: #FFFFFF;
    padding-left : 3px;
    padding-right : 0px;
    background-image : url('/Authors/images/SubMenuHeaderBG.jpg');
}
 /* ---- Sub NAV  ----- */
.SubMenuLevel1
{
    font : Bold 10pt Verdana, Tahoma, Sans-Serif, Courier;
    color: #349DCA;
    width : 122px;
    height : 24px;
    padding-left : 3px;
    padding-right : 0px;
    background-color : #E0E1D7;
    line-height : 24px;
    width : 137px;
    border-bottom : 1px solid #FFFFFF;
}

.SubMenuLevel1:HOVER
{
    color: #FFFFFF;
    background-color : #23a5df;
}

.EditSubmit
{
    font : Bold 9pt Verdana, Tahoma, Sans-Serif, Courier;
    line-height : 25px;
    display : block;
    color: #23a5df;
    width : 75px;
    height : 25px;
    text-indent : 20px;
    background-image : url('/Authors/images/arrow_off.jpg');
    background-repeat : no-repeat;
    text-decoration : none;
    border : 0px;
    text-align : left;
    padding-right : 110px;
}

A.EditSubmit:Link, A.EditSubmit:Visited:Link, A.EditSubmit
{
	border-left : 0px;
	color: #23a5df;
}

A.EditSubmit:Hover, A.EditSubmit:Visited:Hover
{
    color: #000;
    background-image : url('/Authors/images/arrow_on.jpg');
    background-repeat : no-repeat;
    border-left : 0px;
}
A.EditSubmit:Active; A.EditSubmit:Current
{
    color: #eff0e7;
}



