@charset "utf-8";
/* CSS Document */

/*CSS RESET SHEET - THIS RESETS MOST BROWSERS DEFAULT MARGIN AND PADDING VALUES TO ENSURE CROSS BROWSER CONSISTANCY*/
body, h1, h2, h3, h4, h5, h6, p, img {
 margin:0px;
 padding:0px;
 border:none;
}

img {
	border:0px;
} 

body {
	background: #0c3746 url('../images/2010/bg.jpg') no-repeat top left;
	height:100%;
}

form {height:100%;}

/*--------------------- VISIONSCAPE MENU SETTINGS ---------------------*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
	height:100%;
}

/*--------------------- BASIC TEXT STYLING ---------------------*/

p, li, ol, ul{
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:12px;
	line-height:18px;
	color:#4b4a4a;
}
p, ol, ul, h1, h2, h3, h4, h5, h6 {
	margin-bottom:15px;
}
a:link, a:visited {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	color: #2287a3;
	text-decoration: none;
	font-weight:normal;
}
a:hover, a:visited:hover {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	color: #2287a3;
	text-decoration:underline;
	font-weight:normal;
}
h1 {
	font-size:23px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#2c2c2c;
	font-weight: normal;
	line-height:30px;
}
h2 {
	font-size:19px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#68ab0d;
	font-weight: normal;
	line-height:23px;
}
h3 {
	font-size:15px;
	font-family: Arial, Helvetica, Tahoma, Verdana, san-serif;
	color:#2c2c2c;
	font-weight:bold;
	line-height:22px;
	text-transform:uppercase;
}
h4 {
	font-size:12px;
	font-family: Arial, Helvetica, Tahoma, Verdana, san-serif;
	color:#000;
	text-decoration:none;
	margin-bottom:10px;
}
h5 {
	font-size:14px;
	font-family: Arial, Helvetica, Tahoma, Verdana, san-serif;
	color:#2f2f2f;
	margin-bottom:7px;
	font-weight:normal;
}

/*--------------------- PAGE STYLING ---------------------*/

#wrapper {
	position:absolute;
	min-height:100%;
	width:100%;
}
#landing {
	position:absolute;
	width:500px;
}
#logo {
	position:absolute;
	width:190px;
	height:46px;
	top:41px;
	left:55px;
}
#welcome_msg {
	position:absolute;
	float:right;
	top:27px;
	right:143px;
}
#welcome_msg p {
	font-size:12px;
	line-height:14px;
	font-family: Arial, Helvetica, Tahoma, Verdana, san-serif;
	color:#fff;
	margin-bottom:0px;
}
#vs_logout {
	position:absolute;
	width:64px;
	height:23px;
	top:24px;
	right:55px;
}
#vs_logout input { padding:0px;}
#content_wrapper {
	position:relative;
	min-height:680px;
	min-width: 810px;
	background-color:#fff;
	top:130px;
	margin-left:205px;
	margin-right:55px;
	z-index:1;
}
#landing_wrapper {
	position:relative;
	min-height:400px;
	min-width: 500px;
	background-color:#fff;
	top:130px;
	margin-left:55px;
	margin-right:55px;
	z-index:1;
}
.corners {
	position:absolute;
	width:5px;
	height:5px;
}
#corner_tl {top:0px;left:0px;background:url('../images/2010/corner_tl.gif') no-repeat;}
#corner_tr {top:0px;right:0px;background:url('../images/2010/corner_tr.gif') no-repeat;}
#corner_bl {bottom:0px;left:0px;background:url('../images/2010/corner_bl.gif') no-repeat;}
#corner_br {bottom:0px;right:0px;background:url('../images/2010/corner_br.gif') no-repeat;}

#corner_tl2 {top:0px;left:0px;background:url('../images/2010/corner_tl2.gif') no-repeat;}
#corner_tr2 {top:0px;right:0px;background:url('../images/2010/corner_tr2.gif') no-repeat;}
#corner_bl2 {bottom:0px;left:0px;background:url('../images/2010/corner_bl2.gif') no-repeat;}

