﻿/* STANDARD HTML TAGS */

body
{
	margin: 0;
	font: 400 0.7em Georgia,Serif;
	line-height: 170%;
	color: #000;
	background-color: #fff;
	text-transform: none;
}


/* LAYOUT */


.left_column
{
	width: 330px;
	float: left;
	
}
.right_column
{
	width: 280px;
	float: left;
}


.content_column 
{
	width: 400;
}

.framecontainer
{
	padding-left: 30px;
	width: 400;
	/*height: 400;
	border: solid 1px blue;
    background: url('images/background.jpg') repeat-x 0px 0px;
    background-repeat: no-repeat;
    background-position: left bottom;*/

}


/* PANEL CONTROLS */

.panel
{
	display: block;
	text-align: left;
	width: 350px;
	padding: 0px;
}

.panel_hidden
{
	display: none;
	text-align: left;
	width: 350px;
}

.title_container
{
	font-size: 20px;
	font-weight: bold;
	color: #39517d;
	margin-bottom: 10px;
}

.panel_header {
	float:left;
	display:block;
	width: 100px;
	text-align:left;
	margin-right:5px;
	padding-top: 2px;
	color: #39517d;
}
.panel_header_lbl 	
{
	color: #000;
	font-weight: normal;
}
.panel_data
{
	float:left;
	display: block;
	width: 235px;
}

.panel_data_txt
{	
	width: 210px;
	vertical-align: middle;
	background: #ccc;
	color: #000000;
	border: solid 1px #ccc;
	background-color: #eeeeee;
}

.panel_separator {
	margin-bottom: 5px;
	clear: both;
}

/* BUTTON CONTROLS */

.panel_button {
	border: solid 1px red;
	font: bold 1.0em Georgia,Serif;
	width: 100px;
	background-color: gray;
	color: black;
}
.panel_button:hover {
	color: red;
	border: solid 1px #aaa;
}

.link_button 
{
	color: #39517d;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 2px 2px 2px;
	/*margin-top: -4px;
	border: solid 1px #78bdd8;*/
}
.link_button:hover {
	color: #000;
	text-decoration: underline;
	/*margin-top: -4px;
	border: solid 1px #e4343f;*/
}

/* NAV CONTROL BUTTONS */

.controlbuttonbar {
	text-align: center;
	margin: 5px 0 10px 0;
	width: 210px;
}

.control_button {
	border-width: 0;
	margin-right: 3px;
	padding-right: 1px;
	background-color: White;
}

.control_button:hover {
	background-color: White;
}


/* TITLES */

#title_ecard {
}

#title_map {
}

#title_picture {
	padding: 10px;
	margin-bottom:10px;
	background-color:#FFCC33;
	width:100%;
}

#_lblEcardTagline, #_txtEcardTagline
{
	display:none;
}


/* PHOTO SEARCH */

.txt_photocode {
	width: 120px;
	text-transform:uppercase;
	background: #eee;
	color: #000000;
	border: solid 1px #ccc;
}
#title_search {
}


/* SMS */

.ctrl_countrycode {	
	background: #ccc;
	color: #303030;
}
.ctrl_mobilenumber {
	background: #eee;
	color: #000000;
	border: solid 1px #ccc;
}
.ctrl_textcolor {
	color: #069;
}

#title_sms {
}

.sms_instructions {
	font-style:italic;
	font-size: 0.9em;
}


/* IMAGE THUMBNAIL */

.image_preview_holder {
}

.preview_image {
	/*width: 300px;
	height: 200px;*/
}


/* MAP */

.map_holder {
	margin: 0px;
	padding: 0px;
	width:340px;
	height:340px;
}


/* ORIGINAL PHOTO */

.img_photo_container
{
}


/* MESSAGE PANEL */

.message_panel 
{
	/*margin: 10 0 0 10;*/
	text-align: left;
	text-transform: none;
	font-size: 1.1em;
	color: red;
	font-weight: bold;
}

.message_picture_error {
	padding-top: 30px;
	color: Red;
}


/* ERROR MESSAGE */

#error_msg {
	color: Red;
}


/* VALIDATION */

.validator_label {
	margin-top: 5px;
	margin-left: 2px;
	cursor: pointer;
}
.validator {
}


/* FEEDBACK/PROGRESS PANEL */

#feedback
{
	margin-left: 10px;
}

.panel_feedback {
	width: 250px;
    border: solid 1px #808080;
    border-width: 1px 0px;
	background-color: #ccc;
}

.prog_header {
    background: url('../../images/sprite.png') repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: Georgia,Serif;
}

.prog_body {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}



