body
{
   background: #3d547d;
   margin:0px;
   text-align:center;
   color:#444;
   font-family: verdana,sans-serif,arial;
   font-size:9pt;
}   


table
{
   border-collapse:collapse;
   font-family: verdana,sans-serif,arial;
   font-size:9pt;
}

#main
{
   width:900px;
   background-color:#fff;
   margin: auto;
   text-align:left;
   border:1px solid #46a;
}

#header
{
   width:100%;
   background: #07d url(header_bg.png) repeat-x;
}

#header td
{
   padding:  8px 6px 2px 20px;
}

#navigation
{
   width:100%;
   background: #1B72CD url(nav_bg.png) repeat-x;
   border-bottom: 2px solid #39649C;
   border-top:1px solid #6ae;
}

#navigation td
{
   text-align:center;
   border-top:1px solid #6ae;
   border-right:1px solid #2F6DCB;
   border-left: 1px solid #2F6DCB;
   width:115px;
}
#navigation a
{
   color:#fff;
   text-decoration:none;
   display:block;
   padding:7px 0px 7px 0px;
   width:100%;
}

#language
{
   background: #07d url(header_bg.png) repeat-x;
   text-align:right;
   color:#fff;
   vertical-align:top;
   width:100%;
}
#language a
{
   text-decoration:none;
   color:#bef;
}

#psdn
{
   text-align:right;
   color:#fff;
}

#psdn a
{
   text-decoration:none;
   color:#fff;
}

#action a
{
   text-decoration:none;
   color:#FFFF00;
   font-size:18px;
   text-align:center;
}

div.download_button
{
   width:182px;
   height:38px;
   background: url('button.png');
   background-repeat: no-repeat;
   background-position: center;
   text-align:center;
   font-size:13px;
   font-weight:bold;
   margin:8px;
   padding-top:8px;
}

a.download2
{
   color: white;
   font-size:13pt;
   text-decoration: underline;
   font-weight:bold;
}

h1.blue
{
	display:block;
	font-weight:bold;
	color:#3333cc;
	height:20px;
	border-bottom:solid 1px #bbb;
	padding:5px 0 0 0;
	font-size: 17px;
}

h2.blue
{
	display:block;
	font-weight:bold;
	color:#3333cc;
	border-bottom:solid 1px #bbb;
	margin:0px 0px 10px 0px;
	font-size: 15px;
}

a.alert
{
	text-decoration: none
}

div.right_block
{
   padding: 10px;
}

div.footer
{
   width:100%;
   height: 40px;
   background-color:#4466aa;
}

div.footer2
{
   color:white;
   padding:10px 10px 10px 10px;
   text-align:center;
   background-color:#4466aa;
}

div.footer2 a
{
   color:white;
}

div.content
{
   padding:10px;
   margin:10px;
}

#buy_table
{
	text-align: left;
	width: 100%;
}

#sales_geography_table
{
	text-align: center;
	width: 100%;

}

thead.buy_header
{
	background-color: #bbbbbb;
	text-align: center;
}
tr.buy_grey_row
{
	background-color: #dddddd;
}

th.sales_geography_grey
{
	background-color: #dddddd;
	padding:7px 0px 7px 0px;
	font-size:11pt;
}

td.sales_geography_grey
{
	background-color: #f7f7f7;
}

#download_table
{
   border :solid 1px #999999;
   margin-top:10px;
}

#download_table td
{
   border :solid 1px #999999;
   padding:10px;
}

p.note2
{
   background-color: #e0ecfa;
   border: solid thin #CCCCCC;
   padding: 5px;
}

div.sitemap_block
{
   margin: 0px 0px 0px 20px;
}

img	{
	border: none;
}

img.screenshot	{
	margin: 0 8pt 0 8pt;
}

.warning,
.error	{
	color: maroon;
	font-weight: bold;
}

#pbx_list
{

   text-align: left;
   width: 631px;
   border: 1px solid #999999;
}

#pbx_list td
{
   border: 1px solid #999999;

}

tr.pbx_list_grey_row
{
   background-color: #dddddd;
}


ul#cssmenu {
        width:900px;
        margin: 0;
        border: 0 none;
        padding: 0;
        list-style: none;
        background: #1B72CD url(nav_bg.png) repeat-x;
        height: 30px;
		border-bottom: 2px solid #39649C;
		border-top:1px solid #6ae;
		/*border-collapse:collapse;*/
}

ul#cssmenu li {
        margin: 0;
        padding: 0;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        height: 30px;
		width: 12.25%;
		text-align:center;
		border-left: 1px solid #2F6DCB;
		border-right: 1px solid #2F6DCB;
		
}

ul#cssmenu ul {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: 230px;
        list-style: none;
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
}

ul#cssmenu ul:after {
        clear: both;
        display: block;
        font: 1px/0px serif;
        content: ".";
        height: 0;
        visibility: hidden;
}

ul#cssmenu ul li {
        width: 230px;
        float: left;
		text-align:left;
        display: block !important;
        display: inline;
}

/* Main Menu */
ul#cssmenu a {
        border: 0px;
        padding: 0 10px;
        float: none !important;
        float: left;
        display: block;
        background: #1B72CD url(nav_bg.png) repeat-x;
        color: #FFFFFF;
        font: 12px/28px Verdana, Arial;
        text-decoration: none;
        height: auto !important;
        height: 1%;

}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
        background: #CCCCFF;
        color:#003366;
        border-top:#003366 1px solid;
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
        border-top: 1px solid #CCCCFF;
        float: none;
        background: #003366 url(nav_bg.png) repeat-x;
        color: #FFFFFF;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
        border-top: 1px solid #CCCCFF;
        background: #CCCCFF;
        color:#003366;
        border:#003366 1px solid;
}

ul#cssmenu ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
        display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
        display: block;
} 


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../js/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../js/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

