﻿/* Required to have full-screen RadSplitter */
html, body, form 
{
	height:100%;
	margin:0;
	padding:0;
	/*overflow:hidden;*/
	overflow-x:hidden;
	overflow-y:auto;
	font: normal 14px/1.5em "Segoe UI",Arial,Helvetica,sans-serif;
}

form
{
	cursor: default; 
}

#RAD_SPLITTER_PANE_CONTENT_topPane {overflow:hidden!important;}

/* <header> */

div.head {
	float:left;
	display:inline;
	width:100%;
	height:70px;
	overflow:hidden;
	background: url('Images/bg_login.png') left top no-repeat #009de2;
}

div.headline {
	float:left;
	display:inline;
	width:auto;
}

div.headline h1 { font-size:19px; font-weight:bold; color:#fff; margin:14px 0 0 13px; padding:0; display:none;}

.logo {
	float:right;
	display:inline;
	width:60px;
	margin:6px 30px 0 0;
}
.Invisible
{
    display:none;
}
table td
{
    font-size:12px;
	font-weight:normal;
	color:#000;
}

.titleRegister
{
    margin-bottom:5px;
}

.NextStepRegister
{
    float:left;
    font-size:14px;
}
.BackStepRegister
{
    font-size:14px;
    float:right;
    margin-right:15px;
}


.RadForm_Black .header, .RadForm_Black .logo,
.RadForm_Default .header, .RadForm_Default .logo,
.RadForm_Telerik .header, .RadForm_Telerik .logo,
.RadForm_Hay .header, .RadForm_Hay .logo,
.RadForm_Forest .header, .RadForm_Forest .logo,
/*.RadForm_Sitefinity .header, .RadForm_Sitefinity .logo
{
	background-image: url('Images/sinnack_logo.png');
	/*background-image: url('Images/header-darks.png');
}
*/
.RadForm_Black .header { background-position: 0 -49px; }
.RadForm_Black .logo { background-position: 0 0; }
/*.RadForm_Default .header { background-position: 0 -147px; }
.RadForm_Default .logo { background-position: 0 -98px; }*/
.RadForm_Telerik .header { background-position: 0 -245px; }
.RadForm_Telerik .logo { background-position: 0 -196px; }
.RadForm_Hay .header { background-position: 0 -343px; }
.RadForm_Hay .logo { background-position: 0 -294px; }
.RadForm_Forest .header { background-position: 0 -441px; }
.RadForm_Forest .logo { background-position: 0 -392px; }
.RadForm_Sitefinity .header { background-position: 0 -147px; }
.RadForm_Sitefinity .logo { background-position: 0 -98px; }

.RadForm_Sunset .header, .RadForm_Sunset .logo,
.RadForm_Outlook .header, .RadForm_Outlook .logo,
.RadForm_Office2007 .header, .RadForm_Office2007 .logo,
.RadForm_WebBlue .header, .RadForm_WebBlue .logo,
.RadForm_Web20 .header, .RadForm_Web20 .logo,
.RadForm_Vista .header, .RadForm_Vista .logo,
.RadForm_Windows7 .logo

.RadForm_Windows7 div.header
{
	background: url('Images/bg_login.png') left top repeat-x; /* ... yet sunset isn't actually cold */
}
.RadForm_Default div.header
{
	background: url('Images/bg_login.png'); /* ... yet sunset isn't actually cold */
}

.RadForm_Sunset .header { background-position: 0 -49px; }
.RadForm_Sunset .logo { background-position: 0 0; }
.RadForm_Outlook .header { background-position: 0 -147px; }
.RadForm_Outlook .logo { background-position: 0 -98px; }
.RadForm_Office2007 .header { background-position: 0 -245px; }
.RadForm_Office2007 .logo { background-position: 0 -196px; }
.RadForm_WebBlue .header { background-position: 0 -343px; }
.RadForm_WebBlue .logo { background-position: 0 -294px; }
.RadForm_Web20 .header { background-position: 0 -441px; }
.RadForm_Web20 .logo { background-position: 0 -392px; }
.RadForm_Vista .header { background-position: 0 -539px; }
.RadForm_Vista .logo { background-position: 0 -490px; }
/*.RadForm_Windows7 .header { background-position: 0 -245px; }
.RadForm_Windows7 .logo { background-position: 0 -196px; }*/

.RadForm_Windows7 .header { background-position: 0 -245px; }
.RadForm_Windows7 .logo { background-position: 10px 7px; }
.RadForm_Default .header { float:left; display:inline; width:100%; }
.RadForm_Default .logo { background-position: 10px 7px; }



.skin-chooser
{
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: default;
	color: #fff;
}

.rcbSlide
{
	z-index: 10000 !important;
}

/* </header> */


/* move the last menu item to the right */

/* center the calendars */
.calendar-container
{
	width: 220px;
	margin: 10px auto;
}

/* FF2 bugfix*/
#ctl00_RadSplitter1
{
	overflow: visible !important;
}

#ctl00_RadSplitter1
{
	overflow: hidden;
}

#ctl00_RadSplitter1
{
	overflow-x: hidden;
}

/* required so RadGrid in the Contacts page is 100% tall in FireFox */
#ctl00_RadSplitter1
{
	height:100%;
}

/* apply height to the update panel that contains the RadScheduler
   so it can resize properly */
#ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolderNavigationPane_RadScheduler1Panel
{
	height:100%;
}

.RadToolBar .rtbTemplate .RadInput 
{
	line-height: 22px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: baseline;
}

.RadToolBar .RadComboBox,
.RadMenu .RadComboBox,
.RadMenu .skinLabel
{
	vertical-align: middle;
}

* html .RadMenu .rmTemplate .rmText
{
	padding-bottom: 3px;
}

.contacts-filter-toolbar .rtbTemplate
{
	color:White;
	width:400px;
}

div.RadToolBar
{
	width: 100%;
}

div.inbox-search-toolbar .rtbOuter,
div.inbox-search-toolbar .rtbMiddle,
div.inbox-search-toolbar .rtbInner,
div.contacts-filter-toolbar .rtbOuter,
div.contacts-filter-toolbar .rtbMiddle,
div.contacts-filter-toolbar .rtbInner
{
	border-left-width: 0;
	border-right-width: 0;
	padding-left: 0;
	padding-right: 0;
}

div.inbox-search-toolbar .rtbTemplate
{
	margin-left: 100px;
}

/* message DetailsView*/

#message-body
{
	padding: 0 16px 25px;
}

.rfdBlack #message-body a { color: #9EDA29; }
.rfdDefault #message-body a { color: #6C6C6C; }
.rfdForest #message-body a { color: #751A04; }
.rfdHay #message-body a { color: #50B306; }
.rfdOffice2007 #message-body a { color: #606F94; }
.rfdOutlook #message-body a { color: #355D98; }
.rfdSunset #message-body a { color: #5d1f00; }
.rfdTelerik #message-body a { color: #64B33E; }
.rfdVista #message-body a { color: #0F5477; }
.rfdWeb20 #message-body a { color: #38477F; }
.rfdWebBlue #message-body a { color: #38477F; }

.message-view
{
	width: 100%;
}

.message-view ul
{
	margin: 10px 6px;
	padding: 0;
	list-style:none;
	border-bottom: 1px solid #add1ff;
}

.message-view ul h3
{
	margin: 0;
}

.message-view li label
{
	display: inline-block;
	width: 40px;
	color:#6f9dd9;
}

/* contact details nested view template */
.contact-details img
{
	float:left;
	margin: 0 12px 0 6px;
}
* html .contact-details img { margin-left: 3px }

.contact-details ul
{
	list-style:none;
	margin: 10px;
}

.contact-details label
{
	display:inline-block;
	font-weight:bold;
	width:80px;
}


.rpTemplate input
{
	vertical-align: middle;
	margin-top: 0;
}

/* <notes> */

.notes-list img
{
	vertical-align: text-top;
	margin: 0 4px 0 0;
}

/* </notes> */

/* <calendar> */

div.RadScheduler .rsAdvancedEdit .rsAdvRadio
{
	margin-right: 4px;
}

/* </calendar> */

div.plugintitle {
	float:left;
	display:inline;
	width:100%;
	height:24px;
	margin:0 0 -1px 0;
	padding:7px 0 0 11px;
	background:url(Images/bg_title.png) left top;
	line-height:1.2em;
	font-size:14px;
	font-weight:bold;
	color:#000;	
}

/* login */

body.login {
	margin:0;
	padding:0;
	background:url(Images/new_head.gif) top center no-repeat #efefec;
}

div.head-login {
	float:left;
	display:none;
	width:100%;
	height:60px;
	background:url(Images/bg_login.png) left top repeat-x;
}

div.head-login h1 {
	font-size:18px; font-weight:normal; color:#fff; text-decoration:none; margin:20px 0 0 16px; padding:0; float:left; display:inline; }

div.logo-login {
	float:right;
	display:inline;
	width:59px;
	margin:9px 16px 0 0;
}

div.wrapper {
	width:100%;
}




/* login */

div.site-login {
	width:600px;
	margin:80px auto;
}

div.site-login-content {
	float:left;
	display:inline;
	margin:116px 0 0 0;
	padding:0 30px;
	width:531px;
	height:250px;
	background:url(Images/login_bg.gif) top center no-repeat;
}
div.site-login-content h1 {
	color: #cc3333;
    font-family: "Lucida Sans Unicode",Arial,sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-top: 30px;
    padding: 0 0 0 12px;
}

div.site-login-content a:link,
div.site-login-content a:visited {
	text-decoration:none;
	color:#0ba1e2;
	margin:0 0 0 10px;
}

div.site-login-content a:hover,
div.site-login-content a:focus,
div.site-login-content a:active {
	text-decoration:underline;
	color:#0ba1e2;
	margin:0 0 0 10px;
}

div.site-login-content-reg {
	float:left;
	display:inline;
	margin:116px 0 0 0;
	padding:0 30px;
	width:531px;
	height:400px;
	background:url(Images/login_bg_reg.gif) top center no-repeat;
}

a#CreateUserWizard1___CustomNav0_CancelButtonLinkButton {margin:0 20px 0 0;}

div.site-login-content-reg h1 {
	color: #cc3333;
    font-family: "Lucida Sans Unicode",Arial,sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-top: 30px;
    padding: 0 0 0 12px;
}

div.site-login-content-reg a:link,
div.site-login-content-reg a:visited {
	text-decoration:none;
	color:#0ba1e2;
	margin:0 0 0 10px;
}

div.site-login-content-reg a:hover,
div.site-login-content-reg a:focus,
div.site-login-content-reg a:active {
	text-decoration:underline;
	color:#0ba1e2;
	margin:0 0 0 10px;
}

div.site-login label {
	float:left;
	display:inline;
	width:100%;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	margin:0 0 5px 0;
	padding:0;
}

span.label-right {
	float:left;
	display:inline;
	width:100%;
	margin:-10px 0 0 0;
}

span.label-right label {
	float:left;
	display:inline;
	width:180px;
	height:12px;
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	margin:3px;
	padding:0;
}

#Login1_UserName {
	float:left;
	display:inline;
	width:248px;
	margin:0 0 15px 10px;
	padding:2px 0;
	font-size:14px !important;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	
}

#Login1_Password {
	float:left;
	display:inline;
	width:248px;
	margin:0 7px 15px 0;
	padding:2px 0;
	font-size:14px !important;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	
}

