﻿/*****************************************************************************/
/* default.asp */

#defaultcontainer
{
	/*margin-left: 15px;*/
	/*border: 1px dashed #333; display: block; /* For Debug Only*/
	margin: 0px; padding: 10px 0px 15px 0px;
	text-align: left;
}

#defaultcontainer label
{
	float: left;
	width: 200px;
	margin: 0px; padding: 0px;
	/*border: 1px dotted blue; display: inline; /* For Debug Only*/
}

/*****************************************************************************/
/* contact.aspx */

#contactcontainer
{
	/*margin-left: 15px;*/
	/*border: 1px dashed #333; display: block; /* For Debug Only*/
	margin: 0px; padding: 10px 0px 15px 0px;
	text-align: left;
}

#contactcontainer label
{
	float: left;
	width: 200px;
	margin: 0px; padding: 0px;
	/*border: 1px dotted blue; display: inline; /* For Debug Only*/
}

.contactussend
{
    text-align: right;    
}


.infoline {display: block; text-align: left; width: 760px; margin: 0px; padding: 4px; }

.infoheader {display: block; text-align: left; width: 760px; margin: 0px; padding: 20px 4px 4px 4px; }

.infosmalltext { font-size: 9px; }

/*****************************************************************************/
/* emailfriend.aspx */

#emailfriendcontainer
{

	margin: 0px; padding: 0px;
	text-align: left;
	border: 0px dashed #333; /* For Debug Only*/
}

#emailfriendcontainer label
{
	float: left;
	width: 200px;
	margin: 0px; padding: 0px;
	/*border: 1px dotted blue; display: inline; /* For Debug Only*/
}

#emailfriend_instruction
{
    margin: 10px 0px 10px 0px;
    font-style: italic;
    color: #176f9d;
}


/*****************************************************************************/
/* confirmation.aspx */

#confirmationcontainer
{

	margin: 0px; padding: 0px;
	text-align: left;
	border: 0px dashed #333; /* For Debug Only*/
}

#confirmationcontainer label
{
	float: left;
	width: 200px;
	margin: 0px; padding: 0px;
	/*border: 1px dotted blue; display: inline; /* For Debug Only*/
}

#confirmationmessage
{
    width: 600px;
    margin: 10px 0px 10px 0px;
    font-style: italic;
    color: #176f9d;
    border: solid 0px Orange;
}


/*****************************************************************************/
/* privacy.aspx */

.privacy_info
{
    position: relative;
    width: 800px;
    margin: 5px;    
}

.privacy_header
{   
    font-size: 20px;
    font-weight: bold;    
}
.privacy_subheader
{
    font-weight: bold;    
}



/*********************************************************************************************************/
/* Locations.aspx */
#locationcontainer
{
	text-align: left;
	font-size: 10px;
}

#locationcontainer_options
{
    margin-left: 25px;
}

.location_view_container
{
    position: relative;
    width: 600px;
    padding: 5px;
    font-size: 12px;
    margin: 0px 0px 0px 20px;
}

.location_view_image_container
{
    width: 100px; height: 100%;
    float: left;
    border: solid 0px Blue;    
}

.location_view_image
{
    width:60px;
    height: 96px;
    min-width: 63px;
    position: relative;
    float: left;
    vertical-align: middle;
    margin: 0px; padding: 0px;
    background-color: #eee;
    border: solid 5px Orange;
}

.location_view_subheading
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.location_view_content
{
    position: relative;
    float: left;
    margin: 0px; 
    font-size: 12px;
    border: solid 0px Red;
    width: 500px;
}

.location_view_content_description
{
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 10px;
}

.location_view_content_description_footer
{
    color: Black;
    font-style: italic;
    font-size: 10px;
    margin-top: 10px;
}

.location_item_heading
{
    font-size: 22px; 
    font-weight: bold; 
    font-family: Arial Verdana Tahoma; 
    color: #176f9d;
}

.location_view_details
{
    float: left;
    color: #176f9d;
    font-size: 11px;
    border: solid 0px Purple;
    margin: 10px 0p 10px 0px;
}

#location_disclaimer_top
{
    color: #176f9d;
    font-style: italic;    
}

.location_view_content_disclaimer
{
    margin-top: 5px;
    font-size: 10px;
    font-style: italic;
    color: Silver;
    text-align: right;
}

.location_listitem_container, .location_listitem_container_alt
{
    float: left;
    font-size: 10px; 
    border: solid 0px Blue;
}

