
/* -- printonly -- */
.w_printonly {display:none;}
.w_printonly2{visibility:none;}
/* Tables and Cells */
table {border-collapse:collapse;}
td {empty-cells: show;}
.w_fullheight {height:100%;}
/*automatically color even rows of ictable tables*/
table.w_table tr:nth-child(even), table.w_table tbody tr:nth-child(even){
	background: #e4eaed;
}
table.w_table {
	border-color:#000000;
	margin-top:2px;
	}
table.w_table tr th {
	background-color:#4a79b3;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:3px;
	padding-right:3px;
	font-size:11pt;
	}

table.w_table tr td {
	padding-left:2px;
	padding-right:2px;
	border-color:#000000;
	font-size:10pt;
	height:auto;
	}

table.w_table2 {
	margin-top:2px;
	}
table.w_table2 tr th {
	font-weight:normal;
	padding-left:3px;
	padding-right:3px;
	font-size:11pt;
	}

table.w_table2 tr td {
	padding-left:2px;
	padding-right:2px;
	font-size:10pt;
	}
table th a {
	display:block;
	}

/*alignment classes*/
.w_top{
	vertical-align:middle;
	}
.w_middle{
	vertical-align:middle;
	}
.w_bottom{
	vertical-align:middle;
	}
/*w_infobox - use with function buildInfoBox($params);*/
#w_infobox {
    position: relative;
    width: 390px;
    z-index: 1;
    color: #D0D5D8;
    padding-bottom:15px;
    background-color:#335577;
}
#w_infobox_topleft{
	position:absolute;
	top:0px;
	left:0px;
	width:25px;
	height:15px;
	border-top-right-radius:25px 15px;
	background-color:#FFF;
	behavior:url(border-radius.htc); /*Enables border-radius support for IE 6,7,8 */
}
#w_infobox_topright{
	position:absolute;
	top:0px;
	right:0px;
	width:25px;
	height:15px;
	border-top-left-radius:25px 15px;
	background-color:#FFF;
	behavior:url(border-radius.htc); /*Enables border-radius support for IE 6,7,8 */
}
#w_infobox_content{
    height: 50px;
    background-color:#335577;
    overflow: hidden;
    position: absolute;
    left:25px;
    top:15px;
    width:322px;
    padding:9px;
    /*round bottom left corner*/
    border-bottom-left-radius: 13px 13px;
	/*round bottom right corner*/
	border-bottom-right-radius: 13px 13px;
	behavior: url(ie-css3.htc); /*Enables border-radius support for IE 6,7,8 */
}
#w_infobox_content_top{
	height: 60px;
	overflow:hidden;
	position:relative;
}
#w_infobox_content_bottom{
	height: 150px;
	overflow:hidden;
	position:relative;
}
.w_boxlink {
	color:#6699cc;
	font-size:12px;
	padding:0px;
	border:1px solid #6699cc;
	text-decoration:none;
	}