.vs_maintenace, .vs_error, .vs_information, .vs_successful {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:12px;
	color:#4B4A4A;
	padding:12px 10px 12px 10px;
	margin-bottom:20px;
}
.vs_information, .vs_maintenace {
	background:#FEF9CF;
	border:1px solid #f5e66b;
}
.vs_error {
	background:#fba284;
	border:1px solid #cd4112;
}
.vs_successful {
	background:#e5ffce;
	border:1px solid #cbe4b5;
}
.vs_messageWindow 
{
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:12px;
	margin-bottom:20px;	
}
.vs_messageWindow.vs_error
{
	padding:0px;
	border:0px;
	border-collapse:collapse;
}
.vs_messageWindow.vs_error td
{
	border:1px solid #fba284;
}
.vs_messageWindow.vs_successful
{
	padding:0px;
	border:0px;
	border-collapse:collapse;
}
.vs_messageWindow.vs_successful td
{
	border:1px solid #cbe4b5;
}
.vs_messageWindow.vs_information
{
	padding:0px;
	border:0px;
	border-collapse:collapse;
}
.vs_messageWindow.vs_information td
{
	border:1px solid #f5e66b;
}

.vs_csdImage
{
	border-right:0px !important;
}
.vs_maintenace h1, .vs_error h1, .vs_information h1, .vs_successful h1{
	font-family: Arial, Tahoma, Verdana, san-serif;
	color:#4B4A4A;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	line-height:18px;
	text-transform:uppercase;
}
.vs_error h1{
	margin-bottom:0px;
}
.error_frame {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:12px;
	color:#4B4A4A;
	padding:5px 10px 5px 10px;
	background:#eaeaea;
	border:1px solid #ddd;
}
.vs_content {position:relative;padding:30px;}

.sectionHeading, .SectionHeading {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:12px;
	color:#4B4A4A;
	padding:5px 10px 5px 10px;
	background:#eaeaea;
	border:1px solid #ddd;
}

