﻿/*
    Project: CrystalX
    URL: http://www.nuvio.cz
    
    Output device: screen, projection
    
    Author: Vit Dlouhy (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz)
    Last revision: 2006-12-05, 12:00 GMT+1

    Structure:
        display | position | float | overflow | width | height | border | margin | padding | background | align | font
*/

*/ * {min-height:1px;}
body {border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	background: #F2F5FE url('../design/bg.gif') repeat-x 0 0;
	font: 70%/160% "verdana",sans-serif;
	color:#192666; 	text-align:center;
}

a {color:#192666;}
a:hover {color:#4F6AD7;}

p {border:0; margin:15px 0; padding:0;}

div {display:block; border:0; margin:0; padding:0;}

h6 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}

h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}

h4 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}

h3 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}

h2 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}

h1 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}
h1 {font-size: 260%;line-height: 100%;font-family: "Times New Roman", Times, serif;font-weight: normal;}
h2 {font-size:180%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h3 {font-size:120%; line-height:100%; font-weight:bold;}
h4 {font-size:105%;font-family: "Times New Roman", Times, serif;font-weight:bold;}
h5 {font-size:100%;}
h6 {font-size:180%; line-height:100%; font-family:"georgia",serif; font-weight:normal; font-style:italic}

.clear {clear:both;}
.box {min-height:1px; height:1px;}
.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}

.nom {margin:0;}
.noscreen {display:none;}

/* -----------------...........--------------------------------------------------------------------------------------- */

#main {width:900px; margin:50px auto 0 auto; text-align:left;}

/* Header */
#header {position:relative; width:900px; height:100px; margin:0; padding:0; background:#233C9B url('../design/header.jpg') no-repeat 0 0; 
color:#FFF;
}

    /* Header - logo */
    #header #logo {
	position: absolute;
	top: 35px;
	left: 35px;
	margin: 0;
	text-decoration: none;
}
    #header #logo a {color:#FFF;text-decoration:none;}
    #header #logo a:hover {color:#B5C4E3; text-decoration:underline;}
    
/* Main menu (tabs) */
.indentmenu{width: 895px; overflow: hidden;}
	.indentmenu ul{border-left: 0 solid #564c66;
	border-right: 0 solid #564c66;
	border-top: 1px solid #564c66;
	border-bottom: 1px solid #564c66;
	margin: 0;
	padding: 0;
	float: left; 	width: 890px; /*width of menu*/
	/*dark purple border*/
	background: url('../design/indentbgA.gif') repeat-x center;
}
	.indentmenu ul li{display: inline;}
	.indentmenu ul li a{float: left;color: white; padding: 5px 11px;text-decoration: none;border-right: 1px solid #564c66; /*dark purple divider between menu items*/}
	.indentmenu ul li a:visited{color: white;}
	.indentmenu ul li .current{color: white !important; padding-top: 6px;padding-bottom: 4px;background: url('../design/indentbg2A.gif') repeat-x center;
}

	.indentmenu ul li a:hover{color: white !important; padding-top: 6px;padding-bottom: 4px;background: url('../design/indentbg2A.gif') repeat-x center;
}

#page-in {min-height:1px; padding:10px 0; background:url('../design/bg_page_in.jpg') no-repeat 0 0;
height:1px;
}

/* Content */
#content {float:left; width:665px; width:730px; margin:0; padding:0 0 0 0px;}

    /* Content - article */
    #content .article {clear:both; margin:0; padding:20px; background:#FFFFFF url('../design/content_article_bg.jpg') no-repeat 0 0;
}
    #content .article h2 {margin:0 -20px; padding:10px; background:#DEE5FD url('../design/content_title_bg.gif') repeat-y 0 0; 
color:#192666;
}
    #content .article h2 span {background:url('../design/ico_list.gif') no-repeat 0 50%; 
padding-left:25px;
}
    #content .article h6 {margin:0 -20px; padding:10px; background:#DEE5FD url('../design/content_title_bg.gif') repeat-y 0 0; 
color:#192666;
}
    #content .article h6 span {background:url('../design/ico_list.gif') no-repeat 0 50%; 
