@charset "utf-8";
body {
	font-family: "MS Sans Serif";
	font-size: 12px;
	background-color: #F2F2F2;
	margin: auto;
}

img {
	border: 0px;
}

h1 {
	font-size: 16px;
	text-align: center;
}

DIV#container {
	width: 746px;
	margin: 10px auto;
}

DIV#header {
	width: 746px;
	margin: auto;
	height: 258px;
}

DIV#contentContainer {
	background-color: #FF99CC;
	border-left-color: #FF00FF;
	border-left-style: solid;
	border-left-width: 191px;
	color: #000000;
	z-index: 1;
	margin: auto;
}

DIV#contents {
	border-left: 1px solid #000000;
	margin: 0px 1px;
	width: 100%;
	z-index: 2;
}

DIV#leftColumn {
	float: left;
	overflow: visible;
	position: relative;
	z-index: 10;
	margin: 0 0 0 -191px;
	width: 191px;
}

DIV#leftColumn DIV#menuTop{
	display: block;
}

DIV#leftColumn DIV#menuContent {
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-y;
	padding-left: 6px;
}

DIV#leftColumn DIV#menuContent a {
	display: block;
	width: 169px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom: dashed 1px #000000;
}

DIV#leftColumn DIV#menuContent a:link, DIV#leftColumn DIV#menuContent a:visited {
	background-color: #BEBEBB;
	text-decoration: none;
	color: #003300;
}

DIV#leftColumn DIV#menuContent a:hover {
	background-color: #660000;
	color: #FFFFFF;
}

DIV#leftColumn DIV#menuContent a.selected {
	background-color: #660000;
	color: #FFFFFF;
}

DIV#leftColumn DIV#menuBottom{
	display: block;
	margin-top: -1px;
}



DIV#leftColumn DIV#subMenuTop {
	display: block;
}

DIV#leftColumn DIV#subMenuContent {
	background-image: url(images/submenu_bg.png);
	background-repeat: repeat-y;
	padding-left: 6px;
}

DIV#leftColumn DIV#subMenuContent a {
	display: block;
	width: 170px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 2px;
	border-bottom: dashed 1px #000000;
}

DIV#leftColumn DIV#subMenuContent a:link, DIV#leftColumn DIV#subMenuContent a:visited {
	background-color: #A3E935;
	text-decoration: none;
	color: #000000;
}

DIV#leftColumn DIV#subMenuContent a:hover {
	background-color: #660000;
	color: #FFFFFF;
}

DIV#leftColumn DIV#subMenuBottom{
	display: block;
	margin-top: -1px;
}




DIV#leftColumn DIV#groups {
	margin-top: 15px;
	margin-bottom: 15px;
}

DIV#leftColumn DIV#groups a{
	display: block;
	width: 185px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom: dashed 1px #000000;
}

DIV#leftColumn DIV#groups a:link, DIV#leftColumn DIV#groups a:visited {
	color: #FFFFCC;
	text-decoration: none;
	background-color: #FF6600;
}

DIV#leftColumn DIV#groups a:hover {
	color: #660000;
	background-color: #CCFFFF;
}




DIV#rightColumn {
	float: left;
	overflow: visible;
	position: relative;
	z-index: 10;
	margin: 10px -1px;
	width: 100%;
}

DIV#rightColumn DIV#productDetail {
	width: 540px;
	margin: 10px auto;
	display: block;
}

DIV#rightColumn DIV#productDetail DIV#productImage {
	width: 210px;
	float: left;
}

DIV#rightColumn DIV#productDetail DIV#productImage img {
	margin: 5px;
	margin-top: 0px;
}

DIV#rightColumn DIV#productDetail DIV#productInfo {
	width: 330px;
	float: right;
}



DIV#ourNetworks {
	background-image: url(/images/links.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 200px;
	margin: 10px auto;
}

DIV#ourNetworks DIV#networkLinks {
}



DIV#rightColumn DIV#articleDetail {
	width: 500px;
	margin: 10px auto;
	display: block;
}

DIV#rightColumn DIV#articleDetail DIV.header {
	margin: 10px 0px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	color: #006600;
}

DIV#rightColumn DIV#articleDetail DIV.headline {
	font-weight: bold;
	text-decoration: underline;
	color: #0099FF;
}

DIV#rightColumn DIV#articleDetail DIV.headline p {
	display: block;
	padding: 5px;
	margin: 5px auto;
}

DIV#rightColumn DIV#articleDetail DIV.articledate {
	color: #999999;
	text-align: right;
	margin-top: 10px;
}






DIV#rightColumn DIV.articleitem {
	width: 500px;
	padding: 5px;
	margin: 10px auto;
	border: dashed 1px #666666;
	background-color: #66CCFF;
}

DIV#rightColumn DIV.articleitem:hover {
	background-color: #FFFFCC;
}

DIV#rightColumn DIV.articleitem a {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}

DIV#rightColumn DIV.articleitem DIV.description {
	color: #666666;
}

DIV#rightColumn DIV.articleitem DIV.more {
	font-family: Tahoma;
	font-size: 12px;
	margin: 5px auto;
	text-indent: 10px;
	text-align: justify;
	clear: both;
}

