/* STRUCTURE */
body {
	font-family:Arial;
	font-size:11px;
	margin:0;
	padding:0;
	background-color: #000;
	line-height: 12px;
}
a {
	text-decoration: none;
	color: #bcbcbc;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.separator {
	margin-left:5px; 
	margin-right:5px
}
.separatorLine {
	width: 767px;
	height: 2px;
	margin: 0px;
	vertical-align: top;
	background-image: url(../images/separator.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#container {
	overflow: visible;
	position: relative;
	width: 1200px;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 950px;
}
/* Logo for the content pages*/
#containerContentLogo {
	float: left;
	width: 100%;
	height: 168px;
	margin-top: 30px;
	text-align: center;
}
#contentLogoImage {
	float: left;
	width: 725px;
	height: 168px;
	margin-left: 250px;
}
/* Logo for the main page*/
#containerLogo {
	float: left;
	width: 100%;
	height: 224px;
	margin-bottom: 50px;
	margin-top: 150px;
}
#logoImage {
	float: left;
	background: url(../images/logo-large.png) no-repeat center;
	width: 1200px;
	height: 224px;
}
/* Menu for the main page*/
#containerMenu {
	float: left;
	background-image: url(../images/menu-bkg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 1200px;
	height: 129px;
}
#menu {
	float: left;
	width: 690px;
	margin-top: 15px;
	margin-left: 270px;
	height: 20px;
}
/* Menu for the content pages*/
#containerContentMenu {
	float: left;
	background-image: url(../images/content-menu-bkg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 1200px;
	height: 49px;
	margin-top: 5px;
}
#contentMenu {
	float: left;
	width: 690px;
	margin-top: 18px;
	margin-left: 270px;
	height: 20px;
}

#homeInfo {
	float:left; 
	width:500px;
	margin-left: 350px;
	margin-top: 20px;
	color: #bcbcbc;
}
#containerFooter {
	float: left;
	width: 1200px;
	padding-bottom: 20px;
	color: #8a8a8a;
}
#containerFooter a {
	text-decoration: none;
	color: #8a8a8a;
}
#containerFooter a:hover {
	text-decoration: none;
	color: #fff;
}
#pageContent {
	float: left;
	background-image: url(../images/content-bkg.png);
	background-repeat: repeat-x;
	height: 504px;
	width: 1200px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#pageContentSmall {
	float: left;
	background-image: url(../images/content-bkg-small.png);
	background-repeat: repeat-x;
	height: 342px;
	width: 1200px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#pageContentLarge {
	float: left;
	background-image: url(../images/content-bkg-large.png);
	background-repeat: repeat-x;
	height: 923px;
	width: 1200px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#pageContentNoBkg {
	float: left;
	width: 1200px;
	margin-top: 50px;
	margin-bottom: 80px;
}
/* About page */
.aboutImage {
	float: left;
	height: 413px;
	width: 260px;
	margin-left: 120px;
	margin-right: 30px;
	margin-top: 30px;
}
.aboutContent {
	float: left;
	height: 300px;
	width: 700px;
	margin-top: 30px;
	margin-right: 50px;
	color: #bcbcbc;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
}
/* Contact page */
.contactImage {
	float: left;
	height: 261px;
	width: 259px;
	margin-left: 120px;
	margin-right: 30px;
	margin-top: 30px;
}
.contactContent {
	float: left;
	height: 413px;
	width: 700px;
	margin-top: 30px;
	margin-right: 50px;
	color: #bcbcbc;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
}
/* Portofolio page */
.leftPanel {
	float: left;
	width: 169px;
	height: 340px;
	background-image: url(../images/portofolio-left.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: 120px;
}
.rightPanel {
	float: right;
	width: 169px;
	height: 340px;
	background-image: url(../images/portofolio-right.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-right: 120px;
}
.middlePanel {
	float: left;
	width: 600px;
	height: 300px;
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;
}
/* Services page */
.imagesPanel {
	float: left;
	width: 112px;
	margin-left: 120px;
	margin-top: 80px;
}
.servicesPanel {
	float: left;
	width: 800px;
	margin-left: 50px;
	margin-top: 30px;
	color: #bcbcbc;
	font-size: 14px;
}
.servicesAdminPanel {
	float: left;
	width: 800px;
	margin-left: 250px;
	margin-top: 30px;
	color: #bcbcbc;
	font-size: 14px;
}
/* Service login page */
#loginHeader {
	float: left;
	width: 1200px;
	height: 14px;
	background-image: url(../images/login-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 40px;
}
.loginErrorMessage {
	font-size: 16px;
	font-style: italic;
	color: red;
	text-align:center;
	margin-top: 30px;
}
#loginForm {
	float: left;
	width: 200px;
	margin-top: 30px;
	margin-left: 485px;	
	padding: 15px;
	color: #fff;
	border: 1px solid #a1a1a1;
}
#loginForm .inputField {
	background-color: black;
	opacity:0.6;
	border: 1px solid #a1a1a1;
	height: 20px;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	color: #fff;
	font-size: 12px;
}
.btnSubmit {
	width:98px;
	height:30px;
}
.btnSubmit:hover {
	background:url(../images/submit-on.png) no-repeat left top;
}
.btnLogout {
	width:72px;
	height:10px;
}
.btnLogout:hover {
	width:72px;
	height:10px;
	background:url(../images/logout-on.png) no-repeat left top;
}
#adminForm {
	float: left;
	width: 600px;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	color: #fff;
}
select {
	background-color: transparent;
	background: url(../images/select-bkg.png) no-repeat left top;
	height: 21px;
	width: 135px;
	border: 0px;
	color: #fff;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
option {
	background-color: rgba(255,255,255,0);
 	background: url(../images/option-bkg.png) repeat-y;
 	height: 21px;
	border: 0px;
	padding-left: 3px;
}
#servicesContent {
	float: left;
	width: 600px;
	margin-top: 30px;	
	color: #fff;
	border: 1px solid #a1a1a1;
	padding: 5px;
}