.w_boxlink:hover {background-color:#E2EAFC;}

/*CSS for Mobile Phones*/
.w_mobilebody {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    color: #000000;
    -webkit-text-size-adjust: none;
    height: auto;
    min-height: 415px;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
    -webkit-transform: translateX(0%);
	}
.w_mobilebody[orient="landscape"] > *:not(.toolbar) {
    height: auto;
    min-height: 268px;
	}
.w_mobilemenu{
	background:url(/wfiles/toolbar.png) #6d84a2 repeat-x;
	font-size:18px;
	color:#FFFFFF;
	}
.w_mobilemenu a{
	color:#FFFFFF;
	text-decoration:none;
    }


/* Special Effects: Rounded corners and boxes*/

.w_roundsmall {
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
.w_round {
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	behavior:url(border-radius.htc); /*Enables border-radius support for IE 6,7,8 */
	}
.w_roundbig {
	-webkit-border-radius: 19px;
	-khtml-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	}
.w_round_topleft {
	-webkit-border-top-left-radius: 13px;
	-khtml-border-radius-topleft: 13px;	
	-moz-border-radius-topleft: 13px;
	border-top-left-radius: 13px;
	}
.w_round_topright {
	-webkit-border-top-right-radius: 13px;
	-khtml-border-radius-topright: 13px;	
	-moz-border-radius-topright: 13px;
	border-top-right-radius: 13px;
	}
.w_round_botleft {
	-webkit-border-bottom-left-radius: 13px;
	-khtml-border-radius-bottomleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-left-radius: 13px;
	}
.w_round_botright {
	-webkit-border-bottom-right-radius: 13px;
	-khtml-border-radius-bottomright: 13px;
	-moz-border-radius-bottomright: 13px;
	border-bottom-right-radius: 13px;
	}
.w_roundsmall_topleft {
	-webkit-border-top-left-radius: 7px;
	-khtml-border-radius-topleft: 7px;	
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	}
.w_roundsmall_topright {
	-webkit-border-top-right-radius: 7px;
	-khtml-border-radius-topright: 7px;	
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	}
.w_roundsmall_botleft {
	-webkit-border-bottom-left-radius: 7px;
	-khtml-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	}
.w_roundsmall_botright {
	-webkit-border-bottom-right-radius: 7px;
	-khtml-border-radius-bottomright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	}

.w_shadow{
	-moz-box-shadow:0px 5px 20px #8C8C8C;
	-webkit-box-shadow:0px 5px 20px #8C8C8C;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#8C8C8C, offX=5, offY=5, positive=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#8C8C8C, offX=5, offY=5, positive=true)";
	}
.w_boxshadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.w_textshadow {
	-moz-text-shadow: 3px 3px 4px #000;
	-webkit-text-shadow: 3px 3px 4px #000;
	text-shadow: 3px 3px 4px #000;
	}
/* Resource: http://www.phpied.com/css-performance-ui-with-fewer-images/ */
.w_dropshadow{
	/* offset left, top, thickness, color with alpha */
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
	/* slightly different syntax for IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
	}
.w_glow{
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=3);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='gray')";
	}
.w_gradient_red{
	background-image: -moz-linear-gradient(top, #641d1c, #f00);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#641d1c), to(#f00));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff641d1c,endColorstr=#ffff0000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff641d1c,endColorstr=#ffff0000)";
	}
.w_transparent {
	background-color: transparent;
	background-color: rgba(200,200,200,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd,endColorstr=#99dddddd);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd,endColorstr=#99dddddd)";
	}
.w_upsidedown {
	-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg); -o-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	}
.w_rotate_up {
	-moz-transform: rotate(270deg);-webkit-transform: rotate(270deg); -o-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	}
.w_rotate_down {
	-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg); -o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	writing-mode: tb-rl;
	}
/* diff styles */
.w_ins{
	background:#efcb05;
	}
.w_del{
	background:#c0c0c0;
	}
/* text rotation*/
.w_rotatetext{
	writing-mode: tb-rl;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	}
/* weather styles */
.w_weather tr td {font-size:9pt;}

/* Font Family styles */
.w_arial {font-family: Arial, Helvetica, sans-serif;}
.w_times {font-family:'Times New Roman', Times, serif;}
.w_comic {font-family:'Comic Sans MS', cursive;}
.w_palatino {font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;}
.w_verdana {font-family: Verdana, Geneva, sans-serif;}

/* Misc styles */
.w_left {float:left;}
.w_right {float:right;}
.w_text {color:#565A50;}
.w_bold {font-weight:bold;}
.w_border {border:1px solid #000;}
.w_block {display:block;}

/*Padding and Margin */
.w_pad {padding:5px;}
.w_indent {padding-left:15px;}
.w_margin {margin:5px;}
.w_padding {padding:5px;}
.w_padleft{padding-left:20px;}
.w_padright{padding-right:20px;}
.w_marginleft{margin-left:20px;}
.w_marginright{margin-right:20px;}

/* Font Sizes */
.w_tiny {font-size:7pt;}
.w_smallest{font-size:8pt;}
.w_smaller{font-size:9pt;}
.w_small {font-size:10pt;}
.w_big {font-size:12pt;}
.w_bigger {font-size:14pt;}
.w_biggest {font-size:16pt;}
.w_huge {font-size:24pt;}

/*Colors */
.w_black {color:#000;}
.w_white {color:#FFF;}
.w_dblue {color:#4a79b3;}
.w_lblue {color:#6699CC;}
.w_red {color:#970000;}
.w_gray{color:#939393;}
.w_lgray{color:#f4f4f4;}
.w_required {color:#970000;font-weight:bold;}

.w_blackback  {background-color:#000;}
.w_whiteback  {background-color:#FFF;}
.w_dblueback  {background-color:#4a79b3;}
.w_lblueback  {background-color:#6699CC;}
.w_redback  {background-color:#970000;}
.w_grayback {background-color:#939393;}
.w_lgrayback {background-color:#f4f4f4;}

/* Popup Style*/
.w_popup {
	position:relative;
	padding:10px 15px 25px 15px;
	border:1px solid #939598;
	background-color:#FFFFFF;
	border-radius: 9px;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    box-shadow: 0px 1px 3px #818181;
    -webkit-box-shadow: 0px 1px 3px #818181;
    -moz-box-shadow: 0px 1px 3px #818181;
	-khtml-box-shadow: 0px 1px 3px #818181;
	}
.w_centerpop {
	position: relative;
	padding:20px 15px 25px 15px;
	border:1px solid #939598;
	z-index:9998;
	background-color:#FFFFFF;
	border-radius: 9px;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    box-shadow: 0px 1px 3px #818181;
    -webkit-box-shadow: 0px 1px 3px #818181;
    -moz-box-shadow: 0px 1px 3px #818181;
	-khtml-box-shadow: 0px 1px 3px #818181;
	}

/*wcart styles*/
.w_wcart {
	position: relative;
	padding:2px 1px 1px 1px;
	border:1px solid #dadada;
	z-index:8880;
	background-color:#dadada;
    border-radius-topright: 7px;
	-moz-border-radius-topright: 7px;
    -webkit-border-radius-topright: 7px;
    -khtml-border-radius-topright: 7px;
    border-radius-topleft: 7px;
	-moz-border-radius-topleft: 7px;
    -webkit-border-radius-topleft: 7px;
    -khtml-border-radius-topleft: 7px;
	}
.w_wcart_checkout{
	border:0px;
	}
.w_wcart_checkout td {
	padding: 2px 0px 2px 0px;
	border:0px;
	}
.w_roundtable th {
	background: #2E31B5;
	background: -moz-linear-gradient(bottom, #5F63D4, #2E3191 17.5%, #5F63D4 87.2%, #2E31B5);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#5F63D4), to(#2E31B5), color-stop(.175,#2E3191), color-stop(.872,#5F63D4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F63D4', endColorstr='#2E3191');
	text-align:center;
	color:#fff;
	}
/* Calendar styles */
.w_calendar tr td{
	border:1px solid #6699CC;
    }
.w_calendar_month{
	font-weight:bold;
	}
.w_calendar_names{
	background:#6699CC;
	color:#FFF;
    }
.w_calendar_days td{
	font-size:9pt;
	padding:0 1px 2px 2px;
	}
.w_calendar_today{
	background:#ffffae;
    }

/* misc*/

.w_drop {
	display:none;
	border-top:0px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #7F9DB9;
	border-right:1px solid #7F9DB9;
	background:#FFF;
	padding:2px;
	position:absolute;
	font-size:9pt;
	height:150px;
	overflow:auto;
	}
/* Links */
.w_link {text-decoration:none;}
.w_link:hover {text-decoration:underline;}
.w_a{
     text-decoration:none;
     color:#6699CC;
	}
.w_a:hover{text-decoration:underline;}

.w_crumbs{font-size:9pt;color:#6699CC;position:relative;}
.w_crumbs td {font-size:9pt;}
.w_crumb{
	padding:0px;
	font-size:9pt;
    text-decoration:none;
    color:#6699CC;
	}
.w_crumb:hover{text-decoration:underline;}

.w_drop a, .w_block {
	text-decoration:none;
	display:block;
	padding-left:2px;
	}
.w_drop a:hover, .w_block:hover {
	background-color:#316AC5;
	color:#FFFFFF;
	}
	
.w_paging{
	width:185px;
	font-size:11pt;
	font-weight:bold;
	}

.w_body {
	margin:0px;
	padding:0px;
	font-size:10pt;
	background-color:#ffffff;
	}
/*Groupbox styles - use fieldset and legend to create a groupbox*/
.w_fieldset{
	border:1px solid #6699CC;
	margin-top:5px;
	padding:5px;
	display:inline;
	}
.w_fieldset:hover{
	background:#FDFDFD;
	border:1px solid #AB2E1E;
	}
.w_legend{
	padding:1px 5px;
	border:1px solid #000;
	font-size:10pt;
	color:#fff;
	background:#6699CC;
	}
#w_loginform label {
  float:left;
  width:75px;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  }

/* Form styles. */
.w_form {margin:0px;padding:0px;}
.w_form input, .w_form select, .w_form textarea {
	padding-left:1px;
	padding-right:1px;
	margin-bottom:1px;
   	font-size:9pt;
   	font-family:Arial, Helvetica, sans-serif;
	}
.w_multiselect {
   	font-size:9pt;
   	font-family:Arial, Helvetica, sans-serif;
	}
.w_formlabel{
	font-size:10pt;
	color:#1E4463;
	}
.w_formtext{
	font-size:10pt;
	color:#0c0c0c;
	}
.w_formfile {
	font-size:9pt;
	}
.w_formsubmit {
	font-size:8pt;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;
	padding-top:1px;
	}
.w_checklist{
	border:none;
	cursor:pointer;
	}
.w_checklist_checked{
	border-bottom:1px solid red;
	background:#ffffc6;
	cursor:pointer;
	}

/* Styles used for help links */
.w_help{cursor:help;}
.w_helplink{
	cursor:help;
	text-align:center;
	font-size:8pt;
	color:#6699CC;
	padding-right:1px;
	padding-left:2px;
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #7F9DB9;
	border-right:1px solid #7F9DB9;
	}
.w_helpbox {
	background-color:#FFFFF4;
	color:#204A70;
	z-index:999;
	width:250px;
	font-size:10pt;
	}
.w_helptitle {
	background-color:#EAE9E3;
	color:#204A70;
	font-size:11pt;
	padding:2px;
	border-bottom:1px solid #c0c0c0;
	}

/* Style to wrap pre tags in Mozilla - Hidden from IE  - Mozilla only */
\pre{white-space: -moz-pre-wrap;}

/* Styles used by SQL Command Window */
#w_CommandResults {
	width:100%;
	height:350px;
	overflow:auto;
	border:0px;
	padding:2px;
	padding-bottom:5px;
	}
#w_CommandPrompt {
	border:0px;
	padding:2px;
	overflow:hidden;
	background-color:#464469;
	width:650px;
	color:#FFF;
	}
.w_button {
	padding-bottom:1px;
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	border:1px outset #6699CC;
	color:#000000;
	font-size:8pt;
	background:#E0DFE3;
	text-decoration:none;
	}
.w_button2{
	background-image:url(/wfiles/transparent.png);
	background-position: center;
	padding:0 10px 0 10px;
	text-decoration:none;
	}
.w_button2:hover {background-color: #F29222;}

/*Pure CSS Color buttons are created using http://css-tricks.com/examples/ButtonMaker/
/*Black Button*/
.w_button_black {
   border-top: 1px solid #515458;
   background: #191b1e;
   background: -webkit-gradient(linear, left top, left bottom, from(#282c31), to(#191b1e));
   background: -moz-linear-gradient(top, #282c31, #191b1e);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.w_button_black:hover {
   border-top-color: #00a6c7;
   background: #00a6c7;
   color: #FFF;
   }
.w_button_black:active {
   border-top-color: #0092b6;
   background: #0092b6;
   }

/*Blue Button*/
.w_button_blue {
   border-top: 1px solid #96d1f8;
   background: #00bbde;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#00bbde));
   background: -moz-linear-gradient(top, #3e779d, #00bbde);
   padding: 4px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.w_button_blue:hover {
   border-top-color: #28597a;
   background: #00acca;
   color: #ffffff;
   }
.w_button_blue:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
/*w_button_gray*/
.w_button_gray {
   border-top: 1px solid #777777;
   background: #999999;
   background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#999999));
   background: -moz-linear-gradient(top, #666666, #999999);
   padding: 4px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fcfcfc;
   font-size: 17px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.w_button_gray:hover {
   background: #666666;
   background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666));
   background: -moz-linear-gradient(top, #999999, #666666);
   color: #fcfcfc;
   }
.w_button_gray:active {
   border-top-color: #999999;
   background: #999999;
   }

.w_gradient{
	background-image:url(/wfiles/gradient.png);
	background-repeat: repeat-x;
	background-position: center;
	padding:0 10px 0 10px;
	text-decoration:none;
	}
.w_gradient:hover {background-color: #F29222;}
.w_gradient_up{
	background-image:url(/wfiles/gradient_up.png);
	background-repeat: repeat-x;
	background-position: center;
	padding:0 10px 0 10px;
	text-decoration:none;
	}
.w_gradient_up:hover {background-color: #F29222;}

.w_stripe{
	background-image:url(/wfiles/stripe.png);
	background-position: center;
	padding:0 10px 0 10px;
	text-decoration:none;
	}
.w_stripe:hover {background-color: #F29222;}

.w_tab{
	display: block;
	padding: 4px;
	background-color: #fafaf8;
	border: 1px solid #d5d0ba;
	border-top: 0px;
	color: #776655;
	font-weight:bold;
	font-size:12px;
	background-image:url('/wfiles/tab_right.gif');
	background-repeat:repeat-x;
	text-align: center;
	text-decoration: none;
	}
.w_tab:hover{
	color:#000;
	text-decoration: none;
	}
.w_tip{background-color:#FAFBD2;}
.w_button:hover{
     background:#D5D1C6;
	}
.w_button:active{
     border:1px inset #6699CC;
	}
ul.w_list { list-style-image: url("/wfiles/arrow.gif") }

/* Main content style */
#w_code {margin: 3%; padding: 7px; border: solid 1px #cccccc; background-color: #eeeeee; font-size:11pt; color: #000000;}
#w_code {clear:both; margin:0px; padding:2px; text-align:left; border: solid 1px #cccccc; background-color: #eeeeee; font-size:11pt; color: #000000;}

/*list style*/
.w_fancylist{}
.w_fancylist li{
	border:1px solid #555555;
	margin:5px;
	padding:5px;
	display:block;
	float:left;
	}
.w_fancylist li:hover{
	background:#FDFDFD;
	border:1px solid #6699cc;
	}
.w_fancylist li img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}
/*Fonts - supported in HTML5 - generated by http://www.fontsquirrel.com/fontface/generator */
@font-face {
    font-family: 'w_BlackRose';
    src: url('/wfiles/fonts/BLACKR-webfont.eot');
    src: url('/wfiles/fonts/BLACKR-webfont.eot?iefix') format('eot'),
         url('/wfiles/fonts/BLACKR-webfont.woff') format('woff'),
         url('/wfiles/fonts/BLACKR-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/BLACKR-webfont.svg#webfont21KuPMyg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'w_Bookman';
    src: url('/wfiles/fonts/bookmanstd-medium-webfont.eot');
    src: url('/wfiles/fonts/bookmanstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/bookmanstd-medium-webfont.woff') format('woff'),
         url('/wfiles/fonts/bookmanstd-medium-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/bookmanstd-medium-webfont.svg#ITCBookmanStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'w_Century';
    src: url('/wfiles/fonts/centold-webfont.eot');
    src: url('/wfiles/fonts/centold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/centold-webfont.woff') format('woff'),
         url('/wfiles/fonts/centold-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/centold-webfont.svg#CenturyOldStyleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'w_Chancery';
    src: url('/wfiles/fonts/chancery-webfont.eot');
    src: url('/wfiles/fonts/chancery-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/chancery-webfont.woff') format('woff'),
         url('/wfiles/fonts/chancery-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/chancery-webfont.svg#BlackChanceryRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'w_Curly';
    src: url('/wfiles/fonts/curly-webfont.eot');
    src: url('/wfiles/fonts/curly-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/curly-webfont.woff') format('woff'),
         url('/wfiles/fonts/curly-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/curly-webfont.svg#CurlyCoryphaeusRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'w_Typewriter';
    src: url('/wfiles/fonts/typewriter-webfont.eot');
    src: url('/wfiles/fonts/typewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/typewriter-webfont.woff') format('woff'),
         url('/wfiles/fonts/typewriter-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/typewriter-webfont.svg#TypewriterRoughRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'w_YellowtailRegular';
    src: url('/wfiles/fonts/yellowtail-regular-webfont.eot');
    src: url('/wfiles/fonts/yellowtail-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/yellowtail-regular-webfont.woff') format('woff'),
         url('/wfiles/fonts/yellowtail-regular-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/yellowtail-regular-webfont.svg#YellowtailRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'w_StardosStencilBold';
    src: url('/wfiles/fonts/stardosstencil-bold-webfont.eot');
    src: url('/wfiles/fonts/stardosstencil-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/stardosstencil-bold-webfont.woff') format('woff'),
         url('/wfiles/fonts/stardosstencil-bold-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/stardosstencil-bold-webfont.svg#StardosStencilBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'w_StardosStencilRegular';
    src: url('/wfiles/fonts/stardosstencil-regular-webfont.eot');
    src: url('/wfiles/fonts/stardosstencil-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/stardosstencil-regular-webfont.woff') format('woff'),
         url('/wfiles/fonts/stardosstencil-regular-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/stardosstencil-regular-webfont.svg#StardosStencilRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'w_MeriendaOneRegular';
    src: url('/wfiles/fonts/meriendaone-regular-webfont.eot');
    src: url('/wfiles/fonts/meriendaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/meriendaone-regular-webfont.woff') format('woff'),
         url('/wfiles/fonts/meriendaone-regular-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/meriendaone-regular-webfont.svg#MeriendaOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'w_LoveYaLikeASisterRegular';
    src: url('/wfiles/fonts/loveyalikeasister-webfont.eot');
    src: url('/wfiles/fonts/loveyalikeasister-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/loveyalikeasister-webfont.woff') format('woff'),
         url('/wfiles/fonts/loveyalikeasister-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/loveyalikeasister-webfont.svg#LoveYaLikeASisterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'w_BlackOpsOneRegular';
    src: url('/wfiles/fonts/blackopsone-webfont.eot');
    src: url('/wfiles/fonts/blackopsone-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wfiles/fonts/blackopsone-webfont.woff') format('woff'),
         url('/wfiles/fonts/blackopsone-webfont.ttf') format('truetype'),
         url('/wfiles/fonts/blackopsone-webfont.svg#BlackOpsOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Footer style */
#w_footer {clear:both; margin:0px;margin-top:5px; padding:2px; text-align:center; border: solid 1px #cccccc; background-color: #eeeeee; font-size:9pt; color: #000000;}