.list, #DataGrid1 {
	width:100% !important;
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:12px;
	margin-bottom:14px;
	border-collapse:collapse;
	border:1px solid #e5e5e5;
}
.listSmall
{
	width: 230px !important;
}
.list td, #DataGrid1 td{ border:1px solid #e5e5e5; }
#Table2 {
	width:100% !important;
}
.vs_content, .sectionParagraph, label, .formErrorMessage {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:12px;
	font-weight:normal;
}
#divHeader {
	margin-bottom:20px;
}
.listHeading {
	background:#488999;
	color: #fff;
	font-weight:bold;
	height:25px;
}
.listHeading a:link, .listHeading a:visited, .listHeading a:hover, .listHeading a:visited:hover {
	color:#d1ecf3;
}
.listItem {background:#f9f9ff; height:25px;}
.listItem_alt {background:#ededed; height:25px;}
.listItemSelected {background-color: #c8e3f1;}
.listItemDeleted {background-color: #FF4040;}
.listItem.listItemDeleted.listItemSelected {background-color: #e83333;}
.listItem_alt.listItemDeleted.listItemSelected {background-color: #e83333;}
.listItemDeleted, .listItemDeleted a:link, .listItemDeleted a:hover, .listItemDeleted a:visited, .listItemDeleted a:visited hover { color:#fff;}

.listItemSelected .listID
{
	background-color: #c8e3f1;
	font-weight: bold;
}
.subMenuItem {
	float:left;
	margin-right:4px;
}
.listID {
	background:#e9f0f5;
	color:#000;
	padding:0px 3px 0px 3px;
	text-align:center;
	width: 35px;
}
/*#vs_preview, #vs_publish {
	float:left;
	width:50%;
}
#vs_preview img{
	float:right;
	margin-right:2px;
}
#vs_publish img{
	float:left;
	margin-left:2px;
}*/

input, select {
	padding:2px;
	font-size:11px !important;
}
input {padding:4px;}

.formTextBox {
	width:220px;
	border: 1px solid #7f9db9;
	background-color: #f9f9ff;
	font-size:80%;
}
.formTextBoxSmall {
	width:119;
	border: 1px solid #7f9db9;
	background-color: #f9f9ff;
	font-size:80%;
}
.formTextBoxVerySmall {
	width:84px;
	border: 1px solid #7f9db9;
	background-color: #f9f9ff;
	font-size:80%;
}
select {width:230px !important;}
textarea {
	height:150px;
	width:228px !important;
}
.cke_contents textarea 
{
	width: 100% !important;
}
.formLabel, #resize_guide {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:11px;
	color: #38616D;
	font-weight: bold;
	padding-right: 15px;
	width:150px;
}
.formLabelSmall  {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:11px;
	color: #38616D;
	font-weight: bold;
	padding-right: 15px;
	width:80px;
}
.formLabelVerySmall  {
	width:115px;
}
.tableHeading {
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#35a1bd;
	font-size:16px;
	padding:35px 0px 18px 0px;
	background: url('../images/2010/underline.png') bottom left repeat-x;
}
.tableHeading br {
	display:none;
}
.buttonMenu {margin:15px 0px 15px 0px;}

.buttonMenu .formButton {margin-right:5px;}

legend {
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif !important;
	color:#35a1bd !important;
	font-size:16px !important;
}
fieldset {
	border:1px solid #d5d4d4;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:0px;
	margin-bottom:20px;
	padding:10px;
}
fieldset p {
	margin-bottom:20px;
}
#edit p, #tblEventDetail p, #Table9 p, #tblVoucher p, #tblProductDetails p, #tblProductCategories p, #tblDirectory p, 
#tblCareerItem p, #tblLoginMember p, #tblFlahGal p, #tblGoogleSearch, #tblInvoiceDetails p {
	margin-bottom:0px;
}
#ui-datepicker-div {
	font-size: 65%;
}
.ui-datepicker-title select{
	width:125px !important;
}
#btnDelete, #btnEvent_Delete, #btnDeleteBottom, #btnDeleteYoutube, #btnDeleteImage, #btnDeleteVariation,
#btnDeleteSimilarProduct, #btnDeletePDF, #btnDeleteInstance, #btnDeleteCost, #btnDeleteValidCardType,
#btnDeleteGroupItem, #btnDeleteDocument
{
	color:#ff0000;
}
.Rows {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:11px;
	color: #38616D;
	font-weight: bold;
	padding-right: 15px;
	width:150px;
}
.Rows_Login {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:11px;
	width:100px;
	
	color: #38616D;
	font-weight: bold;
	padding-right: 15px;
	width:150px;
}



#lblDateModified, #lblMemberLastModified {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:11px;
	color:#38616D;
}
.vs_inputImage {
	float:right;
	margin-right:200px;
	margin-top:3px;
	cursor:pointer;
}
.vs_icon, .vs_ext {
	float:left;
	width:50%;
}
.vs_icon img{
	float:right;
	margin-right:5px;
}
.vs_ext{
	text-align:left;
	margin-top:5px;
}
.vs_image_preview {
	margin-right:30px;
}
.dataFormTable {
	width:100%;
}
.dataFormTable p{
	float:left;
	margin-bottom:5px;
}
.vs_dataFormImages {
	float:left;
}


/*--------------------- Page reordering STYLING ---------------------*/

.hover {
	background: green;
	color: #fff;
}

.placeholder {          
	display: block;
	border: 1px dotted #333333;
	background-color: #8CCEFA; 
	height: 26px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
	padding-left: 5px;
	list-style-type: none;
} 

.ui-tree-deptherror{
	background-color: #CF3333;
	color: #fff;
	line-height: 26px;
} 

.ui-tree-limiterror{
	background-color: #CF3333;
	color: #fff;
	line-height: 26px;
}

.page.ui-sortable-helper div {
	background: #A3C7C6;
	border: 1px solid #92b3b1;
}
.ui-sortable-helper div .submitCheckBoxDiv {
	display: none;
}
.item_name { 
	border: 1px solid black;
	font-size:11px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	background: #D3E8E8;
	padding-left: 5px;
	width:100%;
}

.item_name.level1 {
	background: #D3E8E8;
}

.item_name.level2 {
	background: #A3C7C6;
}

.item_name.level3 {
	background: #728787;
}
.Tpage {
	padding: 3px;
	cursor: move;
	list-style-type: none;
}
.page {
	padding: 3px;
	cursor: move;
	list-style-image: url('../images/2010/indent.gif');
}
.reOrderWrapper {
	width: 500px;
	
}
.saveButton {
	font-size:13px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
.loadingContent
{
	position:relative;
	width:100%;
	height:100%;
}
.loadingMask
{
	display:none;
	position:absolute;
	background-color: black;
	z-index:1000;
	width:100%;
	height:100%;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=60);
}
.loadingImage
{
	left:50%;
	margin-top:100px;
}
.reOrderWrapper {
	width:100%;
}
.reOrderWrapper ul{
	margin-bottom:0px;
}
.sortable {
	list-style: none;
	margin:30px 20px 0px 20px;
	padding:0px;
}
.item_name {
	line-height: 26px;
	height:26px;
	margin:0px;
	border:0px;
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
}
.item_name.level1 {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#488999;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.item_name.level2 {
	background:#dbdfe1;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c6cacc;
}
.item_name.level3 {
	background:#e6eaec;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d2d7d9;
}
.Tpage, .page {
	padding:0px;
	margin-top:0px;
	padding-top:3px;
}
.Tpage {
	margin-bottom:15px;
}
.submitCheckBoxDiv {
	float:right;
	position:relative;
	padding-right:7px;
}
#divReorderMsg 
{
	display:none;	
}
.submitCheckBox
{
	cursor:hand;
}
.loadingImage
{
	position:relative;
	top:5px;
	padding-left:5px;
}
/* Orphan*/

.orphanWrapper {
	width:100%;
	margin-bottom:0px;
	margin:30px 20px 0px 20px;
	padding:0px;
}
.orphanPage {
	background: #EEEEEE;
    border: 1px solid #DDDDDD;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#555;
	float:left;
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	height: 26px;
	line-height: 26px;
	margin:0px 6px 3px 0px;
	overflow: hidden;
	padding: 3px 36px 3px 10px;
	position: relative;
	width: 28%;
}
.orphanPageTitle {
	float: left;
	font-size: 11px;
	height: 26px;
	overflow: hidden;
	z-index: 2;
}
.submitCheckBoxODiv {
    position: absolute;
    right: 18px;
    top: 6px;
    width: 21px;
    z-index: 3;
}
.submitCheckBoxDivO {
	float:right;
	position:relative;
	padding-right:7px;
}
.submitCheckBox, .submitCheckBoxO {
	cursor: pointer;
    padding: 10px;
}
.submitCheckBox {
    position: relative;
    right: -7px;
	top: 0px;
}
.reorderLoading {
	position: relative;
	top: 3px;
}
/*--------------------- GLASS PANEL STYLING ---------------------*/

#vs_pageMenu {
	position:absolute;
	float:right;
	height:34px;
	top:96px;
	right:55px;
}
#vs_pageMenu_left {
	position:relative;
	float:right;
	top:0px;
	left:-15px;
	height:34px;
	width:15px;
	background:url('../images/2010/pageMenu_left.png') no-repeat top left;
}
#vs_pageMenu_content {
	position:relative;
	float:right;
	top:0px;
	right:15px;
	height:34px;
}
#vs_pageMenu_right {
	position:absolute;
	top:0px;
	right:0px;
	height:34px;
	width:15px;
	background:url('../images/2010/pageMenu_right.png') no-repeat top left;
}
.vs_pageMenuButton {
	position:relative;
	float:left;
	height:34px;
	background:url('../images/2010/pageMenu_bg.png') repeat-x top left;
}
.vs_pageMenuButton input{
	margin:4px 10px 0px 10px;
}
.vs_pageMenuButton:hover {
	background:url('../images/2010/pageMenu_bg_ro.png') repeat-x top left;
}
.vs_pageMenuButton img{
	margin:8px 10px 0px 10px;
	cursor: pointer;
}




