/* 
=================================
	DotNetNuke Skin Styles 
	For: Boost
=================================
*/

.Head   {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #041A41;
}

/* background color for the content part of the pages */
Body
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #041A41;
	background-color: #FFFFFF;
}

.HomeTopMenu
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #041A41;
	background-color: #FFFFFF;
}

.ContentPane {
	margin: 15px;
}

.Bottom_Layer
{
	background-image:url('/Portals/_default/Skins/Boost/images/bottom_frame.jpg');
	background-repeat:no-repeat;
	width: 1000px;
	height: 35px;
}

.MainContentPane
{
	background-image:url('/Portals/_default/Skins/Boost/images//main_panel.jpg');
	background-repeat:no-repeat;
	width: 1000px;
	height: 268px;
}

.td.MainContentPane
{
	width: 400px;
	height: 268px;
	vertical-align: middle;
	text-align: left;
}

#dnn_DNNSEARCH_txtSearch.NormalTextBox 
{ 
	vertical-align: middle;
    background: transparent;
    width: 100px;
    color: #666667;
    height: 18px;
    border-top: 1px solid #adaeb0;
    border-bottom: 1px solid #e5e4e9;
    border-left: 1px solid #e5e4e9;
    border-right: 1px solid #e5e4e9;  
    cursor: text;
}

.body
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color:#666666;
	margin: 10px 0 5px 10px;
}

.Home_Middle_Pane
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color:#666666;
	/*margin: 10px 10px 5px 10px;*/
}

.Sub_CenterPane_Header
{
	font-family : Gill Sans MT;
    font-size: 20px;
    font-weight: bold;
    color: #7ac142;
    /*margin: 0px 15px 5px 10px;*/
	text-align:left;
}

.Sub_CenterPane_Text
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
	/*margin: 0px 15px 5px 10px;*/
	text-align:left;
}

.Boost_CopyRight
{
    text-align: left;
    color: #666666;
    font-size: 11px;
    font-family: Arial;
}

.Boost_Privacy
{
    font-size: 11px;
    font-family: Arial;
    color: #666666;
    text-decoration:none; 
}


.BoostLeftLinks a:link {
	color: #666666;
	text-decoration: none;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

.BoostLeftLinks a:visited {
	color: #666666;
	text-decoration: none;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

.BoostLeftLinks a:active {
	color: #666666;
	text-decoration: none;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

.BoostLeftLinks a:hover {
	color: #7AC142;
	text-decoration: none;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

.BoostCopyright
{
	text-align:left;
	padding-left:10px;
}

.BoostTerms
{
	text-align:right;
	padding-right:10px;
}


/*
Boost_Privacy:link  {
    font-size: 11px;
    font-family: Arial;
    color: #666666;
    text-decoration:none; 
}

Boost_Privacy:visited
{
	color: #666666;
    text-decoration: underline;
}

Boost_Privacy:Active
{
	color: #7ac142;
}
*/

td#dnn_ContentPane
{
	text-align:left;
}