/********************************************************************************/
/* FRONTBUILDER ADMINISTRATION
/********************************************************************************/

.FBHeader
{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma;
}

.FBSubHeader
{
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma;
}

.FBLabel
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
}

.Width50
{
	width: 50px;
}

.Width100
{
	width: 100px;
}

.Width150
{
	width: 150px;
}

.Width200
{
	width: 200px;
}

.Width250
{
	width: 250px;
}

.FBInput
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
}

.FBButton
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	border: solid 1px #000000;
}

.RedFont
{
	color: Red;
}

.GrayFont
{
	color: Gray;
}

.SmallFont
{
	font-size: 10px;
}

/********************************************************************************/
/* STANDARD
/********************************************************************************/

body
{
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	background-color: #FFFFFF;
/*	background-image: url(http://localhost/FrontAvenue/Websites/FrontBuilderCom/UI/Images/1001.gif);*/
}

/********************************************************************************/
/* INHIRETED STYLES
/********************************************************************************/

.HtmlModule
{
	font-family: Verdana; 
	font-size: 12px;
}

/********************************************************************************/
/* CUSTOM STYLES
/********************************************************************************/

.PanelBox
{
	background-color: #FFFFFF;
}

.PanelBoxHeader
{
	border-bottom: dotted 1px #083417;
	position: relative; 
	top: 5px;
	padding-bottom: 5px;
}

.PanelBoxHeaderText
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
}

.PanelBoxContent
{
}

.PanelBoxContentText
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	position: relative; 
	top: 12px;
}

.PanelBox2
{
	background-color: #FFFFFF;
}

.PanelBox2Header
{
	position: relative; 
	top: 5px;
	padding-bottom: 5px;
}

.PanelBox2HeaderText
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
}

.PanelBox2Content
{
}

.PanelBox2ContentText
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	position: relative; 
	top: 12px;
}

.ContentBox
{
	width: 100%;
	background-color: #FFFFFF;
	border-left: solid 13px #083417;
}

.ContentBoxTop
{
	border: solid 1px #083417;
	border-bottom : dotted 1px #083417;
	height: 50px;
	text-align: left;
	padding-left: 10px;
}

.ContentBoxHeaderText
{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	position: relative; 
	top: 12px;
}

A.ContentBoxHeaderLink:link, A.ContentBoxHeaderLink:visited, A.ContentBoxHeaderLink.active, A.ContentBoxHeaderLink:hover
{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
}

.ContentBoxMiddle
{
	border-left: solid 1px #083417;
	border-right: solid 1px #083417;
	padding: 10px;
	height: 300px;
	width: 100%;
}

.ContentBoxMiddleText
{
	width: 100%;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
}

.ContentBoxBottom
{
	border-bottom: solid 1px #083417;
}

.PageTop
{
	width: 100%;
	height: 75px;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	background-image: url(http://localhost/FrontAvenue/Websites/FrontBuilderCom/UI/Images/FA_LOGO_GREEN.gif);
	background-repeat: no-repeat;
	background-position: 485px 15px;
	border-right: solid 1px #083417;
	border-top: solid 1px #083417;
	border-left: solid 14px #083417;
	border-bottom: dotted 1px #083417;
}

.PageTopText
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	position: relative; 
	top: 12px;
	padding-bottom: 4px;
}

A.PageTopLink:link, A.PageTopLink:visited, A.PageTopLink.active, A.PageTopLink:hover
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
}

.Form
{
	/*width: 750px;*/
}

.EditModeControler
{
	width: 100%;
	text-align: right;
}

.Spacer
{
	height: 20px;
}

/********************************************************************************/
/* LOGIN
/********************************************************************************/
.Login_Panel
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	background-color: #
	DCD5;
}

.FB_LoginHeader
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #274F30;
	text-transform: uppercase;
	padding: 2px;
	padding-left: 5px;
	height: 15px;
}

.FB_LoginLabel
{
	padding-left: 5px;
}

.FB_Login
{
	background-color: Silver;
	border: none;
	height: 15px;
}

.FB_LoginButton
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #A00022;
	border: none;
}

.FB_LoginMessage
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A00022;
	padding: 5px;
}


.EditableContentBox
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	background-color: #D4DCD5;	
	padding: 5px;
	padding-left: 5px;
}

.EditableContentBoxTitle
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #274F30;
	text-transform: uppercase;
	padding: 2px;
	padding-left: 5px;
	height: 15px;
	font-weight: bold;
	
}
