/***********************************Main***************************************/

a:visited	{ color: #ff6600; text-decoration: none; }
a:active	{ color: #676767; text-decoration: none; }
a:link		{ color: #2a2a2a; text-decoration: none; }
a:hover		{ color: #1E80AE; text-decoration: none; }

DIV,FORM,P,TD,BODY { font-size: 12pt; }

body {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3F3F3F;
	text-decoration: none;
	font-family: Verdana;
}

#TableTitleLink a:link, #TableTitleLink a:visited { color: #ff6600; }

.button {
	filter: alpha(opacity=80);
	background-image: url(../share/button_bg.gif);
	height: 25px;
	font-size: 16px;
	border: #000000 1px solid;
}

#desktop {
	visibility: visible;
}

#desktopTitlebarWrapper {
	border: 0;
}

#desktopTitlebar {
	padding: 7px 8px 6px 8px;
	height: 23px;
	background: transparent;
}

#desktopTitlebar h1.applicationTitle {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
}

#desktopTitlebar h2.tagline {
	display: inline;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding: 5px 0 0 0;
}

#desktopTitlebar h2.tagline .taglineEm {
	color: #fff;
	font-weight: bold;	
}

#pageWrapper {
	overflow: auto;
	background: #ffffff;
	border: 0;	
}	

#page {
	margin: 0 auto 0;
	width: 100%;
	background: #fff;
}

#content {
	padding: 20px;
}

#footer {
	text-align: right;
	background: #3F3F3F;
	padding: 10px 20px;
	color: #fff;
	font-size: 12px;
}

#footer span{
	float: left;
	background: #3F3F3F;
	padding-bottom: 5px;
}

#dockWrapper {
	border-top: 1px solid #222;
	border-bottom: 0;
}

#dockWrapper.top {
	border-top: 0;
	border-bottom: 1px solid #222;
}

/******************************************************************************/
/******************************Login Error************************************/

#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(../share/login_error_arrow.gif) left center no-repeat;
	padding-left: 7px
}
#msgcontent {
	display: block;
	background: #000000;
	border: 2px solid #000000;
	border-left: none;
	padding: 5px;
	color: #ffffff;
	min-width: 150px;
	max-width: 250px
}

/******************************************************************************/
/******************************Cornercssrain***********************************/

/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin: 1em 0;
	padding: 0 10px;
	border: 1px solid #666;
	background: #fff;
}
.cbb h1 {
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #efece6;
	font: bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb { margin: 0.5em 0; }
	/* Top corners and border */
.bt {
	height: 17px;
	margin: 0 0 0 18px;
	background: url(../corners/box.png) no-repeat 100% 0;
}
.bt div {
	position: relative;
	left: -18px;
	width: 18px;
	height: 17px;
	background: url(../corners/box.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}

	/* Bottom corners and border */
.bb {
	height: 14px;
	margin: 0 0 0 12px;
	background: url(../corners/box.png) no-repeat 100% 100%;
}
.bb div {
	position: relative;
	left: -12px;
	width: 12px;
	height: 14px;
	background: url(../corners/box.png) no-repeat 0 100%;
	font-size: 0;
	line-height: 0;
}

	/* Left border */
.i1 {
	padding: 0 0 0 12px;
	background: url(../corners/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding: 0 12px 0 0;
	background: url(../corners/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display: block;
	margin: 0;
	padding: 1px 10px;
	background: #fff;
}
	/* Make the content wrapper auto clearing so it will contain floats*/
.i3:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.i3 { display: inline-block; }
.i3 { display: block; }

/******************************************************************************/
/**********************************JS Keybord**********************************/

.btn_letter {
border-right: #808080;
border-top: #808080;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff, EndColorStr=#DDDCDC);
border-left: #808080;
border-bottom: #808080;
color:#075BC3;
}
.btn_num {
border-right: #307EA5;
border-top: #307EA5;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#3998C6);
border-left: #307EA5;
border-bottom: #307EA5;
color: #215974;
font-weight: bold;
}

/******************************************************************************/
/******************************************************************************/
