/* CSS file */

/* flex syles.  leave them in here for now*/
/*
MenuBar {
   backgroundColor: #333333;
   borderColor: #020202;
   highlightAlphas: 0, 0;
   fillAlphas: 1, 1;
   fillColors: #000000, #000000;
   rollOverColor: #666666;
   selectionColor: #181828;
   color: #ffffff;
   textRollOverColor: #dee73f;
   textSelectedColor: #660066;
   themeColor: #181828;
   fontFamily: 'Trebuchet MS';
   fontSize: 12;
   fontWeight: normal;
   cornerRadius: 11;
   letterSpacing: 1;
}

LinkBar	{
   fontFamily: 'Trebuchet MS';
   fontSize: 10;	
   color: #ffffff;
   fontWeight:normal;
   borderStyle: none;
   rollOverColor: #000033;
   selectionColor: #660066;

   textRollOverColor: #ffffff;
   textSelectedColor: #ff6600;
   dropShadowEnabled: true;
   dropShadowColor: #ffffff;

}

Label	{
	 color: #ffffff;
	 fontSize: 12;
   fontWeight: bold;
   fontFamily: 'Trebuchet MS';
}

Text	{
	fontWeight: normal;
	font-size:10;
}

Button {
   cornerRadius: 12;
   textIndent: 0;
   letterSpacing: 0;
   highlightAlphas: 0.69, 0;
   fillAlphas: 0.6, 0.31, 0.75, 0.2;
   fillColors: #ffffff, #ffffff, #ffffff, #cccccc;
   themeColor: #181828;
   fontFamily: 'Trebuchet MS';
   fontSize: 12;
}

Panel {
   borderStyle: solid;
   roundedBottomCorners: true;
   cornerRadius: 9;
   backgroundColor: #181828;
   titleStyleName: "mypanelTitle";
   backgroundGradientColors: [0x181828,0x303050]
  
}

.panelBG{
	 backgroundImage: Embed(source="images/bg.jpg");
}
.homeBG{
	 backgroundImage: "images/homebak.jpg";
}

.mypanelTitle {
   color: #ffffff;
   fontSize: 14;
}

TitleWindow	{
	backgroundColor: #333333;
}

ButtonBar {
	horizontalGap: -1;
   buttonStyleName: "mybuttonBarButtonStyle";
   firstButtonStyleName: "mybuttonBarFirstButtonStyle";
   lastButtonStyleName: "mybuttonBarLastButtonStyle";

}

.mybuttonBarButtonStyle {
   highlightAlphas: 0.3, 0.49;
   fillAlphas: 0.6, 0.4, 0.75, 0.88;
   fillColors: #003399, #0099cc, #006699, #eeeeee;
   color: #ffffff;
   themeColor: #181828;
}

.mybuttonBarFirstButtonStyle {
   cornerRadius: 12;
         highlightAlphas: 0.3, 0.49;
   fillAlphas: 0.6, 0.4, 0.75, 0.88;
   fillColors: #003399, #0099cc, #006699, #eeeeee;
   color: #ffffff;
   themeColor: #181828;
}

.mybuttonBarLastButtonStyle {
   cornerRadius: 12;
         highlightAlphas: 0.3, 0.49;
   fillAlphas: 0.6, 0.4, 0.75, 0.88;
   fillColors: #003399, #0099cc, #006699, #eeeeee;
   color: #ffffff;
   themeColor: #181828;
}
*/
/* html styles */

/*
orange - ecc057
purple - 371f6d
*/

td,p	{
font-family:'Trebuchet MS', verdana, arial,'sans serif';
font-size:12px;
color:#ffffff;
background-color:#000000;
}

input, textarea, select	{
	font-family:'Trebuchet MS', verdana, arial,'sans serif';
font-size:11px;
border:1px solid #cccccc;
}

.topbar	{
	background-image:url(images/header_bak.gif);font-size:11px;
}

.main	{
	padding:4px 0px 0px 30px;
	overflow:auto;
}


.content	{
	padding:30px 0px 0px 30px;
	overflow:auto;
	/*height:420px;*/
	scrollbar-face-color: #666688;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #444444;
	scrollbar-base-color: blue ;
	scrollbar-darkshadow-color: #371F6D ;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #EDC156;
}

a.navlink	{
	color:#371f6d; text-decoration:none
}
a.navlink:hover	{
	color:#cc0000; text-decoration:underline
}

a.subnavlink	{
	color:#ecc057; text-decoration:none
}
a.subnavlink:hover	{
	color:#cc0000; text-decoration:underline
}

.tagline	{
	position:absolute;left:280px; top:64px; font-style:oblique; width:595px;font-size:12px;
}

.phonenum	{
	position:absolute;left:800px; top:54px;font-size:12px; display:block;
}