DIV#rightColumn DIV.articleitem DIV.more a {
	background: url(/images/more.gif) no-repeat 100% 0;
	padding: 0 14px 0 0;
	margin: .5em 0 0 0;
	font-weight: normal;
}




DIV#bottom {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #DEDEDE;
	background-color: #006600;
	border-top: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

DIV#bottom a {
	margin: 0px 7px;
}

DIV#bottom a:link, DIV#bottom a:visited {
	color: #DEDEDE;
	text-decoration: none;
}

DIV#bottom a:hover {
	color: #DEDEDE;
	text-decoration: underline;
}

DIV#footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #FF6600;
	border-top: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

DIV#footer a:link, DIV#footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

DIV#footer a:hover {
	text-decoration: underline;
	color: #006600;
}

DIV.clear {
	clear: both;
}

DIV.detail {
	display: block;
	margin: 8px auto;
}

DIV#rightColumn DIV.productwin {
	width: 250px;
	height: auto;
	border: dotted 1px #FFFFFF;
	margin: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

DIV#rightColumn DIV.productwin DIV.productimage {
	width: 100px;
	float: left;
	padding: 5px;
	padding-top: 0px;
}

DIV#rightColumn DIV.productwin DIV.productimage a.cartbtn {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

DIV#rightColumn DIV.productwin DIV.productinfo {
	width: 130px;
	float: right;
	padding: 5px;
	padding-top: 0px;
	color: #666666;
	font-family: "MS Sans Serif";
	overflow: auto;
}

DIV#rightColumn DIV.productwin DIV.productinfo a:link.title, DIV#rightColumn DIV.productwin DIV.productinfo a:visited.title {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
}

DIV#rightColumn DIV.productwin DIV.productinfo a:hover.title {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
	display: block;
}

DIV#rightColumn DIV.productwin DIV.productinfo DIV.price {
	text-align: right;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

DIV#rightColumn DIV.productwin DIV.productinfo DIV.price b {
	color: #990000;
}

DIV#rightColumn DIV.pages {
	text-align: center;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

DIV#rightColumn DIV.pages a:link, DIV#rightColumn DIV.pages a:visited {
	text-decoration: none;
	color: #003366;
}

DIV#rightColumn DIV.pages a:hover {
	text-decoration: underline;
	color: #990000;
}

DIV#rightColumn table {
	border-style: ridge;
	border-width: 1px;
	border-color: #999999;
	border-bottom: none;
}

DIV#rightColumn td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}



DIV#wmtalk {
	width: 500px;
	margin: 10px auto;
}

DIV#wmtalk DIV#wmtalktop {
	display: block;
}

DIV#wmtalk DIV#wmtalkdata {
	background-image: url(images/wmtalk_bg.png);
	background-repeat: repeat-y;
	vertical-align: top;
	min-height: 105px;
	z-index: 20;
	overflow: auto;
	padding-left: 25px;
}

DIV#wmtalk DIV#wmtalkdata DIV.detail {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 45px;
}

DIV#wmtalk DIV#wmtalkdata DIV.date {
	color: #666666;
	text-align: right;
	padding-right: 80px;
}

DIV#wmtalk DIV#wmtalkbottom {
	clear: both;
	display: block;
}

DIV#paper {
	width: 461px;
	height: auto;
	margin: 10px auto;
}

DIV#paper DIV#paperTop {
	width: 461px;
	height: 38px;
	background-image: url(images/paper_top.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 3px;
	font-size: 14px;
}

DIV#paper DIV#paperData {
	width: 461px;
	background-image: url(images/paper_bg.png);
	background-repeat: repeat-y;
	padding: 0px;
	text-align: left;
}

DIV#paper DIV#paperBottom {
	width: 461px;
	height: 25px;
	background-image: url(images/paper_bottom.png);
	background-position: center;
	background-repeat: no-repeat;
}

DIV#productCloud {
	overflow: hidden;
	padding: 5px;
	background-color: #66CC00;
	margin-left: -2px;
	font-family: Tahoma;
}

DIV#productCloud a:link, DIV#productCloud a:visited {
	color: #006600;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

DIV#productCloud a:hover {
	text-decoration: underline;
}

/****************** Search Box ************************/

DIV#searchBox {
	width: 500px;
	height: 82px;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 10px;
}

DIV#searchBox DIV.top {
	width: 500px;
	height: 41px;
	background-image: url(/images/search_box_01.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
}

DIV#searchBox DIV.box {
	width: 500px;
	height: 26px;
}

DIV#searchBox input {
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
}

DIV#searchBox DIV.bottom {
	width: 500px;
	height: 15px;
	background-image: url(/images/search_box_07.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: -3px;
}

/********************* End Search Box ***************************/

input.updown {
	width: 30px;
	height: 12px;
	font-size: 10px;
	text-align: right;
}

input.contactField {
	font-size: 10px;
	height: 12px;
	border: none;
	border-bottom: 1px solid #0099CC;
}