/*--------------------- MENU STYLING ---------------------*/

.vs_menu_content {
	width:150px;
	position:fixed;
	top: 130px;
	left:55px;
	z-index:3;
}
.vs_menu_content ul, .vs_menu_content li {
	margin:0px;
	padding:0px;
	line-height:14px;
	list-style-type:none;
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
}
.vs_menuHeader {
	background: url('../images/2010/menu_header_alt.png') no-repeat top left;
	
}
.vs_menuHeaderCollapsed {
	background: url('../images/2010/menu_header.png') no-repeat top left;
}
.vs_menuHeaderExpanded {
	background: url('../images/2010/menu_header_alt.png') no-repeat top left;
}
.vs_menuHeader p{
	padding: 4px 0px 5px 14px;
	margin-bottom:0px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
}
.vs_menu_content a:link, .vs_menu_content a:visited {
	display:block;/*NEEDED*/
	padding: 6px 0px 6px 0px; /*SETS THE HEIGHT AND WIDTH OF THE TOP LEVEL NAVIGATION*/
	font-size:11px;
	color:#38616d;
	text-decoration:none;
	position:relative;
	
	padding-left:14px;
}
.vs_menu_content a:hover, .vs_menu_content a:visited:hover {
	background: url('../images/2010/menu_link_ro.png') no-repeat top left;
}