.location_listitem, .location_listitem_header, 
.location_listitem_subheader_active, 
.location_listitem_subheader_inactive, .location_listitem_large,
.location_listitem_medium
{
    height: 30px;
    float:left; 
    padding: 0px; 
    margin: 2px;
    border: solid 0px Red;
}

.location_listitem_medium
    { font-size: 12px; margin-left: 10px; }

.location_listitem_large
    { font-size: 12px; font-weight: bold; }

.location_listitem_alt
{   
    height: 30px;
    float: left;
    padding: 0px;
    margin: 2px;
    text-align: right;
    border: solid 0px Orange;
    background-color: #efefef;
    border-bottom: solid 1px #666;
}

.location_listitem_header
{
    background-color: #64a5c3;
    color: White;
}

.location_listitem_subheader_active
{
    background-color: #d1edfa;
    color: #666;
    text-align: center;
    padding: 0px;
}

.location_listitem_subheader_inactive
{
    background-color: White;
    color: #666;
    text-align: center;
    padding: 0px;
}

.location_listitem_position, .location_listitem_position_buynow
{
    padding: 0px;
    margin: 5px 0px 0px 5px;
}

.location_listitem_position_buynow
{
    margin: 5px 5px 0px 0px;
}

/*********************************************************************************************************/
/* Profile.aspx */
#profilecontainer
{
	margin: 0px; padding: 10px 0px 15px 30px;
	text-align: left;
	font-size: 12px;
}

#profilecontainer label
{
	float: left;
	width: 150px;
	margin: 0px; padding: 0px;
}

/*********************************************************************************************************/
/* Login.aspx */

#logincontainer
{
	margin: 0px; 
	padding: 10px 0px 15px 30px;
	text-align: left;
	font-size: 12px;
}

#logincontainer label
{
	float: left;
	width: 150px;
	margin: 0px; padding: 0px;
	font-size: 11px;
}

.login_textboxstyle
{
    border: solid 1px Silver;
}

.login_checkboxstyle input
{ border: solid 1px White; } 

#logincontrol
{
	margin-left: 50px;
}


/*********************************************************************************************************/
/* SlotGroup.aspx*/

#slotgroup_listitem_container
{
    width: 770px;
    min-height: 250px;
	margin: 0px; padding: 0px ;
	text-align: left;
	font-size: 12px;
	border: solid 0px Red;
}

.slotgroup_listitem_container
{
    width: 746px;
    margin: 0px; padding: 0px;
    font-size: 10px; 
    border: solid 0px Blue;
    float: left;
}
.slotgroup_groupitem
{
    width: 744px; height: 54px;
    color: #666; background: #ececec; 
    float:left; 
    padding: 0px; margin: 1px;
}

.slotgroup_listitem, .slotgroup_listitem_header
{
    height: 27px;
    float:left; 
    padding: 0px; 
    margin: 1px;
    border: solid 0px Orange;
}

.slotgroup_listitem_position
{
    padding: 0px;
    margin: 5px 5px 5px 5px;
}

.slotgroup_listitem_header
{
    background-color: #64a5c3;
    color: White;
}

