﻿/********************************************************
*********************************************************
***************EMMANUEL(October 16, 2009)*****************  
*********************************************************
********************************************************/
/* Bank One Styles */
 body {
	margin:0;
	padding:0;
	
	font:normal 11px tahoma,verdana,arial,sans-serif !important;
	background-color: #e6e9ee;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	overflow:hidden;
	background-size:100px 100px;
	}
	
/* === HEADER === */

	#header {
		width:100%;
		height:auto;
		margin-top: 5px;
		padding-left: 30px;
		margin-left: 20px;
				
	}
	
	pane-logo { float: right; width: 180px;}

 #login  
 {
	 color: #fff;
		background-image:url(images/login_bg.png);
		background-position:center;
		background-repeat:no-repeat;
		margin: 0 auto;
		width: 500px;
		height: 450px;
		float: none;
		padding:240px 0 0 15px;
		display: block;
		
		 }
 input#authToken{
			align-self:auto;
 }
	.login_content {
		margin-left:20px;
		width: 250px;
		padding:0;
		background:none;
		color: #FFF;
		font: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align:right;
			}


#access  
 {
		margin: 0 auto;
		width: 530px;
		height: 200px;
		float: none;
		padding:150px 0 0 15px;
		display: block;
		
		 }

#loginform .textfield {
border:1px solid #999999;
clear:right;
background: #f0ffff;
}
#loginform .textfield:focus,#loginform .textfield:hover {
border:1px solid #333333;
background-color:#FFF;
}
#loginform .textfield2 {
display:none;
border:1px solid #999999;
clear:right;
background: #f0ffff;
}
#loginform .textfield2:focus,#loginform .textfield2:hover {
display:none;
border:1px solid #333333;
background-color:#FFF;
}
#loginform .loginbutton { background: url(images/form_btn.png) no-repeat; width: 84px; height:34px; border:0;}
#loginform .loginbutton:hover { background: url(images/form_btn_over.png) no-repeat;}
#loginform a { color:#FFF; text-decoration:underline;}
#loginform a:hover { color:#ddd; text-decoration:none;}

#contentwrapper {
width: 100%;
margin-top: 40px;
background: url(images/bg_main10.png) no-repeat center center; /*add new login image here*/
background-size: cover;
min-height: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #C8FC98;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.workshop
{
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	text-indent: 4px;
	background-color: #39699B;
}
.modalBackground
{
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: #39699B;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
	padding: 5px;
}
.validation { width: 200px; margin: 25px 0px 0px 20px; text-align: left;}
/*-------------------------Footer----------------------------*/
#footer
{
	float:left;
	clear:both;
	margin-top: 10px;
	display:block;
	position: relative;
	bottom: 0;
	border-top: 1px solid #09C;
	height:30px;
	line-height:1.5em;
	width:100%;
	overflow: hidden;
}

#f_wrap
{
	text-align:left;
	line-height:1.5em;
	height:auto;
	color:#999;
	z-index:20000;
	margin: 0px 20px 0 20px;
	
}
#f_wrap #left
{
	font-size:11px;
	float:left;
	width:700px;
	margin-top:10px;
}
#f_wrap #left span
{
	margin-right:20px;
}
#f_wrap #left a {
	color:#111;
}
#f_wrap #left a:hover
{
	text-decoration:none;
}
#f_wrap #left a.list
{
	padding:0px 10px;
}
#f_wrap #left a.list:hover
{
	text-decoration:underline;	
}
#f_wrap #right
{
	float:right; 
	width:150px;
	text-align: right;
	margin-top: 10px;
}
#f_wrap #right a{ color:#333; text-decoration:none;}
#f_wrap #right a:hover{ color:#000; text-decoration:underline;}
.BtnCancel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #36689A;
	border: thin solid #C0C0C0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: middle;
	text-align: center;
}