/* Tab view */
.TabView
{
	float: left;
    width:805px;
    height:400px;
    margin-left: 205px;
}
.TabView .Tabs 
{
  height:26px;
  display:block;
  background:#000;
}
.TabView .Tabs a {
    display:block;
    float:left;
    width:161px;
    height:30px;
    text-align:center;
    text-decoration:none;
    margin:0px;
    padding-top: 10px;
    background-image: url(../images/tab-header.png);
    background-repeat: no-repeat;
}
.TabView .Tabs a.ActiveTab
{
    background-image: url(../images/tab-header-on.png);
    background-repeat: no-repeat;
    width: 161px;
    height: 30px;
}
.TabView .Tabs a.InactiveTab
{
}
.TabView .Tabs a:hover
{
	background-image: url(../images/tab-header-on.png);	
}
.TabView .Pages{
    width:100%;
}
.TabView .Pages .Page{
    height:400px;
    border: 1px solid #bcbcbc;
    margin-top: 3px;
    padding: 10px;
    color: #bcbcbc;
}
.TabView .Pages .Page .PageHeader{
    width: 180px;
    float: left;
    line-height: 18px;
    color: #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    font-family: Arial;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 10px;
}
.TabView .Pages .Page .PageLine{
    width: 180px;
    float: left;
    line-height: 18px;
    color: #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    font-family: Arial;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 10px;
    height: 18px;
}
.TabView .Pages .Page .PageContent{
    width: 760px;
    height: 280px;
    float: left;
    line-height: 18px;
    color: #bcbcbc;
    font-family: Arial;
    font-size: 14px;
    margin-top: 20px;
}
.TabView .Pages .Page .PageFooter{
    float: right;
    width: 150px;
    font-size: 14px;
    margin-top: 20px;
}
.btnSave {
	width:44px;
	height:11px;
}
.btnSave:hover {
	width:44px;
	height:11px;
	background:url(../images/save-on.png) no-repeat left top;
}
.btnCancel {
	width:71px;
	height:11px;
	margin-left: 15px;
}
.btnCancel:hover {
	width:71px;
	height:11px;
	background:url(../images/cancel-on.png) no-repeat left top;
}
.PageLine .inputField {
	background-color: transparent;
	height: 18px;
	color: #fff;
	font-size: 12px;
	border: none;
}