#Login1_UserNameLabel {
	margin:4px 0 0 10px;
	font-weight:normal;
	color:#333;
}

#Login1_PasswordLabel{
	margin:4px 0 0 0;
	font-weight:normal;
	color:#333;
}


span.label-right input[type=checkbox] {
	float:left;
	display:inline;
	width:auto;
	margin:5px 5px 5px 10px;
}


div.site-login input.submitform {
	float:left;
	display:inline;
	margin:4px 0 0 11px;
	padding:2px 5px!important;
	font-size:12px;
	font-weight:normal;
	color:#000 !important;
	text-decoration:none;
	cursor:pointer;
	text-align:left;
}

div.site-login input.submitform {
	padding:5px 0 5px 6px\9;
}

*+html div.site-login input.submitform {
	float:right;
	display:inline;
	width:100px;
	margin:10px 15px 10px 30px;
	padding:5px 0 5px 6px;
	font-size:12px;
	font-weight:bold;
	color:#fff !important;
	text-decoration:none;
	border:1px solid #fff !important;
	background:url(Images/button_submit_form.png) right no-repeat;
	cursor:pointer;
	text-align:left;
}

div.error-msgs {
	float:left;
	display:inline;
	width:200px;
	margin:-55px 0 0 0;
	padding:0 0 5px 0;
}

