﻿body, form
{

	margin:0px 0px 0px 0px;
	font-family:Arial;
	font-size:12px;
	color: #3a3a3a;
	background-color:#002B5D;
	background-image:url(../Images/bg_gradient.gif);
	background-repeat:repeat-x;background-position:left top;
}
table
{
	font-family:Arial;
	font-size:12px;
	color: #3a3a3a;
	text-align:left;
	/*color: #929496;*/
}





/* Font Styles */
.GlobalNav, .GlobalNav:visited
{
	font-family:Arial;
	font-size:10px;
	color:White;
	text-decoration:none;
	border:0;
}
.GlobalNav:hover
{
	text-decoration:underline;
}
.CopyrightSection
{
	font-family:Arial;
	font-size:9px;
	color:White;
	border:0px;
}


/********/
/* Graphics */

.DefaultPanel
{
	width:935px;
	background-color:white;
	background-image:url(../Images/home_splash.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
}
.MainPanel
{
	width:935px;
	background-color:#2E2E2E;
	background-image:url(../Images/internal_grad.gif);
	background-repeat:repeat-x;
	background-position:left top;	
	
}
.InternalSplashBackground
{
	height:250px;
	margin-top:5px;
	margin-bottom:15px;
	font-size:0px;
	background-color:#101010;
	width:903px;
	
}
.InternalSection
{
	margin-left:16px;
	margin-right:16px;
	margin-bottom:15px;
}
.ContentSection
{
	width:647px;
	background-color:White;
}
.InnerContentSection
{
	background-color:#F1F1F1;
	width:623px;
	height:400px;
	margin:7px;

	padding:15px;
}
.LeftGradient
{
	background-color:#002B5D;
	background-image:url(../Images/bg_gradientLeft.jpg);
	background-repeat:no-repeat;
	background-position:right top;	
	width:26px;
}

.RightGradient
{
	background-color:#002B5D;
	background-image:url(../Images/bg_gradientRight.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:26px;
}
.HomeBottomGrad
{
	background-image:url(../Images/homeBottomGrad.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	height:28px;
}
.InfoPanel
{
	background-image:url(../Images/infoPanel_Grad.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#B3B3B3;
	padding: 8px 7px 8px 7px;
	margin-top:3px;
}
.InnerInfoPanel
{
	background-image:url(../Images/infoPanel_InnerGrad.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	
	background-color:#FAFAFA;
	width:260px;
	height:320px;
	padding:5px;
}
.SubMenuPanel
{
	border-left:solid 1px #525252;
	margin-bottom:20px;
	width:230px;
}
.ActionPanel
{
	border-left:solid 1px #525252;
	width:229px;
	height:400px;
	text-align:left;
}
.ActionPanel .ActionItem
{
	border-bottom:solid 1px #525252;
}

.ActionPanel .RotatingPanel
{
	background-image:url(../Images/quotePanel.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:113px;
	width:229px;
	
}

.ActionPanel .RotatingPanel .QuoteContainer
{
    color: white;
    padding: 12px;
}

.ActionPanel .InnerRotater
{
	
	height:102px;
	width:218px;
	margin-top:4px;
	margin-left:4px;
	overflow: hidden;
}
.ActionPanel .RotatorText
{
	font-family:Arial;
	color:White;
	font-size:11px;
	text-align:left;
	padding:10px;
}

.ActionPanel .RotatorText a
{
    text-decoration: underline;
}

.ActionPanel .RotatorText a.quote
{
    text-decoration: none;
}


/**************/
.SearchBox
{
	width:115px;
	height:12px;
	font-size:10px;
	font-family:Arial;
}

.SearchButton
{
	margin-bottom: 1px;
}


.BlankTemplate
{
	margin-left:10px;
	margin-top:10px;
}

.HorizontalLine
{
	border-bottom:solid 1px #e2e0d9;
	margin-bottom:10px;
}

/**************************
 * ShareThis Button Styles
 *************************/

span[id^='sharethis']
{
    margin-right: -5px;
    #margin-right: 5px;
}

a.stbutton
{
    border: none;
    text-decoration: none;
}

span.stbuttontext
{
    border-bottom: dotted 1px #005B98;
    #margin-right: -5px;
}

span.stbuttontext:hover
{
    border: none;
    #margin-right: -5px;
}

/**************************
 * Blog Styles
 *************************/

.NewsTitle
{
    font-size: 16px;
    font-weight: bold;
}

.NewsTitle a
{
    border: none;
    color: #3A3A3A;
    text-decoration: none;
}

.NewsTitle a:hover
{
    color: #3A3A3A;
    text-decoration: none;
}

/**************************
 * Demo Form Styles
 *************************/

.RequestAFreeDemo input[type=text],
.RequestDevKit input[type=text]
{
    width: 246px;
    #width: 244px;
}

.RequestAFreeDemo input[type=checkbox],
.RequestDevKit input[type=checkbox]
{
    margin-left: 0px;
    margin-right: 10px;
    #position: relative;
    #left: -3px;
}

.RequestAFreeDemo .DontContact,
.RequestDevKit .DontContact
{
    height: 22px;
}

.RequestAFreeDemo .DontContact label,
.RequestDevKit .DontContact label
{
    position: relative;
    top: -2px;
    #top: -1px;
}