/* ----------------------------------------------- 
	GLOBAL RESET 
   ----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body, #wrapper {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #EBE9E1;
}
#header {
	background: #1c1c1c;
	background: linear-gradient(center top, #1c1c1c, #313131);
	background: -moz-linear-gradient(center top, #1c1c1c, #313131);
	background: -webkit-gradient(linear, center top, , color-stop(0.0, #1c1c1c), color-stop(1.0, #313131));
	height:125px;
	padding:10px 0 0;
}

#logo a { 
	background: url(../images/ofc_logo.png) no-repeat;
	height:91px;
	margin:0 0 0 20px;
	overflow:hidden;
	padding:0;
	text-indent:-5000px;
	width:543px;
	display: block;
}

#donate {
	position: absolute;
	right: 20px;
	top: 85px;
}
.red {
	color:#CC0000;
}
.gray {
	color:#999999;
}


.menuContent {
	margin:0 auto;
	width:900px;
	position:relative;
}

.topcontent {
	margin:0 auto;
	width:900px;
	position:relative;
	
}
.warningcontent, .maincontent {
	margin:0 auto;
	width:870px;
	position:relative;
	background:url("../images/bgr-box-trans.png") repeat-x scroll left top #FFFFFF;
	border:1px solid #DEDBD1;
	padding:15px;
	margin-top: 10px;
}
.warningcontent {
	border:1px solid #ff0000;
}

.warningcontent label {
	float:left;
	height:20px;
	line-height:20px;
	margin-right: 5px;
}
.warningcontent .txtInput {
float:left;
margin-right: 5px;
}
.warningcontent .btnSubmit {
float:left;
margin-right: 5px;
}


.maincontent .left {
	width: 400px;
	float:left;
}
.maincontent .right {
	width: 400px;
	float:right;
}
.clear {
	clear:both;
	overflow: hidden;
	height:0.1px;
}

.boxcontent {
	margin:0 auto;
	width:900px;
	position:relative;
	margin-top: 15px;
}

.boxcontent .widget {
	margin:0 auto;
	width:258px;
	position:relative;
	background:url("../images/bgr-box-trans.png") repeat-x scroll left top #FFFFFF;
	border:1px solid #DEDBD1;
	padding:15px;
	float:left;
	margin-right: 15px;
	height: 150px;
}
.boxcontent .last {
	float:right;
	margin-right: 0px;
}

#myfiles .font,
#myfiles .pending,
#myfiles .complete,
.widget h3 {
	background:none repeat scroll 0 0 #EBE9E1;
	border:1px solid #DEDBD1;
	color:#363636;
	display:block;
	font:bold 12px Arial,Helvetica,sans-serif;
	height:16px;
	margin:0 0 7px;
	padding:5px 8px;
	text-align:left;
}
#myfiles .font {
	height: 30px;
}
#myfiles .pending .inqueue {
	font-weight: normal;
	font-style: italic; 
}

#myfiles .pending{
	background:none repeat scroll 0 0 #DEDBD1;
	margin:-8px 5px 7px;
	text-align:center;
}
#myfiles .complete{
	background:none repeat scroll 0 0 #DEDBD1;
	margin:-8px 5px 7px;
	text-align:center;
	height: auto;
	text-align: left;
}


#boxes{
	text-align: center;
	width: 100%;
	margin: 45px 0;
}

#reg, #demo, #login{ 
	display: inline-table;
	margin: 0 10px;
	width:208px;
	height: 209px;
	background-image: url("../images/box.gif");
}

.box{
	padding: 0 15px;
}
div.inputs .input {
	height: 27px;
	display:block;
}
input.txtInput{
	width: 150px;
	padding: 3px 20px 3px 3px;
	float: right;
	border:1px solid #DEDBD1;
}

input.btnSubmit {
	background: #EBE9E1;
	float: right;
	border:1px solid #DEDBD1;
	font-weight:bold;
	font-family:verdana;
	padding:2px 8px;
	font-size: 11px;
	height: 24px;
}
input.btnSubmit:hover {
	background: #ccc9c0;
	cursor: pointer;
}
div.inputs p.status {
	padding-top:10px;
	display: block;
	clear: both;
}
div.inputs .btnForgot, div.inputs .btnLogin{
float:left;
}

div.inputs label {
	margin-top: .25em;
	margin-bottom: .5em;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 65px;
	display: block;
	float: left;
	padding-right: 3px;
}

input.invalid{
	background: url("../images/invalid.png") no-repeat 99% 2px #fff;
}
input.valid{
	background: url("../images/valid.png") no-repeat 99% 2px #fff;
}
input.spining{
	background: url("../images/loader.gif") no-repeat 99% 2px #fff;
}

h2, h3 { 
	font-size: 18px; 
	font-weight: normal;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3 { 
	margin-bottom:10px;
	font-size: 14px; 
	font-weight: normal;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p, label{ 
	margin-top: .25em;
	margin-bottom: .5em;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	color: #333333;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #ff7800;
	text-decoration: none;
}


span {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
strong {
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.font div{
	float:left;
}
.pending,.pending span {
font-size: 10px !important; 
}
.pending{
height: auto !important;
}
#fileuploader_wrap_list {
	margin-top:10px;
	display:block;
}
#myfiles hr{
	clear:both;
}

#myfiles .fontName{
	width: auto;
}
#myfiles .unconverted {
	clear: both;
}
.delete {
	width: 10px;
	height: 10px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	background: url(../images/Delete-icon.png) no-repeat top left;
	margin-right: 5px;
}


.MultiFile-remove {
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	background: url(../images/btnRemove.gif) no-repeat top left;
	margin-right: 5px;
}

.MultiFile-list span {
	font-family: verdana;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
}

.MultiFile-list span.file {
	font-style: italic;
}

.MultiFile-title {

}

/*=== Top Menu ===*/
#topmenu{
	border-bottom: 1px solid #dedbd1;
	position:relative;
	height: 33px;
	background: #fff;
}
#topmenu li{
	border-left: 1px solid #dedbd1;
	float: left;
	line-height: 33px;
}
#topmenu li a{
	color: #333333;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}
#topmenu li a:hover,#topmenu li.active a{
	color: #ff7800;
	text-decoration: none;
}


/*- Nav / Dropdowns-*/
.nav, .nav ul{
	padding: 0;
	list-style: none;
}
li.last {
	width: 1px;
	overflow: hidden;
}
.menu_left, .menu_left ul {
	float:left;
}
.menu_right, .menu_right ul {
	float:right;
}
.nav {
	padding: 0;
}
.nav a {
	display: block;
}
.nav li {
	float: left;
	line-height:33px;	
}
.nav li a:hover {
	background: none;
}
.nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
.nav li:hover ul, .nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}
.nav li ul li {
    background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}
.nav li:hover, .nav li.hover {
    position: static;
}
.nav li ul ul {
	margin: -29px 0 0 15em;
}
.nav li:hover ul ul, .nav li.sfhover ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul {
	left: auto;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
} 