div.error-msgs span {
	float:left;
	display:inline;
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#d20000;
	text-decoration:none;
	margin:0;
	padding:0;
}

div.error-msgs-login {
	float:left;
	display:inline;
	height:40px;
	width:160px;
	margin:-20px 10px 15px 10px;
	padding:0 0 5px 0;
	font-size:12px;
	font-weight:normal;
	color:#d20000;
	text-decoration:none;
}

div.error-msgs-reg {
	float:left;
	display:inline;
	height:40px;
	width:160px;
	margin:0;
	padding:0 0 5px 0;
	font-size:11px;
	line-height:110%;
	font-weight:normal;
	color:#d20000;
	text-decoration:none;
}

table#PasswordRecovery1 {margin:0 0 0 10px; }
table#CreateUserWizard1 {margin:0 0 0 10px; float:left; display:inline;}

table#CreateUserWizard1 td {width:auto!important; height:auto!important; vertical-align:top; font-weight:normal;}

p.moped { width:500px; position:absolute; margin:24px 0 0 99px; color:#D20000;}




/* editor */

div.editor {
	clear:both;
	float:left;
	width:700px;
	margin:0 0 20px 10px;
	background:#f0f0f0;
}

div.editor br,
div.test br,
div.test2 br {
	clear:left;
}










div.test {
	float:left;
	display:inline;
	width:100%;
	background:#f0f0f0;
	padding:10px 0 15px 0;
}


div.test input[type=text] {
	width:800px !important;
	margin:0;
}

div.test textarea {
	width:800px !important;
	margin:0 0 10px 0;
}

div.test select {
	width:800px !important;
	margin:0 0 10px 0;
	font:normal 12px/1.5em "Segoe UI",Arial,Helvetica,sans-serif !important;
}

.RadComboBox {
	/*width:808px !important;*/
	margin:0 0 10px 0;
	font:normal 12px/1.5em "Segoe UI",Arial,Helvetica,sans-serif !important;
}

.Default.reWrapper {
    border:0 !important;
}

.Default.RadEditor .reModule {
	/*visibility:hidden;*/
}

.RadEditor .reContentArea {
	height:230px !important;
}

.combotest {
	width:100px !important;
}












div.test2 {
	float:left;
	display:inline;
	width:100%;
	background:#f0f0f0 url(Images/bg_content.png) left bottom repeat-x;
	padding:10px 0 15px 0;
}

div.test2-subcontent {
	float:left;
	display:inline;
	width:100%;
	background:#f0f0f0 url(Images/bg_content.png) left bottom repeat-x;
	padding:20px 0 0 0;
}

div.test2 h2,
div.test2-subcontent h2,
div.test h2 {
	font-size:12px; font-weight:bold; color:#000; text-decoration:none; margin:-10px 0 13px 0; padding:3px 0 3px 10px; background:url(Images/bg_thirdtitle.png) left bottom repeat-x; float:left; display:inline; width:100%; }

div.test2 h3,
div.test2-subcontent h3 {
	font-size:12px; font-weight:bold; color:#000; text-decoration:none; margin:0 0 13px 0; padding:3px 0 3px 10px; background:url(Images/bg_thirdtitle.png) left bottom repeat-x; float:left; display:inline; width:100%; }

div.registered {
	float:left;
	display:inline;
	width:100%;
	padding:0 0 20px 0;
}

div.registered p {
	font-size:12px; font-weight:normal; color:#000; text-decoration:none; margin:0 0 3px 10px; padding:0; }














div.formrow {
	float:left;
	display:inline;
	width:260px;
	margin:0 10px 10px 10px;
}

div.formrow-long {
	float:left;
	display:inline;
	width:260px;
	margin:0 10px 10px 10px;
}

div.formrowdate,
div.formrowdate-long {
	float:left;
	display:inline;
	width:260px;
	margin:0 10px 10px 10px;
}

div.formrow input[type=text] {
	width:256px !important;
	margin:0;
	padding:0 0 0 3px;
}

div.formrowdate input[type=text] {
	width:207px !important;
	margin:0;
	padding:0 0 0 3px;
}

div.formrowdate-long input[type=text] {
	width:230px !important;
	margin:0;
	padding:0 0 0 3px;	
}

div.formrow .rfdSelect {
	width:253px;
	font:normal 12px/1.5em "Segoe UI",Arial,Helvetica,sans-serif !important;
}

div.formrow .rfdSelect {
	width:257px\9;
	font:normal 12px/1.5em "Segoe UI",Arial,Helvetica,sans-serif !important;
}

div.formrow .riEnabled {
	width:100px !important;
}

div.formrow .RadComboBox {
	width:267px !important;
	margin:0 0 10px 0;
}

div.formrow select {
	width:259px ;
	margin:0 0 10px 0;
}

div.formrow label,
div.formrowdate label {
	float:left;
	display:inline;
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#000;
}

div.formrow p {
	font-size:12px; color:#000; margin:0; padding:0;
}

div.multiselectbox {
	float:left;
	display:inline;
	width:100%;
	margin:10px 0 0 0;
}


.RadPicker td a {
	margin:-10px 0 0 0 !important;
}




.rfdSelectBox ul, .rfdSelectBox li,
.rfdSelectBox_Default li {
	font:normal 12px/1.5em "Segoe UI",Arial,Helvetica,sans-serif !important;
}






/* error msgs */

div.error-msgs {
	float:left;
	display:inline;
	width:100%;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}

.RadGrid_Default .rgFilterBox {
	width:200px;
}





/* popup */

body.popup {
	margin:0;
	padding:0;
	background:#fff;
}

.wrapper-popup {
	float:left;
	display:inline;
	width:100%;
}

.wrapper-popup div.head-login {
	float:left;
	display:inline;
	width:100%;
	height:51px;
	background:url(Images/bg_login.png) left top repeat-x;
}

.wrapper-popup div.logo-login {
	float:right;
	display:inline;
	width:59px;
	margin:8px 8px 0 0;
}

.form-popup {
	clear:left;
	width:100%;
}

.form-popup-content {
	float:left;
	display:inline;
	width:80%;
	margin:20px 0 0 20px;
}

div.logo-popup {
	float:right;
	display:inline;
	width:59px;
	margin:9px 10px 0 0;
}







/* Panel Popups */

#UpdatePanel,
#DownloadPanel,
#DownloadPanelButton,
.window-message,
#OverbookingPanel,
#CompanyPanel {
    padding: 10px;
}

    #UpdatePanel p,
    #DownloadPanel p,
    #OverbookingPanel p,
    .window-message p,
    #CompanyPanel p {
        font-size: 12px;
        font-weight: bold;
    }
		
	#DownloadPanel input,
	#DownloadPanel label{
		font-size:12px; vertical-align:middle;}
	#DownloadPanel input{
		margin-right:10px;}


    #DownloadPanelButton a:link,
    #DownloadPanelButton a:visited,
    .window-message a:link,
    .window-message a:visited {
        font-size: 12px;
        font-weight: bold;
        color: #003F8E;
        text-decoration: underline;
    }
    #DownloadPanelButton a:hover,
    #DownloadPanelButton a:active,
    #DownloadPanelButton a:focus,
    .window-message a:hover,
    .window-message a:active,
    .window-message a:focus {
        font-size: 12px;
        font-weight: bold;
        color: #668CBB;
        text-decoration: underline;
    }	

	
	
	
.rwTitlebarControls a.rwIcon {background:url('Icons/rwIcon.png') no-repeat !important;}

#ModuleContainer 
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0 solid transparent;
    
}


