﻿* {
    margin: 0px;
    padding: 0px;
}
body {
    background-image: url('../themes/panoramic_dark/imgs/background.gif');
    text-align: center;

}
h1 
{
	padding: 5px;
}
p 
{
	font-family: "Arial";
	padding: 8px;
}

.tHeader 
{
    font-family: "Arial";
    font-size: "12px";	
    font-weight: bolder;
}
.tContent 
{
	padding: 8px;
	text-align: justify;
	vertical-align: top;
}

a {
  outline: none;
  font-family: "Arial";
  color: Silver;
  text-decoration: none; 
}
a:focus {
  -moz-outline-style: none;
}
a:hover 
{
	color: Yellow;
}
img 
{
    border-style: none;
}

#main 
{
    position: relative;
    margin: 0px auto;
    z-index: 10;
}

#topDock_holder
{
    position: relative;
    top: 5px;
    width: 734px;
    height: 190px;
    margin: 2px auto;
    text-align: left;
    z-index: 300;
}
#topDock 
{
    position: relative;
    background-image: url('../themes/panoramic_dark/imgs/topDock.png');
    width: 734px;
    height: 170px;
    z-index: 1000;
}
#topDock_backgroundImage 
{
    position: absolute;
    height: 135px;
    width: 524px;
    top: 15px;
    left: 193px;
    background-color: #CCCCCC;
    z-index: 990;
}
#topDock_displayImage 
{
    
}
#topDock_content 
{
    position: absolute;
    height: 128px;
    width: 455px;
    top: 17px;
    left: 210px;
    z-index: 1005;
    overflow: hidden;
    padding: 3px;
    background-color: transparent;
    color: White;
    text-align: left;
}
#topDock_submenu_holder 
{
    position: relative;
    left: 110px;
    top: -5px;
    height: 22px;
    width: 516px;
    overflow: hidden;
}
#topDock_submenu 
{
    position: absolute;
    bottom: 0px;
    background-image: url('../themes/panoramic_dark/imgs/topDock_submenu.png');
    background-repeat: no-repeat;
    background-position: 0px 100%;
    width: 100%;
    height: 600px;
    z-index: 700;
}
#topDock_submenu_contents
{
    position: absolute;
    bottom: 20px;
    padding: 3px 5px 10px 10px;
    width: 100%;
}
#topDock_submenu_contents a 
{
    position: relative;
}
#topDock_submenu_dropper
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 20px;
    font-family: 'Comic Sans MS';
    padding-bottom: 4px;
    text-align: center;
    cursor: pointer;
    z-index: 750;
}
#mainContents 
{
    position: relative !important;
    position: fixed;
    width: 100%;
    margin: 20px auto;
    z-index: 100;
    
    color: White;
    
}
#mainPart 
{
    width: 700px;
    text-align: left;
    margin: 0px auto;
}

#appOverlay 
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: Gray;
    z-index: 10000;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    opacity: 0.50;
}



