body,html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	font-size: 12px;
}

a {
	color: #000000;
}

img {
	border: 0px;
}
embed{
	/*border: 1px solid red;*/
}

.admin {
	text-align: left;
}

.menu {
	width: 250px;
	float: left;
}

.content {
	margin-left: 260px;
}

.newUploadForm {
	float: left;
	width: 300px;
}

.EditModelForm {
	float: left;
	width: 340px;
}

.adminContent {
	margin-left: 350px;
}

.adminContentItem {
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 160px;
}

.adminContentItem Img { /*float: left;*/
	height: 130px;
}

.adminContentItemImage {
	float: left;
	width: 120px;
}

.adminContentItemLink { /*float: right;*/
	margin-right: 300px;
	/*height: 100px;*/
}

.uploadDescription {
	width: 270px;

	
	padding: 10px;
	border: 1px solid black;
	padding-left: 20px;
	margin-bottom: 10px;
}

.adminContentItem form {
	float: right;
}

.adminContentItemModel {
	/*border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 280px;*/
	float: right;
	margin: 0px;
	padding: 0px;
}


.adminContentItemModelLink { /*float: right;*/
	margin-left: 400px;
	/*height: 100px;*/
}

.uploadBtn {
	border: 1px solid #333333;
	background: url(/dojo/dijit/themes/soria/images/buttonEnabled.png)
		#d0d0d0 repeat-x scroll 0px top;
	font-size: 14px;
	font-family: Arial;
	width: 201px;
	height: 30px;
	line-height: 50px;
	vertical-align: middle; /* emulates a <button> */
	text-align: center;
}

.uploadHover {
	background-image: url(/dojo/dijit/themes/soria/images/buttonHover.png);
	cursor: pointer;
	font-weight: bold;
	font-style: italic;
	font-family: serif;
}

.uploadPress {
	background-image: url(/dojo/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: 300px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 3px;
	position: relative;
}

.form,.thumbList {
	float: left;
}

.thumbList {
	width: 290px;
	border: 1px solid #ccc;
	min-height: 100px;
	margin: 5px;
	padding: 3px;
}

#fFiles,#hFiles {
	width: 300px;
	height: 100px;
	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 {
	position: absolute;
	width: 80px;
	text-align: right;
	left: 0px;
}

.form .field,.form .btn {
	margin-left: 85px;
	margin-bottom: 5px;
}

h3 {
	width: 600px;
	font-weight: normal;
	font-size: 14px;
}

ul {
	font-size: 12px;
	width: 600px;
}
label{
	font-weight: bolder;
	font-size: 12px;
}