* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(images/bg.gif) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #648CA5;
}
a:hover {
text-decoration: underline;
color: #111;
}


#wrap {
width: 1000px;
margin: 0 auto;
}

#header {
height: 100px;
margin-bottom: 20px;
}
.headings {
float: left;
}
.nav {
float: right;
padding-top: 30px;
}
.nav li {
float:left;
list-style-type:none;
}
.nav li a {
display: block;
font-size: 16px;
letter-spacing: -1px;
padding:0 5px 3px 5px;
margin: 0 5px;
text-decoration:none;
color: #eee;
border-bottom: 1px solid #777;
}
.nav li a:hover {
color:#eee;
text-decoration:none;
border-bottom: 1px solid #eee;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 0;
color: #ccc;
}
#header h1 a { 
color: #ccc;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 19px;
color: #f7f7f7;
padding: 5px 0 0 0;
letter-spacing: -1px;
font-weight: 100;
}
#mainframe{
float: right;
width: 600px;
text-align: justify;
}
#main{
text-align: justify;
}
#main h2 {
color: #648CA5;
font-size: 18px;
font-weight: 100;
font-style: italic;
padding: 15px 0 7px 0;
}
#main h2 a {
color: #648CA5;
text-decoration: none;
}
#main h2 a:hover {
color: #111;
}


#tree {
float: left;
width: 260px;
}

.ad {
float: left;
height: 105px;
width:240px;
border: 10px solid #bbb;
font-size: 18px;
color: #aaa;
text-align: center;
}


.catalog {
background: #eee;
margin-top: 15px;
}

.catalog h2 {
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #333;
color: #f7f7f7;
font-size: 13px;
}
.catalog ul {
padding: 10px 0 10px 25px;
color: #888;

}
.catalog ul li a {
color: #648CA5;
text-decoration: none;
font-weight: 100;
}
.catalog ul li a:hover {
color: #111;
}


#footer {
margin-top: 10px;
background: #dedede;
border-top: 3px solid #999;
text-align: center;
font-size: 11px;
padding: 10px 0 10px 0;
}

html,body {
	font-family: sans-serif;
	font-size: 12px;
}

.uploadBtn {
	border: 1px solid #333333;
	background: url(/dojoroot/dijit/themes/soria/images/buttonEnabled.png)
		#d0d0d0 repeat-x scroll 0px top;
	font-size: 14px;
	font-family: Arial;
	width: 301px;
	height: 30px;
	line-height: 50px;
	vertical-align: middle; /* emulates a <button> */
	text-align: center;
}

.uploadHover {
	background-image:
		url(/dojoroot/dijit/themes/soria/images/buttonHover.png);
	cursor: pointer;
	font-weight: bold;
	font-style: italic;
	font-family: serif;
}

.uploadPress {
	background-image:
		url(/dojoroot/dijit/themes/soria/images/buttonActive.png);
}

.uploadDisabled {
	background-image: none;
	background-color: #666;
	color: #999;
	border: 1px solid #999;
	font-family: serif;
	font-style: italic;
}

.progBar {
	width: 294px;
	display: none;
}

.form {
	width: 320px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 3px;
	position: relative;
}

.form,.thumbList {
	float: left;
}

.thumbList {
	width: 295px;
	border: 1px solid #ccc;
	min-height: 100px;
	margin: 5px;
	padding: 3px;
}

.thumbText {
	
}

.thumbPic {
	float: left;
}

#fFiles,#hFiles {
	width: 300px;
	height: 75px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ccc;
}

.form .field {
	width: 197px;
}

.tbl {
	width: 100%;
}

.tbl td {
	width: 50%;
	vertical-align: top;
}

.form label {
	width: 280px;
	text-align: right;
	left: 0px;
}

.form .field,.form .btn {
	margin-left: 5px;
	margin-bottom: 5px;
}

h3 {
	width: 600px;
	font-weight: normal;
	font-size: 14px;
}

ul {
	font-size: 12px;
	width: 600px;
}