#option_activate{
	background:none;
	padding:0px;
	margin:0px;
	height:27px;
}
#modules_activate{
	background:none;
	padding:0px;
	margin:0px;
	margin-top:12px;
	height:27px;
}
#help_activate{
	background:none;
	padding:0px;
	margin:0px;
	margin-top:12px;
	height:27px;
}
#option_hide, #modules_hide, #help_hide{
	background: url('../images/2010/menu_link.png') repeat-y top left;
	position:relative;
}
#help_hide ul, #help_hide li{
	position:relative;
}
.vs_messageWindow td {
	border: 1px;
}
.flashGalleryImage {
	max-width:400px;
}

/*--------------------- FOOTER STYLING ---------------------*/

#footer{
	position:relative;
	height:44px;
	background:#0c3746;
	margin-top:130px;
	z-index:2;
}
/* Voting Poll Model Pop Up */
#voteMask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
.voteWindow {
  position:absolute;
  width:440px;
  height:400px;
  display:none;
  z-index:9999;
  padding:20px;
}

#voteResults {
  width:600x; 
  height:600px;
  padding:10px;
  background-color:#ffffff;
}

#voteClose
{
	position:absolute;
	top:12px;
	left:399px;
}

.cke_dialog_body select {
	width:100px !important;
}


/* Image preview*/

#imgPreviewWithStyles {
	background: #222 url(../images/loading.gif) no-repeat center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	z-index: 999;
	border: none;
	max-width: 600px;
}

#imgPreviewWithStyles img 
{
	max-width: 600px;
}

#imgPreviewWithStyles span {
	color: white;
	font-size: 1em;
	text-align: center;
	display: block;
	padding: 10px 0 3px 0;
}

.loading {
	height: 32px;
	width: 32px;
}

.vs_content fieldset #imgCurrent {
	max-width:300px;
	max-height:300px;
}

