html {
	color: #A5A5A5;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: bold; 
}

p {
    font-size: 14px;
}

h1 {
    color: #FEBC00;
    font-size: 20px;
}

h2 {
    color: #FEBC00;
    font-size: 16px;
}

a {
	color: #666666;
   	text-decoration: none;
}

body {
/*	position: relative; */
	background: #FFFFFF;
	text-align: center;
}

img {
   behavior: url("/pngbehavior.htc");
}

#container {
	position: relative;
/*	float: left;	*/
/*	border: 1px solid black; */
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 760px; 
	text-align: left;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

#header {
	position: relative;
	float: left;
/*	border: 1px solid black; */
	height: 186px;
	width: 760px;
	background-color: #FFFFFF;
	background-image: url("/images/logo.jpg");
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	float: left;
/*	border: 1px solid black; */
	height: 42px;
	width: 760px;
	background-color: #777777;
	background-image: url("/images/menu_background.gif");
	overflow: hidden;
}

#menu ul {
    position: relative;
    float: right;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#menu li {
    position: relative;
    float: left;
    display: block;
    height: 35px;
    line-height: 35px;
}

#menu img {
     border: 0px;
}

#language_chooser {
    display: none;
    position: relative;
    float: left;
    padding-left: 5px;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: normal; 
}

#language_chooser a {
    color: #FFFFFF;
}


#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 120px;
}

#uploadbox {
	position: relative;
	float: right;
	width: 210px;
	height: 130px;
	border: 0px dashed black;
}

.upload_tandc {
    position: relative;
    float: right;
    font-size: 10px;
    text-align: right;
    padding-right: 10px;
}

#upload_spinner {
    position: relative;
    float: right;
    margin-right: 100px;
    margin-top: 50px;
}

#progress_bar {
    position: absolute;
    right: 0;
    bottom: 0;
	height: 50px;
	width: 300px;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
/*	border: 1px solid black;*/
}

#body_odify {
	position: relative;
	float: left;
/*	border: 1px dotted black;*/
	min-height: 400px;  
	width: 760px;
	overflow: auto;
}

#big_upload_box {
    position: relative;
    float: left;
    width: 760px;
    height: 234px;
    background-image: url("/images/big_upload_box_background.jpg");
/*    border: 1px solid black;  */
}

.big_upload_box_form {
	position: relative;
	float: left;
	display: block;
	padding-top: 25px;
	padding-left: 270px; 
	height: 63px;
	width: 213px; 
	overflow: hidden; 
/*	border: 1px solid black;  */
}

.upload_limiter {
	position: relative;
	float: right;
	overflow: hidden;
/*	border: 1px solid red;  */
	height: 63px;
	width: 213px; 
	background-image: url("/images/upload.png");
}

input.file_upload_input {
	position: absolute;
	right:0;
	z-index:2;	
	-moz-opacity:0;
	filter:alpha(opacity: 1);
	opacity: 0;
	font-size:50px;
	line-height:50px; 
	overflow:hidden;					
	cursor: pointer;
}

#big_info_box {
    /* cross browser hack 
    -moz-opacity:1;
	filter:alpha(opacity: 1);
	opacity: 1;*/
    position: relative;
    float: left;
    width: 760px;
/*    height: 200px; */
    margin-top: 10px;
    background-color: #FFFFFF;
}

.info_box {
    position: relative;
    float: left;
    width: 253px;
    background-image: url("/images/ib_background.jpg");
    background-repeat: repeat-x;
    height: 200px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
}

.info_box_middle {
    width: 252px;
    margin-left: 1px;
    margin-right: 1px;
}

.info_box h1 {
    color: #FFFFFF;
    padding-top: 0px;
    margin-top:0px;
    text-align: center;
}

#footer {
	position: relative;
	float: left;
/*	border: 1px solid black;*/
/*	border-top: 1px solid black; */
	background-color: #FFFFFF;
	height: 30px;
	width: 760px;
	clear: both;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
}

#footer ul {
    position: relative;
    padding: 0px;
    margin: 0px;
}

#footer li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}


#addsense {
    position: relative;
    float: left;
    height: 90px;
    margin-top: 30px;
    line-height: 16px;
/*    border-top: 1px solid black; */
    width: 760px;
    clear: both;
    text-align: center;
    overflow: hidden;
}

.contentbox {
    position: relative;
    float: left;
    width: 640px;
    padding-left: 100px;
}

#content_left {
	position: relative;
	float: left;
	min-width: 374px;
	max-width: 374px;
	width: 374px;
/*	border: 1px solid green;  */
/*	overflow: auto; */
}

#content_right {
	position: relative;
	float: right;
	min-width: 374px;
	max-width: 374px;
	width: 374px;
/*	border: 1px solid green; */
/*	overflow: auto;*/
}

.buttonbox {
    clear: both;
    display: block;
    position: relative;
    float: left;
/*    border: 1px solid green; */
}

.clear_button {
    margin: 1px;
}
	
.cleardiv {
	clear: both;
	position: relative;
}

.filebox {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;	
/*	overflow: auto;*/
/*	border: 1px solid red;*/
}

.fileitem {
 	display: block;
	position: relative;
	float: left;
	margin-right: 0px;
	width: 367px;
	height: 99px;
/*	border: 1px solid black;*/
	background-image: url("/images/fileitem_background.png");
	overflow: hidden;  
}

.faileditem {
    background-color: #FF000F;
}

.fileitemselected {
	background-image: url("/images/fileitem_background_clicked.png");
}

.fileicon {
	position: relative;
	float: left;
	height: 83px;
	width: 67px;
    margin-top: 10px;
    margin-left: 15px;
/*	height: 128px; */
	border: 0px;
}

.filedescription {
	position: relative;
	float: left;	
	padding-top: 10px;
	padding-left: 10px;
	width: 230px;
    font-weight: normal;
}

.filedescription_name a {
    color: #FEBE00;
    font-size: 18px;
    font-weight: bold;
}

.filedecription_info {
    display: block;
    position: relative;
    float: left;
    width: 250px;
    color: #FFFFFF;
    overflow: hidden;
}

.filedescription p {
	padding: 0px;
	margin: 0px;
}

.conversions_list {
    position: relative;
    float: left;
    width: 640px;
    padding: 0px;
    margin: 0px;
/*    border: 1px solid green; */
    list-style-type: none;
}

.conversions_list li {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.from_format_box {
    position: relative;
    float: left;
/*    border: 1px solid black; */
}

.from_format_arrow {
    position: relative;
    float: left;
    padding: 30px;
}

.to_format_box {
    position: relative;
    float: left;
    width: 300px;
/*    border: 1px solid black; */
}

.to_format_box img {
    position: relative;
    float: left;
/*    border: 1px solid red; */
}


.terms_list li {
    color: #FEBC00;
    font-size: 16px;
}

.terms_list h3 {
    color: #A5A5A5;
    font-size: 16px;
    font-style: italic;
}

.terms_list p {
    color: #A5A5A5;
    font-size: 14px;
}

.terms_list ul>li {
    color: #A5A5A5;
    font-size: 14px;
    list-style-type: disc;
}

    
.terms_sublist {
    list-style-type: lower-alpha;
}

.odify_spelling {
    color: #000000;
}

.invisible {
    display: none;
}