/* Imagevue CSS Document */

/* Supported styles for Flash:
font-family - A comma-separated list of fonts to use, in descending order of desirability. Any font family name can be used.
font-size - Only the numeric part of the value is used; units (px, pt) are not parsed; pixels and points are equivalent.
font-weight - Recognized values are normal and bold.
font-style - Recognized values are normal and italic.
color - Only hexadecimal color values are supported. Named colors (like blue) are not supported.
text-decoration - Recognized values are none and underline.
text-align - Recognized values are left, center, and right.
margin-left - Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
margin-right - Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
text-indent - Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
display - Supported values are inline, block, and none.
leading - Space after end of line
*/

/* Guidelines:
- Allways use # in front of colors
*/

body {
	font-size: 13px;
	font-family: Candara, Arial, Verdana;
	color: #ffcc84;
}
a:link {
	color: #d84d01;
}
.mainmenu {
	color: #ffcc84;
	font-size: 13px;
}
.mainmenu_menubutton {
	font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
	font-size: 18px;
}
.mainmenu_node {
	font-family: "Courier New", Candara, Arial, "Times New Roman", Times, serif;
	font-size:11px;
}
.mainmenu_title {
}
.mainmenu_title_hover {
	color: #d84d01;
}
.mainmenu_amount{
	color: #d84d01;
}
.mainmenu_textPage{
	color: #d84d01;
}
.mainmenu_link{
	font-style: italic;
	color: #d84d01;
}
.mainmenu_filemod{
	color: #d84d01;
}
.mainmenu_hasFiles{
}
.mainmenu_hasFolders{
	color: #d84d01;
}
.folderdescription_title{
	font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
	font-size: 18px;
	color: #d84d01;
	leading: 2px;
}
.folderdescription_amount{
	font-size: 18px;
}
.folderdescription_date{
	leading: 5px;
}
.folderdescription_description{
}
.thumbnails{
	color: #ffcc84;
}
.thumbnails_breadcrumbs{
	font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
	font-size: 18px;
}
.thumbnails_title{
	font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
	font-size: 18px;
	color: #d84d01;
	leading: 2;
}
.thumbnails_description{
}
.thumbnails_page{
	font-size: 14px;
}
.thumbnails_separator {
}
.tooltip{
	font-size: 13px;
}
.tooltip_title{
	font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
	font-size: 18px;
	color: #d84d01;
	leading: 2px;
}
.tooltip_description{
}
.tooltip_name{
}
.tooltip_date{
}
.maincontrols {
}
.text_1 {
	font-weight: normal;
}
.text_1_imageindex {
}
.text_1_title {
	font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
	font-size: 18px;
	color: #d84d01;
	leading: 2;
}
.text_1_filename {
}
.text_1_dimensions {
}
.text_1_filesize {
}
.text_1_date {
}
.text_1_exif {
}
.text_1_description {
}
.text_1_folderdescription {
}
.text_1_filelink {
}
.text_1_download {
}
.text_1_folderpath{
}
.text_1_foldername{
}
.text_1_abslink{
}
.text_1_custom{
}
.text_1_link{
}
.text_1_purchase{
}
.text_2 {
	text-align: right;
}
.text_2_imageindex {
}
.text_2_title {
}
.text_2_filename {
}
.text_2_dimensions {
}
.text_2_filesize {
}
.text_2_date {
}
.text_2_exif {
}
.text_2_description {
}
.text_2_folderdescription {
}
.text_2_filelink {
}
.text_2_download {
}
.text_2_folderpath{
}
.text_2_foldername{
}
.text_2_abslink{
}
.text_2_custom{
}
.text_2_link{
}
.text_2_purchase{
}
.exif_name {
}
.exif_value {
}
/* You can set specific styles to specific EXIF tags, like the 3 exampels below which target the EXIF "model" attribute */
.exif_model{
	font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
	color: #d84d01;
	font-size: 18px;
	leading: 1;
}
.exif_name_model{
	display: none;
}
.exif_value_model{
}
.textpage{
}
.textpage_title{
	font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
	font-size: 30px;
	leading: 8px;
	color: #d84d01;
	font-style: normal;
}
.textpage_body{
}
.textpage_form{
	font-size: 12;
}
.textpage_forminput{
	/* You need to specify all required styles in this class because they are not inherited from the main textpage class because of restrictions with input fields in flash. 
	Please use 0x color formatting instead of #  
	font-family onyl supports a single font value. Make sure its a font that is globally supported*/
	color: 0xffcc84;
	font-size: 15;
	font-family: Arial;
}
.textpage_forminputback{
	/* This specific class only supports the color style. Please use 0x color formatting instead of # */
	color: 0x110000;
}
.filemod {
	color: #ffcc84;
}
.filemod_title {
	font-size: 18px;
}
.filemod_description {
}
.imagebuttons_help {
	font-size: 12px;
}
.audioplayer {
}
.audioplayer_main {
	font-family: "standard 07_53";
	font-size: 8px;
}
.audioplayer_id3 {
	font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
	color: #ffcc84;
	font-size: 18px;
}
.audioplayer_id3_first {
	color: #d84d01;
	font-size: 18px;
}
.audioplayer_tracklist {
	font-size: 12px;
}
.text_items {
	font-size: 12px;
	color: #666666;
}
.unsupported_items {
	font-size: 12px;
	color: #666666;
}
.unsupported_items_heading {
	font-size: 17px;
}
.unsupported_items_content {
}
.sharemenu {
	font-size: 12px;
}