/*
============================
Common
===========================
*/

.JSTop
{
}
.jsBlueB 
{
	border-right: #2a00c4 1px solid;
	border-top: #2a00c4 1px solid;
	border-left: #2a00c4 1px solid;
	border-bottom: #2a00c4 1px solid;
	background:#111111;
}	
.JSBlueContent
{
	border-top: #2a00c4 1px solid;
	border-bottom: #2a00c4 1px solid;
	padding:5px;
}
.JSBlackB
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	background:#111111;
}	
.JSBlackContent
{
	border-top: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	padding:5px;
}	
.JSTitleContent
{
	border-bottom: #2a00c4 1px solid;
	background:#111111;
	padding:5px;
}	
.JSTopBarTitle
{
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
}
.JSTopBarTitleW
{
	color:#eeeeee;
	font-size:20px;
	font-weight:bold;
	font-family:Comic Sans MS;
}
.JSTopBarTitleB
{
	color:#111111;
	font-size:20px;
	font-weight:bold;
	font-family:Comic Sans MS;
}
.JSTopBarPurpleLeft 
{
    background:url(images/TopBarPurplel.png) no-repeat;
    height:32px;
    padding-left:7px;
}
.JSTopBarPurpleRight
{
    background:url(images/TopBarPurpler.png) no-repeat;
    background-position:right;
    height:32px;
    padding-right:7px;
}
.tblJSTopBarPurple
{
    background:#ffffff url(images/TopBarPurplem.png) repeat-x;
    height:32px;
    width:100%;
}
.JSTopBarGreenLeft 
{
    background:url(images/TopBarGreenl.png) no-repeat;
    height:32px;
    padding-left:7px;
}
.JSTopBarGreenRight
{
    background:url(images/TopBarGreenr.png) no-repeat;
    background-position:right;
    height:32px;
    padding-right:7px;
}
.tblJSTopBarGreen
{
    background:#ffffff url(images/TopBarGreenm.png) repeat-x;
    height:32px;
    width:100%;
}
.JSTopBarRedLeft 
{
    background:url(images/TopBarRedl.png) no-repeat;
    height:32px;
    padding-left:7px;
}
.JSTopBarRedRight
{
    background:url(images/TopBarRedr.png) no-repeat;
    background-position:right;
    height:32px;
    padding-right:7px;
}
.tblJSTopBarRed
{
    background:#ffffff url(images/TopBarRedm.png) repeat-x;
    height:32px;
    width:100%;
}
.JSTopBarBlueLeft 
{
    background:url(images/TopBarBluel.png) no-repeat;
    height:32px;
    padding-left:7px;
}
.JSTopBarBlueRight
{
    background:url(images/TopBarBluer.png) no-repeat;
    background-position:right;
    height:32px;
    padding-right:7px;
}
.tblJSTopBarBlue
{
    background:#ffffff url(images/TopBarBluem.png) repeat-x;
    height:32px;
    width:100%;
}
.JSTopBarWhiteLeft 
{
    background:url(images/TopBarWhitel.png) no-repeat;
    height:32px;
    padding-left:7px;
}
.JSTopBarWhiteRight
{
    background:url(images/TopBarWhiter.png) no-repeat;
    background-position:right;
    height:32px;
    padding-right:7px;
}
.tblJSTopBarWhite
{
    background:#000000 url(images/TopBarWhitem.png) repeat-x;
    height:32px;
    width:100%;
}
.JSTopBarContentInner
{
	/*
	background:url(images/JSTopBarBot.gif) repeat-x;
	background-position:bottom;
   */
	color:#111111;
	padding:10px;	
	margin-bottom:3px;
}
.JSTopBarLeft
{
	background:#111111 url(images/JSTopBarMid.gif) repeat-x;
	background-position:0 100%;
}


