/* ******************************************* */
/* Body										   */
/* ******************************************* */
body {
	background-color: #FFF3E6;
	background-image:  url(/EasySite/images/admin_bg.gif);
	background-repeat : no-repeat;
	background-position: 0mm 24mm;
    font-family : verdana, helvetica, arial, sans-serif;
}

b {
	font-weight : bold;
}

u  {
	text-decoration : underline;
}

i  {
	font-style : italic;
}

/* ******************************************* */
/* Default Classless Anchor tag				   */
/* ******************************************* */
a {
	color : #0067e4;
    text-decoration : none;
}

a:visited {
	color : #0067e4;
    text-decoration : none;
}

a:active {
	color : #0075bc;
	text-decoration : underline;
}

a:hover {
	color : #0075bc;
	text-decoration : underline;
}

/* ******************************************* */
/* Standard Text & links					   */
/* ******************************************* */

.NormalTiny  {
	color : #000000;
	font-size : 9px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.NormalSml  {
	color : #000000;
	font-size : 11px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.NormalMed  {
	color : #000000;
	font-size : 12px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.NormalLrg  {
	color : #000000;
	font-size : 16px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.Error  {
	color : #ff0000;
	font-size : 12px;
	font-family : verdana, helvetica, arial, sans-serif;
}

/* ******************************************* */
/* Forms									   */
/* ******************************************* */

.FormQuestion  {
	color : #000000;
	font-size : 11px;
	font-family : verdana, helvetica, arial, sans-serif;
    font-weight : bold;
}

.FormInputComment  {
	color : #000000;
	font-size : 10px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.FormQuestionComment  {
	color : #000000;
	font-size : 12px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.FormQuestionWarning  {
	color : #ff0000;
	font-size : 12px;
	font-family : verdana, helvetica, arial, sans-serif;
}

/* ******************************************* */
/* Template Form + Input Boxes				   */
/* ******************************************* */

input.FileBox {
    background-color : #f6faff;
    width     : 250px;
    border    : 1px black solid;
    font-size : 11px;
    font-family : verdana, sans-serif;
}

input.RemoveCheckBox {
	height : 14px;
	width : 14px;
}

input.AltTextBox {
    background-color : #f6faff;
    width       : 250px;
    border      : 1px black solid;
    font-size   : 11px;
    font-family : verdana, sans-serif;
}

input.DateBox {
    background-color : #f6faff;
    width       : 80px;
    border      : 1px black solid;
    font-size   : 11px;
    font-family : verdana, sans-serif;
}

input.MetaDataBox {
    background-color : #f6faff;
    width       : 280px;
    border      : 1px black solid;
    font-size   : 11px;
    font-family : verdana, sans-serif;
}

input.PageTitleBox {
    background-color : #f6faff;
    width     : 280px;
    border    : 1px black solid;
    font-size : 11px;
    font-family : verdana, sans-serif;
}

.ButtonBoxTable {
    border    : 1px black solid;
}

input.PageLinkBox {
    background-color : #f6faff;
    width     : 150px;
    border    : 1px black solid;
    font-size : 11px;
    font-family : verdana, sans-serif;
}

/* ******************************************* */
/* Standard Text Boxes                         */
/* ******************************************* */

.TextBox {
    background-color : #f6faff;
    width     : 220px;
    border    : 1px black solid;
    font-size : 11px;
    font-family : verdana, sans-serif;
}
.TextBoxLarge {
    background-color : #f6faff;
    width     : 280px;
    border    : 1px black solid;
    font-size : 11px;
    font-family : verdana, sans-serif;
}
.TextBoxSmall {
    background-color : #f6faff;
    width     : 150px;
    border    : 1px black solid;
    font-size : 11px;
    font-family : verdana, sans-serif;
}
.TextBoxTiny {
    background-color : #f6faff;
    width     : 80px;
    border    : 1px black solid;
    font-size : 11px;
    font-family : verdana, sans-serif;
}

/* ******************************************* */
/* Result Tables							   */
/* ******************************************* */


.PageNavBar  {
	font-size : 12px;
	color : #000000;
	font-family : verdana, helvetica, arial, sans-serif;
}
.ResultHeader  {
	color : #000000;
	font-size : 14px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.ResultHeaderSml  {
	color : #000000;
	font-size : 11px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.ResultSml  {
	color : #000000;
	font-size : 11px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.ResultMed  {
	color : #000000;
	font-size : 13px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.ResultLrg  {
	color : #000000;
	font-size : 15px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.ResultHeader  {
	background-color : #f4faff;
}

.ResultBorder  {
	background-color : #3d769f;
}

.ResultBodyPlain  {
	background-color : #ffffff;
}

.ResultBodyInactive  {
	background-color : #f3f3f3;
}

/* ******************************************* */
/* Console									   */
/* ******************************************* */

.ConsoleTitleSml  {
	color : #ffffff;
	font-size : 11px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.ConsoleTitle  {
	color : #ffffff;
	font-size : 13px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.ActiveItem  {
	color : #000000;
}

.InactiveItem  {
	color : #c0c0c0;
}

.ConsoleButtonLabel {
	color : #000000;
	font-size : 11px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.ConsoleComment {
	color : #000000;
	font-size : 12px;
	font-family : verdana, helvetica, arial, sans-serif;
}

.ConsoleQuestion {
	color : #000000;
	font-size : 12px;
	font-family : verdana, helvetica, arial, sans-serif;
}

table.Console  {
	background-color : #E5E6E1;
	border : 1px inset Black;
}

td.ConsoleTitleBarBG  {
	background-color : #128BA4;
	background-image : url(/EasySite/images/con_titlefade.gif);
	background-repeat : repeat-x;
}

select {	
    background-color: #f6faff;
}

textarea {	
    background-color: #f6faff;
}

select.ConsoleBox {
	width: 415px;
	font-family:Courier New;
	border : 1px solid Black;
}

select.ConsoleSmall {
	width: 385px;
	font-family:Courier New;
	border : 1px solid Black;
}

select.ConsoleBoxTiny {
	width: 275px;
	font-family:Courier New;
	border : 1px solid Black;
}

select.ConsoleBoxLarge {
	width: 525px;
	font-family:Courier New;
	border : 1px solid Black;
}

input.ConsoleButton {
	font-family:Arial;
	font-size : 11px;
	width:90;
	background-image: url(/EasySite/images/con_buttonfade.gif);
	background-color: #D9D9D6;
	background-repeat: repeat;
	background-position: left center;
	border : 1px outset Black;
	color: #000000;
}

input.ConsoleButton:disabled {
	color : Silver;
	background-color: #D9D9D6;
}

fieldset {
    border : 1px solid #c1c1c1;
}

