body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table, img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}

/* main layout */
.tblHeader1 {
	background-image: url(../images/bgLogo.jpg);
	background-repeat: no-repeat;
	height: 62px;
}
.tblHeader2 {
	background-image: url(../images/bgMirror.jpg);
	background-repeat: no-repeat;
	height: 52px;
}
.tblBorderLeft {
	background-image: url(../images/bgBorderL.jpg);
	background-repeat: repeat-y;
}
.tblBorderRight {
	background-image: url(../images/bgBorderR.jpg);
	background-repeat: repeat-y;
}
.tblBorderBottom {
	background-image: url(../images/bgBorderB.jpg);
	background-repeat: repeat-x;
}
.tblBorderBottomLeft {
	background-image: url(../images/bgBorderLB.jpg);
	background-repeat: no-repeat;
}
.tblBorderBottomRight {
	background-image: url(../images/bgBorderRB.jpg);
	background-repeat: no-repeat;
}
.tblMain {
	background-color: #305FA2;
	background-image: url(../images/bgMainBg.jpg);
	background-repeat: repeat-y;
}
.tblFooter {
	background-image: url(../images/bgFooterBg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	height: 16px;
	text-align: center;
}

/* menubar */
.menubar {
	border-bottom: 1px solid #598AD2;
	height: 31px;
}
.listMenu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
.listMenu li {
	display: inline;
} 
.listMenu a, .menuEnd{	
	height: 28px;
	width: 94px;
	background-image: url(../images/buttonBG.jpg);
	border-left: 1px solid #21457A;
	border-right: 1px solid #598AD2;
	border-top: 1px solid #598AD2;
	border-bottom: 1px solid #21457A;
	float: left;
	
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	
	padding: 2px 0 0 0;
	margin: 0;
} 
.menuEnd {
	width: 99px;
	font-size: 10px;
	color: #1C3966;
	padding: 9px 0 0 0;
	height: 21px;
}
.menuEnd a {
	color: #1C3966;
}
.listMenu a:link, .listMenu  a:visited {
	color: #1C3966;
}
.listMenu a:hover, .listMenu  a:active {
	color: #1C3966;
	background: #698DC2;
} 

/* content tables
	* width left: 560
	* width right: 168
 */
.tblContentE {
	height: 15px;
}
.tblContentH {
	height: 24px;
	border-bottom: 1px solid #21457A;
	border-right: 1px solid #21457A;
	background-image: url(../images/bgTblHeaderBg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1B3865;
}
.tblContentHLeft {
	height: 24px;
	width: 15px;
	background-image: url(../images/bgTblHeaderL.jpg);
	background-repeat: no-repeat;
	float: left;
}
.tblContentB {
	border-left: 1px solid #21457A;
	border-right: 1px solid #21457A;
	border-bottom: 1px solid #21457A;
	background-color: #9FB5D5;
	
	color: #1E3C69;
	
	padding: 8px;
}
.paddedText {
	padding-top: 2px;
}

/* form elements */
.inputBoxDomain {
	width: 85px;
	color: #1E3C69;
}
.selectBoxTld {
	width: 55px;
	color: #1E3C69;
}
.button {
	margin-top: 10px;
	border: 1px solid #1E3C69; 
}

/* font */
.red {
	color: red;
}
.green {
	color: green;
}

/* hosting table */
.headerRow {
	border-bottom: 1px dashed #21457A;
	font-weight: bold;
	width: 100px;
	padding-bottom: 2px;
}
.nameCell {
	font-weight: bold;
}
.dataCell {
	border-left: 1px dashed #21457A;
	padding: 2px;
}
.dataRow td {
	border-bottom: 1px dashed #21457A;
	vertical-align: bottom;
	padding-bottom: 2px;
}

/* portfolio */
.siteTitle {
	border-bottom: 1px dashed #21457A;
	text-align: left;
	width: 95%;
	font-weight:bold;
}
.siteDesc img {
	float: left;
	margin-right: 4px;
	margin-right: 5px;
	width: 200px;
	height: 124px;
	border-style: solid;
	border-width: 1px;
	border-color: #21457A;
}