#appDialog 
{
    position: absolute;
    z-index: 11000;
    top: 50px;
    left: 50px;
    text-align: left;
}
#lightbox_topLeft 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 51%;
    background-image: url('../Themes/Dialogs/winSilver/dialogFilled.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#lightbox_topRight 
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 51%;
    background-image: url('../Themes/Dialogs/winSilver/dialogFilled.gif');
    background-position: right top;
    background-repeat: no-repeat;
}
#lightbox_bottomLeft 
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50%;
    height: 50%;
    background-image: url('../Themes/Dialogs/winSilver/dialogFilled.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
}
#lightbox_bottomRight 
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
    height: 50%;
    background-image: url('../Themes/Dialogs/winSilver/dialogFilled.gif');
    background-position: right bottom;
    background-repeat: no-repeat;
}
#lightbox_titlebar 
{
    position: absolute;
    top: 6px;
    left: 6px;
    height: 20px;
    background-color: Black;
    z-index: 11100;
}
#lightbox_winbuttons 
{
    position: absolute;
    top: 5px;
    right: 6px;
    height: 20px;
    width: 50px;
    z-index: 11100;
}
.lightbox_closebutton 
{
    float: right;
    height: 21px;
    width: 21px;
    background-image: url('../Themes/Dialogs/winSilver/closebutton.gif');
    background-position: 0px 0px;
    outline: none;
}
.lightbox_closebutton_hover
{
    float: right;
    height: 21px;
    width: 21px;
    background-image: url('../Themes/Dialogs/winSilver/closebutton.gif');
    background-position: 42px 0px;
    outline: none;
}
.lightbox_closebutton_pressed
{
    float: right;
    height: 21px;
    width: 21px;
    background-image: url('../Themes/Dialogs/winSilver/closebutton.gif');
    background-position: 21px 0px;
    outline: none;
}
#lightbox_mainholder 
{
    position: relative;
    left: 4px;
    padding: 30px 4px 4px 4px;
    text-align: left;
}
#lightbox_maincontents 
{
    width: 100%;
    height: 100%;
    
    overflow: auto;
}
#lightbox_body
{
    padding: 6px 10px 12px 10px;
}
#lightbox_statusbar 
{
    position: relative;
    left: -4px;
    width: 100%;
    height: 25px;
    background-color: Blue;
}


#contactForm 
{
	position: relative;
	width: 80%;
	left: 10%;
}
input[type=text]
{
	height: 23px;
	width: 280px;
	border: solid 1px #dddddd;
	background: #ffffff url('../images/inputBGs.gif') repeat-x;
	font-family: "Arial";
	font-size: large;
	margin: 4px 0px 3px 5px;
	padding: 0px 5px 0px 5px;
}
input[type=file]
{
	height: 23px;
	width: 280px;
	border: solid 1px #dddddd;
	background: #ffffff url('../images/inputBGs.gif') repeat-x;
	font-family: "Arial";
	font-size: large;
	margin: 4px 0px 3px 5px;
	padding: 0px 5px 0px 5px;
}
textarea
{
	height: 80px;
	width: 280px;
	border: solid 1px #dddddd;
	background: #ffffff url('../images/textarea80pxBGs.gif') repeat-x;
	font-family: "Arial";
	font-size: large;
	margin: 4px 0px 3px 5px;
	padding: 0px 5px 0px 5px;
}
input[type=submit], input[type=button]
{
	height: 25px;
	width: 90px;
	border: 0px;
	background: transparent url('../images/button25px.gif') no-repeat;
	background-position: bottom;
	font-family: "Arial";
	font-size: large;
}
input[type=submit]:hover, input[type=button]:hover
{
	height: 25px;
	width: 90px;
	border: 0px;
	background: transparent url('../images/button25px.gif') no-repeat;
	background-position: middle;
	font-family: "Arial";
	font-size: large;
}

.fileinputcontainer {
	position: relative;
}
.fakefileinput 
{
	height: 23px;
	width: 200px;
	border: solid 1px #dddddd;
	background: #ffffff url('../images/inputBGs.gif') repeat-x;
	font-family: "Arial";
	font-size: large;
	margin: 4px 0px 3px 5px;
	padding: 0px 5px 0px 5px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10001;
	float: left;
}
.styledfileinput {
	position: relative;
	float: right;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 10002;
	width: 320px;
}
.fakefilebutton 
{
	position: absolute;
	right: 0px;
	top: 3px;
	background: url('images/button25px.gif') no-repeat bottom;
	height: 25px;
	width: 90px;
	z-index: 10001;
}



.formLeft 
{
	width: 40%;
}
.formRight 
{
	width: 60%;
}




#debug 
{
    color: Black;
    background-color: White;
    width: 800px;
    height: 200px;
    margin: 0px auto;
    overflow: auto;
    border: ridge;
    text-align: left;
    display: none;
}