/* Load pages spec*/
#leftcolumn{
	float:left;
	width:180px;
	padding: 0px;
}

#leftcolumn a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #006699;
}
#leftcolumn a.link{
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #006699;
}
#leftcolumn a.visited{
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #006699;
}

#leftcolumn a:hover{
	background-color: #006699;
	color: #FFFFFF;
}

#rightcolumn{
	float:left;
	width:650px;
	margin-left: 20px;
	padding: 0px;
	background-color: #FFFFFF;
}
#subcolum{
	float:left;
	width:650px;
	margin-left: 20px;
	padding: 0px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}

#nav3{
	width: 100%;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Standard Syyles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eaeaea;
	margin: 0px;
	padding: 0px;
}
.title1{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333333;
}
#subconHolder{
	width:850px;
	margin-left: 0px;
	float: left;
	line-height: 1.5em;
	padding-top: 20px;
}
#subconHolderIndex{
	width:810px;
	margin-left: 0px;
	float: left;
	line-height: 1.5em;
	background-color: #FFFFFF;
	padding: 20px;
}
#mainSub1{
	width:266px;
	padding: 0px;
	float: left;
}
#mainSub2{
	float:left;
	width:310px;
	min-height: 400px;
	padding: 0px;
	margin-right: 18px;
	margin-left: 19px;
}
#mainSub3{
	float:left;
	width:180px;
	min-height: 400px;
}
#mainSubBtn{
	float:left;
	width:190px;
}
table {
	font-size: 12px;
	line-height: 1.5em;
}
.content {
	background-image:url(imgs/bg-content.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}

/* footer ----------------*/
.footerIndex {
	size:11px
	float:left;
	width:650px;
	min-height: 400px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	padding: 0px;
	margin-top: 20px;
}
.footer {
	size:11px
	float:left;
	width:850px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
.zoom {
	background-color: #e3bb1d;
	background-image: url(imgs/zoom-bg.jpg);
	height: 23px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.btn {
	background-image: url(imgs/bg-btn.jpg);
	height: 23px;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	background-position: center;
	border: 1px solid cf9b00;
}
/* presssss ----------------------*/
fieldset {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    text-align: left;
}

h1 {
	font-size: 16px;
	color: #333333;
}

h2 {
    font-size: 12px;
    font-style: italic;
}

hr {
	color: eaeaea;
	height: 1px;
	width: 100%;
}

img {
    border: none;
}

label {
    font-size: 12px;
}

li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

ol {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 11px;
    padding-left: 11px;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-left: 8px;
}

th {
    padding: 4px;
}

body.jswindow {
    background-color: #BFC4CB;
    border: none;
    padding: 0px;
    margin: 15px;
}

body.jswindow input[type=text], body.jswindow textarea {
    background-color: #FFFFFF;
    border-color: #354463;
    border-style: solid;
    border-width: 1px;
    width: 200px;
}

div.code {
    background-color: #DEE7EF;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 5px;
}

input[type=submit],
input[type=reset],
input[type=button] {
	width: 90px;
	background-image: url(imgs/bg-btn.jpg);
	border: 1px solid #bf8a01;
	height: 23px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	background-color: #FFCC00;
}

input[type=text], input[type=password] {
	background-color: eaeaea;
	padding: 5px;
	border: thin solid #eaeaea;
}

/*
table.tablecenter {
    margin-left: auto;
    margin-right: auto;
}

table.login {
    background-color: #BFC4CB;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

table.login th {
    background-color: #5F7797;
    color: #E9F2FC;
    padding: 5px;
}

table.login td {
    padding: 5px;
}

table.installer {
    background-color: #BFC4CB;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 370px;
}

table.installer th {
    background-color: #5F7797;
    color: #E9F2FC;
    padding: 5px;
}

table.installer td {
    padding: 5px;
}

.center {
    text-align: center;
}

.copyright {
    font-size: 11px;
    text-align: center;
}

.left {
    text-align: left;
}
*/
.menu {
    border-bottom-color: #000000;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-left-color: #000000;
    border-left-style: dashed;
    border-left-width: 1px;
    padding: 5px;
}

.notify {
    background-color: lightgrey;
}

.notify td {
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: 1px;
}

.right {
    text-align: right;
}

.subtext {
    margin-top: 0px;
}

#border {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 600px;
}

#content {
    border-bottom-color: #000000;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-left-color: #000000;
    border-left-style: dashed;
    border-left-width: 1px;
    border-right-color: #000000;
    border-right-style: dashed;
    border-right-width: 1px;
    float: left;
    padding: 5px;
    min-height: 360px;
    width: 388px;
}

#navigation {
    float: left;
    width: 200px;
}

#imageupload
{
    display: none;
}
.galleryPad {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
