
* {
    margin: 0;
    padding: 0;
    border: none;
}



/* ============================================================== */
body { 
    background-image: url(http://www.viewexifdata.com/images/template_images/header_bg.jpg); 
    background-position: top center; 
    background-repeat: repeat-x; 
    font-family: Arial, Tahoma, Geneva, sans-serif;
    font-size: 12px; 
    background-color: #ffffff;    
    color: #454545;

}

/************************************************/
#msg-div {
    position: fixed;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 20000;
}
#msg-div .msg {
    width: 300px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #dbfff0;
    border: 2px solid #79bba0;
    margin: 30px auto;
    padding: 10px 15px;
    color: #555;
    -moz-box-shadow: 1px 3px 4px #333;
    -webkit-box-shadow: 1px 3px 4px #333;
    box-shadow: 1px 3px 4px #333;
}
#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
    color: #3d5549;
}
#msg-div .msg p {
    margin: 0;
}
/************************************************/



.body_wrap {
    width: 100%;
    height: 100%;
}

.body_container {
    width: 960px;
    height: 100%;
}


.header_container {
    width: 100%;
    height: 102px;
    background-color: transparent;    
}

.header {
    width: 960px;
    height: 102px;
    padding-left: 0px;
    border: 0px solid #FF0000;
}


#header_ad_wrap {
    width: 468px;
    height: 50px;
    margin-top: 25px;
    float: right;
}

#logo_wrap {
    width: 353px;
    height: 48px;
    float: left;
    margin-top: 25px;
}


.topnav_spacer {
    height: 2px;
    border: 0px solid #FF0000;
}

.topnav {    
    background-image: url(http://www.viewexifdata.com/images/template_images/topnav_border.png); 
    background-position: top left; 
    background-repeat: no-repeat; 
    height: 43px;
    border: 0px solid #FF0000;
	/*margin-left: 85px;*/
	margin-left: 165px;
}

#topnav_list {
}

#topnav_list li {
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;
    background-image: url(http://www.viewexifdata.com/images/template_images/topnav_border.png); 
    background-position: top right; 
    background-repeat: no-repeat; 
    line-height: 43px;
    float: left;
    height: 43px;
}

#topnav_list li a {
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9);
    /*text-transform: uppercase;*/
    color: #ffffff;
    text-decoration: none;
}
#topnav_list li a:visited {
    color: #ffffff;
}
#topnav_list li a:hover {
    color: #ffff00;
}



#main_ad_wrap {
    width: 728px;
    height: 90px;
    margin-top: 5px;
    margin-bottom: 0px;
}





.spacer {
    height: 10px;
}




.submit_button {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9ad6b2), color-stop(1, #20b31b) );
	background: -moz-linear-gradient( center top, #9ad6b2 5%, #20b31b 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ad6b2', endColorstr='#20b31b');
	background-color: #9ad6b2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #8f898f;
	display: inline;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #706e70;
}.submit_button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #20b31b), color-stop(1, #9ad6b2) );
	background: -moz-linear-gradient( center top, #20b31b 5%, #9ad6b2 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20b31b', endColorstr='#9ad6b2');
	background-color: #20b31b;
}.submit_button:active {
	position: relative;
	top: 1px;
}





form.uploadform { 
	background-color: #fcf8e6; 
	color: #444; 
	font-size: 11px; 
	border: 1px solid #dbd3b2; 
}

.uploadform th { 
	background-color: #427195; 
	font-size: 13px; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 3px; 
	text-align: left; 
}

.uploadform td { 
	font-size: 11px; 
	padding-top: 8px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	padding-right: 3px; 
}


.uploadform .buttons { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin: 6px; cursor: pointer; text-align: center; 
}

.uploadform .text { 
	font-size: 13px; 
	background-color: #FFFFFF;
	margin: 3px; 
	color: #444; 
	border: 1px solid #ccc;
	padding: 3px;
}

.uploadform td label { 
	font-weight: bold; 
	color: #444; 
	margin-top: 3px; 
	padding-top: 5px; 
}





#efix_table { 
	border: 1px solid #bbb;
	border-collapse: collapse; 
}
#exif_table td, #exif_table th { 
	border:1px solid #ccc;
	border-collapse: collapse;
	padding: 3px; 
	font-size: 12px;
}

