@charset "utf-8";
/** 
* Fluidtime Styles-Sheet File 
* @Copyright: www.Fluitdtime.com 2007
*
* IMPORTANT: Do not change anything below this line
* unless you know what you are doing. Any changes to
* this file will affect ALL COMMUNITIES and must
* therefore be tested on all browsers!
*/

/**
* Style definitions that define the grid
*/

/**
* @Global
*/
body {
    margin: 0px;
    padding: 0px;
	/*overflow:hidden;*/
}

/**
* @Layout 
*/
#ft_admin_header {
	padding: 10px;
	width: 1100px;
    height: 90px;
    clear: both;
}
#ft_admin_header_userinfo {
    position: absolute;
    width: 280px;
    left: 840px;
    top: 35px;
    text-align: right;
}
#ft_admin_header_time {
    position: absolute;
    width: 280px;
    left: 840px;
    top: 95px;
    text-align: right;
}
#ft_admin_workspace {
    width: 1160px;
    clear: both;
    /*
    margin: 0px;
    padding: 0px;
    background-color: #990000
	*/
	overflow:hidden;
}
#ft_admin_footer {
    width: 1100px;
    padding: 10px;
    margin-top: 10px;
    clear: both;
}

/**
* @Layout: workspace
*/
.ft_workspace_window_shadow_left, .ft_workspace_window_shadow_right {
    width: 4px;
    height: 515px;
    /*margin-top: 10px;*/
	position:relative;
	top:10px;
    float: left;
	margin:0px;
	padding:0px;
}
.ft_workspace_window_shadow_bottom {
	height: 10px;
}
#ft_workspace_colA {
	z-index:100;
    /*width: 298px;*/
	width: 300px;
    height: 100%; /* make it 5px larger than needed for ie6 */
    float: left;
    margin: 0px;
    /*
	margin-left: 6px;
    margin-right: 6px;
    margin-top: 10px;
	*/
	position: relative;
	left: 6px;
	top: 10px;
    padding: 0px;
	overflow:hidden; /* makes the animation go smooth */
}
#ft_workspace_colA_window {
	width:290px;
	/*height:535px;*/
	/*overflow:hidden;*/
}
#ft_workspace_colA_window .ft_workspace_col_body {
	width: auto;
}
/* only for non ie browsers 
#ft_workspace_colA[id] {
    height:auto;
    min-height: 490px;
}*/
#ft_workspace_colB {
	z-index:300;
    /*width: 808px;*/
	width: 810px;
    height: 535px; /* make it 5px larger than needed for ie6 */
    float: left;
    margin: 0px;
    /*
	margin-left: 6px;
    margin-right: 6px;
    margin-top: 10px;
	*/
	position: relative;
	left: 16px;
	top: 10px;
    padding: 0px;
	/*overflow:hidden;  makes the animation go smooth */
}
#ft_workspace_colB_window {
	width:800px;
	/*height: 535px;*/
	/*overflow:hidden;*/
	/*border: 1px solid #FF00FF;*/
}
#ft_workspace_colB_window .ft_workspace_col_body {
	/*width: 780px;*/
	/*border: 1px solid #FF0000;
	overflow:scroll;
	width: 100%;*/
}
#ft_workspace_colC {
	z-index:200;
    /*width: 298px;*/
	width: 300px;
    height: 535px; /* make it 5px larger than needed for ie6 */
    float: left;
    margin: 0px;
    /*
	margin-left: 6px;
    margin-right: 6px;
    margin-top: 10px;
	*/
	position: relative;
	left: 28px;
	top: 10px;
    padding: 0px;
	/*overflow:hidden;  makes the animation go smooth */
}
#ft_workspace_colC_window {
	width: 290px;
	/*height: 535px;*/
	/*overflow: hidden;*/
}
#ft_workspace_colC_window .ft_workspace_col_body {
	width: 270px;
}
/* only for non ie browsers 
???
#ft_workspace_colC[id] {
    height:auto;
    min-height: 490px;
}*/
.ft_workspace_col_window {
    /*height: 520px;*/
    float: left;
}
.ft_workspace_col_header {
	height: 15px;
    padding: 5px;
    padding-left: 10px;
    margin: 0px;
}
.ft_workspace_col_body {
	padding: 10px;
	padding-top: 8px;
	/*margin: 10px;
    margin-top: 8px;*/
    overflow-x: auto;
	overflow-y: auto;
	height:100%;
}
/* only for non ie browsers 
.ft_workspace_col_body[class] {
	width:100%;
}
.ft_workspace_col_body {
	width:100%;
}*/
/*.ft_workspace_col_body Status4 {
	width: 1088px;
}*/
.ft_workspace_body_segment {
    margin-bottom: 15px;
}
.ft_error, .ft_success {
    margin-bottom: 15px;
    margin-top: 10px;
}

