a {
	color: #333333;
}

fieldset {
	display:inline-block;
}

table {
    border-collapse: collapse;
}

.ws-form-invalid {
	background-color:#DD7870 !important;
	border:1px solid #DD7870 !important;
}
.ws-select-invalid {
	background-color:#DD7870 !important;
	border:1px solid #DD7870 !important;
}

.ws-cursor-pointer {
	cursor: pointer;
}

.ws-link {
	cursor: pointer;
	text-decoration: underline;
}

.ws-grid-table {
	border-color:#999999;
    border-width:1px 1px 1px 1px;
    border-style:solid;
}

.ws-grid-header {
	color:#FFFFFF;
    border-style:solid;
    font-weight: bold;
    background-color:#8CA823;
}

.ws-grid-row1 {
	color:#000000;
    border-style:solid;
    font-weight: normal;
    background-color:#FFF8C6;
}

.ws-grid-row2 {
	color:#000000;
    border-style:solid;
    font-weight: normal;
    background-color:#FFFFFF;
}

.ws-panel-with-bg {
	background-color:#E3F59E;
	border:1px solid #999999;
}

.ws-panel-with-bg-no-border {
	background-color:#E3F59E;
}

.ws-logo {
	cursor: pointer;
    padding: 5px 18px 5px 12px;
    background-image:url(/webstore/images/header_background.jpg); 
}

.ws-normal-text {
	font-weight: normal; 
	font-size: 11pt;
}

.ws-title-big {
	font-weight: bold; 
	font-size: 25pt;
}

.ws-chapter {
	font-size:25px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding-top:35px;
}

.ws-title-medium {
	font-weight: bold; 
	font-size: 20pt;
}

.ws-bold-medium-text {
	font-weight: bold; 
	font-size: 15pt;
}

.ws-bold-large-text {
	font-weight: bold; 
	font-size: 20pt;
}

.ws-body-text {
	font-size: 11pt;
}

.ws-math-text-big {
	font-weight: bold; 
	font-size: 20pt;
}

.ws-textbox-big {
	height: 50px;
	width: 50px;
	font-size: 20pt;
	font-weight: bold; 
	text-align:center
}

.ws-logo{
	text-align:left;
	height:60px;
	width:100%;
	margin-top:20px;
}

.ws-textbox-big-blue {
	height: 50px;
	width: 50px;
	font-size: 20pt;
	font-weight: bold; 
	color: #0000A0;
	text-align:center;
}

.ws-textbox-big-red {
	height: 50px;
	width: 50px;
	font-size: 20pt;
	font-weight: bold; 
	color: #FF0000;
	text-align:center;
	border: 1px solid #FF0000;
}

.ws-td-small {
	height: 50px;
	width: 50px;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

.ws-td-big {
	height: 104px;
	width: 50px;
	font-size: 20pt;
	font-weight: bold; 
	text-align: center;
}

.ws-td-big-h {
	height: 50px;
	width: 104px;
	font-size: 20pt;
	font-weight: bold; 
	text-align: center;
}

.ws-td-big-h-for-3 {
	height: 50px;
	width: 158px;
	font-size: 20pt;
	font-weight: bold; 
	text-align: center;
}

.ws-progress-sec-wrapper {
	border-color: #999999;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    padding: 0px;
    float: left;
    height: 109px;
    width: 25px;
}

.ws-progress-sec {
	border-color: #999999;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    padding: 0px;
    float: left;
    height: 10px;
    width: 25px;
}

.ws-status-medium {
	font-weight: bold; 
	font-size: 15pt;
	padding: 5px 1px 5px 1px;
	margin: 0px;
	text-align: center;
}

.ws-status-small {
	width: 50px;
	display: inline-block;
	font-weight: bold; 
	font-size: 10pt;
	padding: 1px 1px 1px 1px;
	margin: 1px;
	background-color:#ADD8E6;
	text-align: center;
}

.ws-list-off{width:110px;height:90px;background:url('../images/list_box.gif') no-repeat;text-align:center;}
.ws-list-off p{color:#555;padding-bottom:0px;line-height:18px}
.ws-list-off p a{color:#CB9A16;font-weight:bold;}
.ws-list-off p.title{padding-top:35px;color:#CB9A16;font-weight:bold;font-size:24px;}

.ws-list-on{width:110px;height:90px;background:url('../images/list_box_on.gif') no-repeat;text-align:center;}
.ws-list-on p{color:#555;padding-bottom:0px;line-height:18px}
.ws-list-on p a{color:#FFFFFF;font-weight:bold;}
.ws-list-on p.title{padding-top:35px;color:#FFFFFF;font-weight:bold;font-size:24px;}

#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: 150px;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 0px;
    position: absolute;
    top: 50%;
    width: 300px;
    z-index: 1000;
}

#modal-background.active, #modal-content.active {
    display: block;
}​