/* Edit In Place*/
code{
    display: block;
    background: #ddd;
    border: solid 2px #666;
    line-height: 15px;
}
.inplace_field {
	width: 90% !important;
	display: block;
	
}
.inplace_form {
	display: inline;
	margin: 0;
	padding: 0;
	height: 50px;
	cursor:default;
}
.editText
{
	width: 100%;
	min-height: 33px;
	line-height:33px;
	cursor: pointer;
}
.EditTextError
{
	width: 100%;
	min-height: 33px;
	line-height:33px;
}
.editDropDown 
{
	width: 100%;
	min-height: 33px;
	line-height:33px;
	cursor: pointer;
}

.editInPlace-active 
{
	cursor:default !important;
}
.saving_image 
{
	display: block;
    margin-left: auto;
    margin-right: auto; 	
    vertical-align: middle; 
}

#divJQueryMsg, #divJQueryMsgError
{
	display: none;
	position: fixed;
	top: 0px;
	width: 500px;
	z-index: 100;
	left: 33%
}
.inplace_save 
{
	cursor: pointer;
}
.inplace_cancel 
{
	cursor: pointer;
}

/* VS tabs 2011*/
.hide {position: absolute; top: -9999px; left: -9999px; }

#vs_tabStrip .vs_tabStrip_wrapper {background: #eee; margin: 0 0 15px 0px; }

#vs_tabStrip ul {list-style: none; margin:0px; padding:0px;}
#vs_tabStrip ul li a {display: block; border-bottom: 1px solid #488999; padding: 4px;}
#vs_tabStrip ul li a:hover {background: #81b2be; color: white; text-decoration:none;}

#vs_tabStrip .vs_tabStrip_nav {overflow: hidden; padding:0px; margin:0px;}
#vs_tabStrip .vs_tabStrip_nav li {float: left; margin: 0 3px 0 0;}
#vs_tabStrip .vs_tabStrip_nav li a {display: block; padding: 5px; background: #a4ced8; color: white; font-size: 12px; text-align: center; border: 0; padding:4px 15px; border:1px solid #488999; border-bottom:0px;}
#tabContent {padding:0px !important; margin:0px;}
.current {
	background: #488999 !important;
}
.vs_pageTabsIframe p a {
	border-bottom:0px !important;
}
.vs_pageTabsIframe p a:hover{
	background:none !important; color:#2287A3 !important; text-decoration:underline !important; border-bottom:0px !important;
}
.vs_pageTabsIframe {
	border:1px solid #488999;
	margin:0px 1px 1px 0px;
}
.vs_pageTabsIframe span iframe{
	border-style:none;
	margin:0px;
	padding:0px;
}
.vs_pageEditIframe {
	margin:0px !important;
	padding:0px !important;
	border:0px !important;
}
.vs_pageTabsContent {
	padding:10px;
}
/*-------------Custom Eclipse 100% Kids Form------------------------*/
.eclipseDDL{
	width:40px !important;
}
/*-------------Seat Picker SA------------------------*/
.bookingInfo{
	position: absolute;
	display: none
} 


/*--------------------- GOOGLE CALENDAR CONFIG ---------------------*/
#eventDetailsDiv {
	background: #f2f2f2;
	border-radius: 5px;
	box-shadow: 0 1px 13px rgba(0,0,0,0.5);		
	font-size: 12px;
	font-weight: bold;
	left: 50%;
	position: fixed;			
	margin: -150px 0 0 -150px;
	padding: 30px;
	top: 50%;
	z-index: 100;				
}
#eventDetailsDiv input {
	border: 1px solid #dddddd;
	height: 22px;
	margin-left: 10px;	
	width: 239px;
}
#eventDetailsDiv .btns {
	height: 30px;	
}
#eventDetailsDiv a {
	background: #fbfbfb;
	border: 1px solid #d2d2d2;
	padding: 4px;
}
#eventDetailsDiv a:first-child {
	margin-left: 10px;	
}