/**
* @Layout: Menu
*/
#ft_admin_header ul {
    position:relative;
    top: 5px; 
    left: 0px;
    display: inline;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 760px;
}
#ft_admin_header ul ul {
    top: 17px; 
    left: 0px;
}
#ft_admin_header ul ul ul {
    top: 17px; 
    left: 0px;
}
#ft_admin_header ul li {
    margin-right: 15px;
    padding-right: 0px;
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px;
    padding-right: 15px;
    height: 20px;
}
#ft_admin_header ul li ul{
    position:absolute;
}
.ft_menuItem {
    cursor:pointer;
    font-weight: bold;
}
.ft_menuItemSelected {
    cursor:pointer;
    font-weight: bold;
    color: #000000;
}
/**
* @Text 
*/
h1, h2, h3, h4, h5, h6, h7, .ft_admin_txt_headline {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ft_admin_txt_footer {
    margin: 0px;
}
.ft_admin_txt_example {
    
}
.ft_admin_txt_bold {
    font-weight: bold;
}

/**
* @Text: Error 
*/
.ft_error_text {
	/*padding-top: 3px;
	padding-bottom: 2px;*/
}
.ft_success_txt {
    /*padding-top: 3px;
	padding-bottom: 2px;*/
}

/**
* @List 
*/
.ft_list {
    clear: both;
    padding: 0px;
    margin: 0px;
}
.ft_list li {
    clear: both;
    padding: 5px;
    padding-top: 0px;
    margin: 15px;
    margin-top:5px;
}

/**
* @Form 
*/
.ft_form_element {
    clear: both;
}
.ft_form_input {
    padding: 2px;
    margin: 3px;
    margin-bottom: 7px;
    width: 180px;
}
.ft_form_submit {
    padding-left: 10px;
    padding-bottom: 1px;
    padding-right: 10px;
    padding-top: 1px;
    margin: 3px;
    margin-bottom: 7px;
}
.ft_form_cancel {
    padding-left: 10px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-top: 2px;
    margin: 3px;
    margin-bottom: 7px;
}

/**
* @Table
*/
table, tr, th, td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.ft_table_row_1, .ft_table_row_2 {
	background-color: #FFFFFF;
	border: 0px;
}
.ft_table_row_1 td, .ft_table_row_2 td {
	margin: 0px;
	padding: 4px;
	border: 0px;
	padding-right: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #836b5b;
}
.ft_table_row_header {
	
}
.ft_table_row_header th {
	padding: 4px;
	padding-right: 15px;
	text-align: left;
	font-weight: bold;
}

/**
* @Calendar Styles 
* recommendation: do not change anything!
*/
.cpYearNavigation, .cpMonthNavigation { 
    background-color: #BBB; 
    text-align: center; 
    vertical-align: center; 
    text-decoration: none; 
    color: #000; 
    font-weight: bold; 
}
.cpDayColumnHeader, 
.cpYearNavigation, 
.cpMonthNavigation, 
.cpCurrentMonthDate, 
.cpCurrentMonthDateDisabled, 
.cpOtherMonthDate, 
.cpOtherMonthDateDisabled,
.cpCurrentDate, 
.cpCurrentDateDisabled, 
.cpTodayText, 
.cpTodayTextDisabled, 
.cpText { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px; 
}
td.cpDayColumnHeader { 
    text-align: right; 
    border: solid thin #C0C0C0; 
    border-width: 0px 0px 1px 0px; 
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { 
    text-align: right; 
    text-decoration: none; 
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { 
    color: #D0D0D0; 
    text-align: right; 
    text-decoration: line-through; 
}
.cpCurrentMonthDate, .cpCurrentDate { 
    color: #000; 
}
.cpOtherMonthDate { 
    color: #808080; 
}
td.cpCurrentDate { 
    color: #FFF; 
    background-color: #BBB; 
    border-width: 1px; 
    border: solid thin #BBB; 
}
td.cpCurrentDateDisabled { 
    border-width: 1px; 
    border: solid thin #FFAAAA; 
}
td.cpTodayText, td.cpTodayTextDisabled { 
    border: solid thin #C0C0C0; 
    border-width: 1px 0px 0px 0px;
}
a.cpMonthNavigation {
    color: #333;
    text-decoration: underline;
}
a.cpTodayText, span.cpTodayTextDisabled {
    color: #333;
    height: 20px; 
}
a.cpTodayText { 
    color: #000; 
}
.cpTodayTextDisabled { 
    color: #D0D0D0; 
}
.cpBorder { 
    border: 1px solid #999; 
}