padding-left:25px;
}

    
    #content .article p {text-align:left;}
	#content .article #ContactUsForm table.headers_left th{width:100px;}
	#content .article #ifaform table.headers_left th{width:300px;}
	#content .article #ContactUsForm .email_textbox{width:400px;}
    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #DEE5FD; color:#6685CC;}
	#content .info a {color:#6685CC;}
    #content .info a:hover {color:#8caedf;}
    
    #content .info span.comments {padding-left:15px; font-weight:bold}
        
    #content .info span.user {padding-left:15px;}
        
    #content .info span.cat {padding-left:15px;}
        
    #content .info span.date {padding-left:15px;}
    #content .info span.date {background:url('../design/ico_date.gif') no-repeat 0 50%;
}
    #content .info span.cat {background:url('../design/ico_cat.gif') no-repeat 0 50%; 
margin-left:8px;
}
    #content .info span.user {background:url('../design/ico_user.gif') no-repeat 0 50%; 
margin-left:8px;
}
    #content .info span.comments {background:url('../design/ico_comments.gif') no-repeat 0 50%; 
margin-left:8px;
}


/*forms */

#formscont {background-color:#D3DFF8}

/*forms */

/* Table cell on off cell colours */

.OverdueRedOn {background-color: #E6B9B8;}
.OverdueRedOff {background-color: #F2DDDC;}

.DueOrangeOn {background-color: #FCD5B4;}
.DueOrangeOff {background-color: #FDE9D9;}

.DueYellowOn {background-color: #FFFF99;}
.DueYellowOff {background-color: #FFFFCC;}

.ActiveGreenOn {background-color: #D7E4BC;}
.ActiveGreenOff {background-color: #EAF1DD;}

.TBDblueOn {background-color: #B8CCE4;}
.TBDblueOff {background-color: #DBE5F1;}


/* Table cell on off cell colours */
/* Form comment cell*/
.name_textbox{width:400px;}
.email_textbox{width:250px;}
.subject_textbox{width:400px;}
.message_textarea{width:400px;height:200px;}
.title{ width: 75px; }
.firstname_textbox{ width: 250px; }
.surname_textbox{ width: 250px; }
.company_textbox{ width: 250px; }
.date { width: 80px; }
.occupation_textbox { width: 400px; }
.comment_textbox { width: 500px; height: 100px; }
.phonenumber_textbox { width: 180px; }
.street_textbox { width: 250px; }
.city_textbox { width: 250px; }
.county_textbox { width: 250px; }
.postcode_textbox { width: 70px; }



/* Left column */
#col {float:left; width:160px; margin:0; padding:0;}
#col-in {padding:20px 10px; background:url('../design/col_top.gif') no-repeat 0 0;
}
#col-out {padding:20px 10px; background:url('../design/col_bottom.gif') no-repeat 0 0;
}
#col h3 {padding:10px 15px 12px 15px; margin:0 -10px 15px -10px; background:#A0B9F3 url('../design/col_title_bg.gif') repeat-y 0 0; 
color:#192666;
}
   
    /* left column - Links */
    #col ul#links {margin:15px 0; padding:0; list-style:none;}
    #col ul#links li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#links li a {display:block; padding:3px 0 3px 22px; text-decoration:none;}
    #col ul#links li a:hover {background-color:#D3DFF8; color:#192666;}
    
    #col ul#archive {margin:15px 0; padding:0; list-style:none;}
    #col ul#archive li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#archive li a {display:block; padding:3px 0 3px 22px; background:url('../design/ico_archive.gif') no-repeat 5px 50%; 
text-decoration:none;
}
    #col ul#archive li a:hover {background-color:#D3DFF8; color:#192666;}
    #col ul#archive li#archive-active a {background:#E0E8FA url('../design/ico_archive2.gif') no-repeat 5px 6px; 
font-weight:bold;
}
    
/* Footer */
#footer {position:relative; clear:both; width:900px; height:60px; margin-bottom:50px; background:url('../design/footer.jpg') no-repeat 0 0; 
color:#6685CC;
}
#footer a {color:#6685CC;}
.Superscript {
	font-family: Verdana;
}
.TableStyle {
	background-repeat: no-repeat;
	background-position-y: 50%;
}
#footer a:hover {color:#192666;}

    /*  Footer - copyright */
    #footer p#copyright {position:absolute; top:10px; left:40px; margin:0;}

    /* Footer - created by */
    #createdby {position:absolute; top:10px; left:562px; margin:0; color:#8CA3D8;}
    #createdby a {color:#8CA3D8;}