#exif_table td {
	background-color: #FFFFFF;
}





/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
.box-table-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px 5px 30px 5px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
}

.box-table-a th {
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe;
	border-top: 2px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}

.box-table-a td {
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

.box-table-a tr:hover td {
	background: #d0dafd;
	color: #339;
}
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/








h1 {
    color: #444444;
    font-weight: bold;
    text-transform: normal;
    font-family: arial;
    padding-bottom: 6px;
}

.h1_main {
    color: #174f81;
    font-weight: bold;
    text-transform: normal;
    font-family: arial;
    text-align: center;
    margin-bottom: 6px;
}


h2 {
    margin-top: 18px;
    margin-bottom: 6px;
}


p {
	line-height: 18px;
}


.copyright {
	font-size: 10px; 
	text-align: center;
}



.copyright a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

.copyright a:link {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

.copyright a:visited {
    color: #000000;
    text-decoration: none;
}

.copyright a:hover {
    color: #000000;
    text-decoration: underline;
}




.another {
	padding-top: 12px;
}

.another a {
    color: #3A6A92;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.another a:link {
    color: #3A6A92;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.another a:visited {
    color: #3A6A92;
    text-decoration: none;
}

.another a:hover {
    color: #e5a816;
    text-decoration: underline;
}



.small_text {
    font-size: 12px;
}




.examples_info {
    background-color: #fff7d1; 
	border: 1px solid #c4b87c; 
	padding: 8px;
	font-size: 12px;
	line-height: 18px;
}

.examples_info strong {
    font-weight: bold;
}












.form_error_msg {
    line-height: 24px; 
    color: #FF0000; 
    text-align: left; 
    background-image: url(http://www.viewexifdata.com/images/icons/fam/cross.png); 
    background-position: 0px 4px; 
    background-repeat: no-repeat; 
    padding-left: 21px; 
    width: 300px; 
}


.subheader_container {
    width: 100%;
    height: 55px;
    background-color: #ffffff;    
    background-image: url(http://www.viewexifdata.com/images/subheader_bg.jpg); 
    background-repeat: repeat-x; 
    background-position: top center; 
    padding-left: 35px;
    padding-right: 20px;
}

.subheader {
    width: 100%;
    height: 55px;
}

.subheader h1 {
    font-family: tahoma;
    color: #4d4d4d;
    font-size: 21px;
    padding-top: 17px;
    padding-left: 0px;
    text-align: left;
    font-weight: bold;
}



.body_wrapper {
    width: 100%;
    padding: 0px 5px 0px 10px;
}


.body_wrapper_inside {
    width: 100%;
}



.content_container {
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 8px;
    min-height: 450px;
}



.leftnav_container {
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 8px;
}

.leftnav {
    padding-left: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    list-style-type: none;
}

.leftnav ul {
    list-style-type: none;
}

.leftnav li {
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    list-style-type: none;
    margin-top: 3px;
}

.leftnav li:hover {
    background-color: #f5f5f5;
}

.leftnav li img {
    vertical-align: middle;
}

.leftnav .sub_leftnav {
    padding-left: 32px;
    margin-top: 0px;
    font-size: 11px;
}


.leftnav li a {
    color: #3f4843;
    text-decoration: none;
    font-size: 13px;
}

.leftnav li a:link {
    color: #3f4843;
    text-decoration: none;
    font-size: 13px;
}

.leftnav li a:visited {
    color: #3f4843;
    text-decoration: none;
    font-size: 13px;
}

.leftnav li a:hover {
    color: #047345;
    text-decoration: none;
    font-size: 13px;
}


.leftnav .sub_leftnav a {
    color: #3f4843;
    text-decoration: none;
    font-size: 11px;
}

.leftnav .sub_leftnav a:link {
    color: #3f4843;
    text-decoration: none;
    font-size: 11px;
}

.leftnav .sub_leftnav a:visited {
    color: #3f4843;
    text-decoration: none;
    font-size: 11px;
}

.leftnav .sub_leftnav a:hover {
    color: #047345;
    text-decoration: none;
    font-size: 11px;
}


.leftnav strong {
    font-weight: bold; 
    color: #2D5B40;
    font-size: 10px;
}
.leftnav_h {
    font-weight: bold; 
    color: #2D5B40;
    font-size: 12px;
    text-align: center;
}

.video_thumb_title  {
    color: #2D5B40;
    text-decoration: none;
    font-size: 11px;
}

.video_thumb_title:link {
    color: #2D5B40;
    text-decoration: none;
    font-size: 11px;
}

.video_thumb_title:visited {
    color: #2D5B40;
    text-decoration: none;
    font-size: 11px;
}

.video_thumb_title:hover {
    color: #047345;
    text-decoration: none;
    font-size: 11px;
}





.infobar {
    font-size: 11px;
    color: #666666;
}


.login_container {
    background-color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #333333;
    padding: 4px;
    width: 310px;
}

.login_title {
    font-weight: bold;
    font-family: tahoma;
    font-size: 18px;
    padding-bottom: 10px;
    color: #3F4843;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
    padding-top: 5px;
    font-family: arial;
}





a .new_order_button {
   width: 147px;
   height: 24px;
   background: url(http://www.viewexifdata.com/images/new_order_button.png) no-repeat; 
   background-position: 0 0px; 
   margin: 0px;
}

a .new_order_button:hover {
   background-position: 0 -24px; 
}





.upper_link {
    font-family: tahoma, arial;
    font-size: 12px;
    text-decoration: none;
    color: #f0f8ff;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);

}
.upper_link:link {
    font-family: tahoma, arial;
    font-size: 12px;
    text-decoration: none;
    color: #f0f8ff;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);

}
.upper_link:visited {
    font-family: tahoma, arial;
    font-size: 12px;
    text-decoration: none;
    color: #f0f8ff;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);

}
.upper_link:hover {
    font-family: tahoma, arial;
    font-size: 12px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);

}


.loggedin {
    font-size: 10px;
    color: #c7f3e5;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}



.gridlink:link {
    color: #1E518C;
    text-decoration: none;
}

.gridlink:visited {
    color: #1E518C;
    text-decoration: none;
}

.gridlink:hover {
    color: #009E5E;
    text-decoration: underline;
}


.panellink:link {
    color: #007749;
    text-decoration: none;
    font-weight: bold;
}

.panellink:visited {
    color: #007749;
    text-decoration: none;
    font-weight: bold;
}

.panellink:hover {
    color: #C1C417;
    text-decoration: none;
    font-weight: bold;
}




.panel_h1 {
    text-align: center;
    color: #15428B;
    font-size: 20px;
}






.file_thumb {
    border: 1px solid #666666;	
}

.file_title {
    padding-top: 10px;
}
.file_title a {
    text-decoration: none;
    font-size: 15px;
    color: #3F4843;	
}
.file_title a:visited {
    color: #3F4843;		
}
.file_title a:hover {
    color: #9E9331;	
}

.file_download {
    padding-top: 20px;
}
.file_download a {
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #3F4843;	
}
.file_download a:visited {
    color: #3F4843;		
}
.file_download a:hover {
    color: #9E9331;	
}

.required {
    color: #FF0000;
    font-weight: bold;
    font-size: 13px;
}



.status_div {
    margin-top: 8px;	
    padding-top: 8px;	
    padding-bottom: 10px;
    width: 100%;
    height: 52px;
    background-repeat: no-repeat;
    background-position: top center;
}

.status_cell {
   padding-top: 18px;
   color: #C1FFD8;
   font-size: 10px;
   border: 0px solid #ffff00;
   text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
}


.table_row_bg {
    height: 26px;
    background-image: url(http://www.viewexifdata.com/images/row_bg.jpg); 
    background-repeat: repeat-x;
    background-position: 0 0px; 
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    font-size: 11px;
}

.table_row {
    height: 18px;
    padding: 3px 10px 3px 10px;
    font-size: 11px;
}

.table_row_total {
    font-size: 11px;
    padding: 4px 5px 4px 0px;
}


.table_row_header {
    height: 26px;
    background-image: url(http://www.viewexifdata.com/images/row_bg.jpg); 
    background-repeat: repeat-x;
    background-position: 0 0px; 
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    font-size: 10px;
    text-align: center;
}

.table_row_item {
    padding: 6px 5px 6px 5px;
    font-size: 11px;
    text-align: center;
    border-bottom: 1px solid #C0C0C0;
}