textarea.contactField {
	 width: 300px;
	 height: 60px;
	 background: none;
	 font-size: 10px;
	 border: 1px solid #0099CC;
}

input.focused, textarea.focused {
	border: 1px solid #009900;
}

input.failed, textarea.failed {
	border: 1px solid #FF0000;
}

DIV#links {
	width: 188px;
	margin-top: 10px;
}

DIV#links a:link, DIV#links a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
}

DIV#links a:hover {
	text-decoration: underline;
}

/******************************** Tabs ********************************************/
ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.subsection_tabs li a {
/*
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
*/
	display: block;
	height: 15px;
	padding:0 6px 0 6px;
	padding-top: 4px;
	background-color:#FFFFFF;
	color:#000000;
	width:90px;
	background-color: #E2E2E2;
	text-decoration: none;
}

ul.subsection_tabs li a:hover {
	color:#666;
}

ul.subsection_tabs li a.active {
	background-color: #99CCFF;
	color: #000000;
	z-index: 10;
	height: 17px;
}

ul.register_tabs {
	border-bottom:none;
}

ul.register_tabs li a.active {
	background-color:#6D7A81;
	color:#000000;
}

DIV.tabcontent {
	background-color: #99CCFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

DIV.tabcontent DIV.detail {
	padding: 10px;
	color: #000000;
}
/******************************** End Tabs ********************************************/

/******************************** Dialog **********************************************/
#modal_container {
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	overflow:auto;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333333;
	text-align:left;
}

#modal_container.test {
	background-color:#900000;
	color:#F0F0F0;
	padding:30px;
	text-align:center
}

#modal_overlay {
	background-color:#000000;
}

#modal_overlay.test {
	background-color:#F0F0F0;
}

#modal_container.dialog {
	background-color:#900000;
	color:#FFFFFF;
	padding:30px;
	text-align:center
}

#modal_overlay.dialog {
	background-color:#FFFFFF;
}

.simple_window {  
	width:250px;  
	height:50px;  
	border:1px solid #000;  
	background-color:#fff;  
	padding:10px;  
	text-align:left;  
	font-family:"Lucida Grande",Verdana;  
	font-size:12px;  
	color:#333;  
}
/********************************** End Dialog ********************************************/

/********************************** DatePicker ********************************************/
DIV.datepicker {
	position: absolute;
	text-align: center;
	border: 1px #C4D5E3 solid;
	font-family: arial;
	width: 240px;
}
DIV.datepicker-header {
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF !important;
	border-bottom:1px solid #c4d5e3;
	padding: 2px;
}
DIV.datepicker-header a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	text-indent: -100px;
	width: 11px;
}
DIV.datepicker-header a.prev {
	background-image: url(images/calendar-prev.gif);
	float: left;
}
DIV.datepicker-header a.next {
	background-image: url(images/calendar-next.gif);
	float: right;
}
DIV.datepicker-header a:hover {
	background-position: 0 12px;
}
DIV.datepicker-footer {
	font-size: 10px;
	background: #e9eff4;
	border-top:1px solid #c4d5e3;
	cursor: pointer;
	text-align: center;
	padding: 2px;
}
DIV.datepicker-calendar {
	font-size: 10px;
	background:#FFFFFF !important;
	padding: 2px;
	text-align: center;
}
DIV.datepicker-calendar table {
	font-size: 10px;
	border: 1px white solid;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
DIV.datepicker-calendar table tr {
	border: 1px white solid;
	margin: 0px;
	padding: 0px;
}
DIV.datepicker-calendar table td {
	border: 1px #eaeaea solid;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 25px;
}
DIV.datepicker-calendar table td.wday {
	border: 1px #ffffff solid;
	border-bottom: 1px solid #666666;
}
DIV.datepicker-calendar table td.disabled {
	background-image: url(images/i-heart-ny-invalid.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
DIV.datepicker-calendar table td.enabled {
	background-image: url(images/i-heart-ny-inactive.gif);
	background-position: top;
	background-repeat: no-repeat;
	cursor: pointer;
}
DIV.datepicker-calendar table td.enabled:hover {
	background-image: url(images/i-heart-ny-selected.gif);
	background-position: top;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #999999;
}
DIV.datepicker-calendar table td.today {
	background-image: url(images/i-heart-ny-today.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
DIV.datepicker-calendar table td.today:hover {
	background-image: url(images/i-heart-ny-selected.gif);
	background-position: top;
	background-repeat: no-repeat;
	cursor: pointer;
}
DIV.datepicker-calendar table td.selected {
	background-image: url(images/i-heart-ny-selected.gif);
	background-position: top;
	background-repeat: no-repeat;
	cursor: pointer;
}
input.datepicker-calendar {
	width: 65px;
	text-align: right;
}
button.calendar {
	background: url(images/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	height: 20px;
	display: inline;
	margin-left: 6px;
	width: 20px;
}
button.calendar:hover, button.calendar.active {
	background-position: 0 20px;
}
/************************************* End Datepicker ************************************/

DIV.calculatorForm {
	margin: 10px auto;
	width: 500px;
}

DIV.calculatorForm DIV.hint ul {
	text-indent: 10px;
}