a.slotgrouplink:link, a.slotgrouplink:visited
{ color: #176f9d; text-decoration: none; font-size: 11px; margin-top: 1px; }
	
a.slotgrouplink:hover
{ color: #176f9d; text-decoration: underline; }

.slotgroup_groupitem_header
{ font-size: 16px; font-weight: bold; }

.slotgroup_groupitem_header_small
{ font-size: 8px; color: #999; }

.slotgroup_groupitem_header_schedule
{font-size: 12px; color: #999;}

/*********************************************************************************************************/
/* Slots.aspx*/

#slotcontainer
{
    width: 780px;
	margin: 0px; padding: 0px ;
	text-align: left;
	font-size: 12px;
	border: solid 0px Red;
}

a.slotnamelink:link, a.slotnamelink:visited
{ color: #176f9d; text-decoration: none; font-size: 16px; }
	
a.slotnamelink:hover
{ color: #176f9d; text-decoration: underline; }

.sloticon
{ padding: 0px; margin: 0px; float: left; width: 35px; }

.slots_listitem_container, .slots_listitem_container_alt
{
    margin: 0px; padding: 0px;
    font-size: 10px; 
    border: solid 0px Blue;
    float: left;
}

.slots_listitem, .slots_listitem_header, .slots_listitem_alt
{
    height: 27px;
    float:left; 
    padding: 0px; 
    margin: 1px;
    border: solid 0px Orange;
}

.slots_listitem_alt{ background-color: #efefef; }

.slots_listitem_header
{
    background-color: #64a5c3;
    font-weight: bold;
    color: White;
}

.slots_listitem_position
{
    padding: 0px;
    margin: 5px 5px 5px 5px;
}

/*********************************************************************************************************/
/* Schedule.aspx */

#schedulecontainer
{
    width: 500px;
	margin: 0px; padding: 0px;
	text-align: left;
	font-size: 12px;
	border: solid 0px Red;
}

.itemtemplate
{ 
	padding: 0px; 
	margin: 5px;
}

a.schedulenamelink:link, a.schedulenamelink:visited
{ color: #176f9d; text-decoration: none; font-size: 16px; }
	
a.schedulenamelink:hover
{ color: #176f9d; text-decoration: underline; }

.scheduleicon
{ padding: 0px; margin: 0px; border: solid 0px Green; width: 25px; float: left; }

.schedulename
{ 
    clear: left;
	font-family: Microsoft Sans Serif;
	font-weight: normal;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	border: solid 0px Red;
}

.scheduledesc
{ 
	font-style: italic;
	font-size: 11px;
	padding: 10px;
	border: solid 0px Orange;
}

.scheduletime
{
	font-size: 10px;
	font-family: Trebuchet MS;
	margin: -5px 0px 0px 30px;
}

.scheduleview
{
	position: relative;
	float: right;	
	padding: 10px;
	margin-top: -20px;
}

.scheduleshop
{
    float: right;
	padding: 0px; margin: 0px;
    margin-top: -28px;
	font-family: Trebuchet MS;
	font-size: 14px;
}

#schedulefilecontainer
{
	margin: 0px; padding: 10px 0px 15px 30px;
	text-align: left;
}

#scheduleSelectedFiles
{
    padding: 5px;
    float: left;
}

#scheduleFiles
{
    margin-top: 5px;
    padding: 5px;
    background-color: White;
    border: solid Silver 1px;
    float: left;
}

.schedulefilesListbox
{
    margin: 0px;
}

.scheduleAddFile
{
    margin-bottom: 3px;    
}

/*********************************************************************************************************/
/* Files.aspx */
#filecontainer
{
	width: 500px;
	min-height: 200px;
	margin: 0px; padding: 0px;
	text-align: left;
	font-size: 12px;
	border: solid 0px Red;
}

#filecontainer label
{
	float: left;
	width: 100px;
	margin: 0px; padding: 0px;
	font-style: italic;
}

a.filenamelink:link, a.filenamelink:visited
{ color: #176f9d; text-decoration: none; font-size: 16px; }
	
a.filenamelink:hover
{ color: #176f9d; text-decoration: underline; }

.fileimage
{
    float: left;
    border: solid 0px Silver;
    margin: 5px;
}
.singlefilecontainer
{
    position: relative;
    clear: both;
    width: 500px;
    border: solid 0px Green;    
    margin: 5px;
    padding: 5px;
}

.filedata
{
    position: relative;
    padding: 5px;
}

.filename
{ 
	font-family: Microsoft Sans Serif;
	font-weight: normal;
	font-size: 22px;
	padding: 5px;
	border: solid 0px Red;
}

.filedropdown
{
    border: 0px Solid White;    
}

.fileseperator
{ width: 400px; border-bottom: 1px solid LightGray; }

.filedescription
{}

.filecategory
{}

#filesilverlight
{}

.categoryheader
{ background: #0a181d; text-align: left; margin-bottom: 10px; }

.categoryloading
{ 
    float: right;
    margin-top: -30px;
    margin-right: 2px;
}

.categorylist
{ margin: 0px 0px 15px 10px;}

.categorycreate
{ margin: 0px 0px 15px 10px;}

#UploadFiles
{ margin: 0px 0px 15px 10px; }

#dvScheduleStartDate #dvScheduleEndDate
{
    position: absolute;
    float: left;
    z-index: 20000;
}


/*********************************************************************************************************/
/* checkout.aspx */

#checkoutlogincontainer
{
    width: 630px;
    height: 400px;
	margin: 0px;  padding: 0px;
	margin-left: 100px;
	text-align: left;
	font-size: 12px;
	border: solid 1px #efefef;
}

.checkoutlogin_textboxstyle
{
    margin-top: 5px;
    margin-bottom: 10px;
    border: solid 1px Silver;
    padding: 2px;
}

#checkoutlogincontrol
{
	text-align: left;
}

#checkoutleftside
{
    position: relative;
    width: 300px; 
    height: 330px; 
    padding: 30px 10px 10px 10px; 
    margin:10px; 
    border-right: solid 1px Silver; 
}

#checkoutrightside
{
    float: right;
    width: 250px; 
    height: 330px; 
    padding: 50px 10px 10px 10px; 
    margin: 10px;
    margin-top: -400px;
    border: solid 0px Green;
}

.checkoutlogin_checkboxstyle input
{ border: solid 1px White; } 


/*********************************************************************************************************/
/* pppayemnt.aspx */

#basketcontainer
{
    width: 580px;
	text-align: left;
	font-size: 10px;
	border: solid 0px Red;
}

.basket_listitem_container, .basket_listitem_container_alt
{
    margin-top: 15px;
    float: left;
    font-size: 10px; 
    border: solid 0px Blue;
}

.basket_listitem_remove
{
    margin: 5px 5px 0px 0px;
}

.basket_listitem_container_alt
{
    margin: 0px; padding: 0px;
    border: solid 0px Green;
}

.basket_listitem, .basket_listitem_header, .basket_listitem_alt
{
    float:left; 
    /*padding: 5px; */
    margin: 2px;
    border: solid 0px Orange;
}

.basket_listitem_container_control
{
    width: 570px; 
    height: 30px;
    float: left;
    padding: 0px;
    margin: 2px;
    text-align: right;
    border: solid 0px Orange;
    background-color: #efefef;
    border-bottom: solid 1px #666;
}


.basket_listitem_alt
{
    background-color: #efefef;
}

.basket_listitem_header
{
    height: 24px;
    background-color: #64a5c3;
    color: White;
    border: solid 0px Red;
}

.basket_listitem_position, .basket_listitem_position_large, basket_listitem_position_header, .basket_listitem_position_price
{
    padding: 0px;
    margin: 5px 0px 0px 5px;
}

.basket_listitem_position_header
{ font-size: 14px; font-weight: bold; }

.basket_listitem_position_large, .basket_listitem_position_price
{ font-size: 12px;}

.basket_listitem_position_price
{
    font-weight: bold;
}

.basket_listitem_image
{
    margin: 2px; padding: 0px;    
}

.basket_totals
{
    margin: 5px;
    font-weight: bold;    
}

.basket_totals label
{
    margin-right: 5px;    
}

.basket_totals_label, .basket_totals_label_bold
{
    width: 100px;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    border: none;
}

.basket_totals_label_bold
{
    font-weight: bold;    
}

/*********************************************************************************************************/
/* registration.aspx */
#registrationcontainer
{
    width: 463px;
	margin: 0px 0px 0px 30px; padding-left: 10px;
	text-align: left;
	font-size: 12px;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

#registrationcontainer label
{
	float: left;
	width: 150px;
	margin: 0px; padding: 0px;
}

.registration_account
{
    width: 450px;
    text-align: right;
    border: solid 1px #64a5c3;
}

.registration_wizarditem, .registration_wizardcurrentitem
{
    position: relative;
    float: left;
    width: 140px;
    padding: 5px;
    text-align: center;
}
.registration_wizardcurrentitem
{
    color: White;
    background-color: #64a5c3;   
}

.registration_step
{
    font-size: 14px;    
}

.registrationcontainer_button
{
    float: left;
}


/*********************************************************************************************************/
/* passrecovery.aspx */
.passrecoverycontainer
{
	margin: 0px; padding: 0px 0px 0px 30px;
	text-align: left;
	font-size: 12px;
}

.passrecoverycontainer label
{
	float: left;
	width: 150px;
	margin: 0px; padding: 0px;
    color: #176f9d;
}

.passrec_title
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; 
}

.passrec_question
{
    margin-bottom: 20px;    
}


/*********************************************************************************************************/
/* settings.aspx */
#settingscontainer
{
	margin: 0px; padding: 10px 0px 15px 60px;
	text-align: left;
	font-size: 12px;
}

#settingscontainer label
{
	float: left;
	width: 150px;
	margin: 0px; padding: 0px;
	font-size: 11px;
}

.settingstitle
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #176f9d;
}

/*********************************************************************************************************/
/* settings.aspx */
#changepasswordcontainer
{
	margin: 0px; padding: 0px 0px 0px 30px;
	text-align: left;
	font-size: 12px;
}

#changepasswordcontainer label
{
	float: left;
	width: 150px;
	margin: 0px; padding: 0px;
	font-size: 11px;
}

.changepassword_title
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;    
}

/*********************************************************************************************************/
/* Activation.aspx */

#activationcontainer
{
	margin: 0px; 
	padding: 10px 0px 15px 30px;
	text-align: left;
	font-size: 12px;
}

#activationcontainer label
{
	float: left;
	width: 150px;
	margin: 0px; padding: 0px;
	font-size: 11px;
}

.activation_textboxstyle
{
    border: solid 1px Silver;
}

