﻿body
{
    padding:0px;
    margin:0px;
    font-size:12px;
    font-family:Calibri,Arial;
	background-color :#666;
}

h1
{
	font-family:Calibri,Arial;
	font-size : 20px;
}

h2
{
	font-family:Calibri,Arial;
	font-size : 18px;
}

h3
{
	font-family:Calibri,Arial;
	font-size : 16px;
}

h4
{
	font-family:Calibri,Arial;
	font-size : 14px;
}

h5
{
	font-family:Calibri,Arial;
	font-size : 12px;
}

a:link { text-decoration: none; color : #000; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: none; color : #000; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #000; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: none; color : Red; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

.PageLeft
{
    width:50%;
    background:#666666;
    border-right:1px solid  #000;
}
.PageRight
{
    width:50%;
    background:#666666;
    border-left:1px solid  #000;
}

.PageCenter
{
    width:1000px;
    padding-top:1px;
	background-color :#fff;
}
.PageTop
{
    background:url('images/top_bg.png') top left no-repeat;
    width:1000px;
    height:103px;
}
.PageTopMenu
{
    background:url('images/top_menu_bg.png') top left no-repeat;
    width:1000px;
    height:36px;
    text-indent:350px;
    color:White;
    font-weight:bold;
    font-family:Tahoma,Verdana;
    font-size:11pt;
}

.PageTopMenu a:link, .PageTopMenu a:active, .PageTopMenu a:visited
{ text-decoration: none; color : #fff; border: 0px; -moz-outline-style: none;}
.PageTopMenu a:hover	
{ text-decoration: none; color : Black; border: 0px; -moz-outline-style: none;} 
.PageTopMenu a:focus 
{ outline: none;-moz-outline-style: none;}

.PageLogo
{
    width:510px;
    height:103px;
    background:url('images/Logo.png') top left no-repeat;
}
.PageToolbar
{width:490px;
 text-align:right;
 vertical-align:middle;
 padding-right:20px;
}

.SolTop
{
    background:url('images/sol_top.png') top left no-repeat;
    font-size:14pt;
    font-weight:bold;
    color:Black;
    text-align:center;
    width:297px;
    vertical-align:top;
    padding-bottom:5px;
}
.SolBottom
{
    background:url('images/sol_bottom.png') top left no-repeat;
    width:297px;
    height:12px;
}
	
.SolBg
{
    background:url('images/sol_bg.png') top left repeat-y;
    width:297px;
    vertical-align:top;
    padding-top:5px;
}

.BoxTop
{
    width:127px;
    height:33px;
    text-align:center;
    vertical-align:middle;
    background:url('images/box_top.png') top left no-repeat;
}
.BoxTopH
{
    width:127px;
    height:33px;
    text-align:center;
    vertical-align:middle;
    background:url('images/box_top.png') top left no-repeat;
    color:White;
}
.BoxTop2
{
    width:127px;
    height:55px;
    font-size:14pt;
    font-weight:bold;
    color:#00;
	text-align:center;
    vertical-align:bottom;
    background:url('images/devPortTitle2.png') top left no-repeat;
}
.BoxBottom
{
    width:127px;
    height:81px;
    text-align:center;
    vertical-align:middle;
    background:url('images/box_bottom.png') top left no-repeat;
    cursor:pointer;
}
.PageFooter
{
    width:667px;
    height:121px;
    background:#666666 url('images/footerbg.png') top repeat-x;
    color:Silver;
    padding-left:10px;
    }
.PageFooterImg
{
    width:333px;
    height:121px;
    background:#666666 url('images/footer.png') top right no-repeat;
    }
  
.Content   
{width:700px;}

.appControlLeft
{
	/*width:300px;
	height:100%;*/
}

.collapsPanelTitle
{
	color:#fff;
	background-color:#333;
	width:100%; height:25px;
	vertical-align:middle;
	text-indent:5px;
	cursor:pointer;
}
.collapsPanelImg
{
	white-space:nowrap;
	width:50px; height:25px;
	vertical-align:middle;
	background-color:#333;	
	cursor:pointer;
}
.collapsPanelContent
{
	color:#000000;
	width:250px;
	overflow:visible;
	padding:3px 0px 5px 3px;
}
.accordionHeader
{
	background:#333 url('images/arright.png') no-repeat;
	border:solid 1px #fff;
	color:#fff;
	height:25px;
	font-size:12px;
	padding:13px 3px 3px 3px; text-indent:15px;
	font-weight:normal;
	cursor:pointer;
}

.accordionHeaderSelected
{
	background:#333 url('images/ardown.png') no-repeat;
	border:solid 1px #fff;
	color:#fff;
	font-size:12px;
	height:25px;
	padding:13px 3px 3px 3px; text-indent:15px;
	font-weight:bold;
	cursor:pointer;
}

.accordionContent
{
	background-color:#ccc;
	color:#333;
	height:auto;
	font-size:16px;
}

.mapHeader{background:#333; color:#999; height:24px; padding:5px; }
.mapName{color:#fff; font-size:14px; font-weight:bold; font-family:Georgia; width:450px; white-space:nowrap;}

