@import url('/wconnect/westwind.css');

.toolbarbanner
{
    height: 100px;
    background: #323232
}
.toolbar
{
            
    background: #535353;
    position: absolute;
    top: 80px; 
    left: 170px; 
    right: 0px;             
    padding: 5px;             
    text-align: right;
    color: White;
    min-width: 725px;
    border-radius: 4px 0 0 4px;
    box-shadow: 2px 2px 4px #535353;             
}
.bigbutton
{
    font-weight: bold;
    font-size: 11pt !important;
    height: 30px !important;
    min-width: 120px;
}
.mst
{
    font-weight: normal;
    font-size: 8pt;
    font-family: tahoma;    
}
.menulabel
{
    font-weight: normal;
    font-size: 8pt;
    color: white;
    font-family: tahoma;
}
.messageheader
{
	color: White;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
    
	text-align: right;
	padding: 7px;	
	background: #323232;
    background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(102,102,102,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(48,48,48,1) 0%,rgba(102,102,102,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#666666',GradientType=0 ); /* IE6-9 */	
}
.messagetitle
{
	font-size: 14pt; 
	font-weight: bold; 
	color: darkred;
	xbackground-image: url(images/lightorangegradient.png);
	background-repeat: repeat-x;
	padding: 10px;
	font-family: Arial, Sans-Serif;
	background: #EBBC21;
	
    background: -moz-linear-gradient(top, rgba(235,188,33,1) 1%, rgba(252,252,252,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(235,188,33,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(235,188,33,1) 1%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(235,188,33,1) 1%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(235,188,33,1) 1%,rgba(252,252,252,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(235,188,33,1) 1%,rgba(252,252,252,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbc21', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	
}
.writefieldcontent
{
	background-image: url(images/lightorangegradient.png);
	background-repeat: repeat-x;
	padding: 10px;
	font-family: Arial, Sans-Serif;
}
.messagedetailheader
{
	background-color: #D0D0D0;	
	padding: 10px;
	font-size: 8pt;
	font-family: Arial,  Sans-Serif;	
	margin: 6px;
	margin-top: 1px;
	box-shadow: 2px 2px 5px #535353;
	border-radius: 5px;
}

.searchbox
{
	background-color: #535353;
	color: White;
	xborder: outset 2px #E0E0E0;
	padding: 20px;
	font-size: 9pt;
	font-family: arial,  Sans-Serif;	
	line-height: 1.6;
	border-radius: 4px;
	margin: 2px 10px 15px 1px;
	box-shadow: 3px 3px 5px #535353;
}
.footerbox
{
    background: #323232;
    color: White;
    font-size: 8pt;    
    padding: 5px 5px 30px 5px;
    padding-bottom: 30px;
    margin-top: 20px;
}
.footerbox a, .footerbox a:visited
{
    color: White;
}
.msgtextbody 
{
	font-size:10pt;	
	padding: 10px 20px;
}
.msglistbody
{
    font-size: 8pt;
    font-family: arial,helvetica;
}
.threadforumheader
{
	color: White;
	font-size: 10.25pt;
	font-weight: bold;
	padding: 3px;
	border-width: 2px;    
	border-color: darkred;	
	box-shadow: 2px 2px 3px #535353;
	border-radius: 0 4px 4px 0;
	margin-right: 8px;
	
	background: #323232;		
}
.threadheader
{
	background-color: #eeeeee;
	background-image: url(images/folder.gif);
    background-repeat: no-repeat;
    font-weight: bold;    
    font-size: 10pt;
    padding: 3px;
    padding-left: 22px;	
	margin-left: 10px;
	margin-right: 5px;
    margin-top: 8px;
    margin-bottom: 4px;
    
}
.threadheader:hover
{
	cursor: pointer;    	
}
.threaddetail
{
	background-image: url(images/message.gif);
	background-repeat:no-repeat;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 4px;	
	
	padding: 3px;
	padding-left: 30px;		
}
.threaddetail:hover
{
	background-color: khaki;
	background-image: url(images/lightorangegradient.png);
	background-repeat: repeat-x;
	cursor: pointer;
}


/* general code parsing */
.codec1
{color: blue;}
/* keywords */
.codec2  
{color: blue;font-weight:bold;}
.codec3
{color: blue;}
.codec4
{color: blue;}
/* literal */
.codec5  
{color: yellow;}
.codec6
{color: blue;}
.codec7
{color: blue;}
.codec8
{color: blue;}
.codec9
{color: blue;}
.codec10
{color: blue;}

.codecomment
{color: green; }

.codestring
{color: teal; }

.codestrong {
   border: black solid  1px;
   background-color: #ffd700;
   padding-left:1px;
   padding-right:1px;
}

.codestrike {
 text-decoration: line-through;
}

/* custom language styles that are attached to the wordfile.txt languages */
.vfpcode .programcontrol { color: blue; }
.vfpcode .functions {color: blue;}
.vfpcode .commands {color: blue;} 
.vfpcode .methods {color: blue;} 
.vfpcode .properties {color: blue; }
.vfpcode .classes {color: red; font-size: 120%; font-variant: small-caps;} 
.vfpcode .events {color: #483d8b;} 
.vfpcode .systemvars {color: blue;}

.vbcode .constants {color: blue; font-face: bold;}
.vbcode .datatypes {color: darkblue;font-face: bold;}
.vbcode .keywords {color: blue;} 
.vbcode .statements {color: blue;} 
.vbcode .functions {color: blue; }
.vbcode .depracated {color: grey; font-size: 120%; font-variant: small-caps;} 

.csharpcode .programcontrol {color: blue;}
.csharpcode .datatypes {color: blue; font-weight: bold;}
.csharpcode .literals {color: darkblue; font-weight: bold;} 
.csharpcode .operators {color:blue;} 
.csharpcode .preprocessor {color: lightblue;} 

.htmlcode .elements {color: red; }
.htmlcode .attributes {color: darkred; }

.xmlcode .elements {color: red; }
.xmlcode .attributes {color: darkred; }
.xmlcode .commands {color: darkred; font-weight:bold; }

