@import "reset.css";
@import "forms.css";
/* End of imported css files */
@charset "utf-8";
/*	Desc: gShare Screen Media Style Sheet
	Author: Hakan Uzunoglu - Designer
	Author: Guney Can Gokoglu - Developer
*/
html {
}
body {
	background:url(../images/site/bg.jpg) repeat-x #082765;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #FFF;
}
/* Common Styles */
/* Sitewide Links */
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
	border:none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	border:none;
	font-weight:bold;
}
/* Sitewide Headers */
h1, h2, h3, h4, h5, h6 {
	font-family:Myriad Pro, Arial, Helvetica, Verdana, sans-serif;
	color:#FFF;
	font-weight:normal;
	margin:0.7em 0;
	line-height:1.1em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:bold;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
	display:none;
}
h1 {
	font-size:2.4em;
	letter-spacing:-0.05em;
}
h2 {
	font-size:1.9em;
	letter-spacing:-0.05em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.2em;
}
/* Sitewide HTML Elements */
p {
	margin:1em 0 1em 0;
	line-height:1.5em;
}
ul, ol {
	list-style-type: disc;
	list-style-position: inside;
	margin:1em;
	text-indent:1em;
	line-height:1.5em;
}
li {
}
/* Sitewide Helper Classes */
.floatLeft {
	float:left;
	display:inline;
}
.floatRight {
	float:right;
	display:inline;
}
.center{
	margin:0 auto;
	display:block;
}
.clear {
	clear:both;
}
.borderless {
	border:none;
}
.bordered {
	border:1px solid #a67c5d;
	margin:2px;
}
.btn {
	cursor:pointer;
}
#clear1 {
	clear:both;
	height:1px;
}
/* End of Common Styles */

/* Master Layout */
#container {
	width:960px;
	text-align:left;
	margin:0 auto;
}
#header {
	height:130px;
	background: url(../images/site/bgHeader.jpg) no-repeat;
}
#contentWrapper {
	width:960px;
	background: url(../images/site/bgContentWrapper.jpg) repeat-y;
}
#content {
	width:960px;
	background: url(../images/site/bgContent.jpg) no-repeat;
	min-height:410px;
  height:auto !important;
  height:410px;

}
#content #col1 {
	width:650px;
	float:left;
	display:inline;
	text-align:left;
	padding:10px 20px 30px 30px;
}
#content #col2 {
	width:205px;
	float:left;
	display:inline;
	text-align:left;
	padding:10px 20px 20px 20px;
	border-left:1px solid #069;
}
#footer {
	background:url(../images/site/bgFooter.jpg) no-repeat;
	color:#fff;
	clear:both;
	padding:80px 20px 30px 20px;
	font-size:11px;
}
#footer #footerContent {
	width:960px;
	height:79px;
	margin:0 auto;
}
#footer #footerContent p {
	display:inline;
	float:right;
	margin:40px 0 0 0;
}
/* End of Layout */
#logo {
	float:left;
	display:inline;
	margin:40px 0 0 25px;
}
.ubrWrapper {

	text-align: center;

	margin-left: auto;

	margin-right: auto;

}



.ubrDebug {

	font: 16px Arial;

	border: 1px solid #898989;

	width: 600px;

	height: 100px;

	overflow: auto;

	text-align: left;

	margin-left: auto;

	margin-right: auto;

}



.ubrAlert {

	font: 18px Arial;

}



.ubrFinishedData {

	border: 1px solid #898989;

	width: 600px;



}



.ubrFinishedData  th{

	text-align: center;
	font-weight: bold;

}



.ubrFinishedOdd{
	text-align: center;

}



.ubrFinishedEven{
	text-align: center;

}

.ubrUploadData {
	width: 600px;
}



.ubrUploadDataLabel {

	font: 13px Arial;

	width: 50%;

	text-align: left;

	font-weight: bold;

}



.ubrUploadDataInfo{



	font: 13px Arial;

	width: 50%;

	text-align: center;

}



.ubrBar1 {

	background-color:#e2e1e1;

	position: relative;

	text-align: left;

	height: 20px;

	border: 1px solid #4d4d4d;

	z-index: 5;
	width:600px;

	/*background-image:url(/images/progress_bar_white.gif);*/

	/*layer-background-image:url(images/progress_bar_white.gif);*/

}



.ubrBar2 {

	background-color: #011135;

	position: relative;

	text-align: left;

	height: 20px;

	width: 0%;

	z-index: 6;

	/*background-image:url(images/progress_bar_blue.gif);*/

	/*layer-background-image:url(images/progress_bar_blue.gif);*/

}



.ubrUploadSlot{}



.ubrError {

	color: red;

}



.ubrWarning{

	color: yellow;

}


