html {
	overflow: scroll;
}

body {
	font-size: 13px;
}

h1 {
	color: #3d5360;
	font-size: 190%;
	margin: 15px 25px;
}

h2 {
	color: #3d5360;
	font-size: 160%;
	margin: 15px 25px;
}

h3 {
	color: #3d5360;
	font-size: 160%;
	margin: 15px 25px;
}

h4 {
	color: #3d5360;
	font-size: 140%;
	margin: 15px 25px;
}

#Banner h1 {
	font-family: Arial;
	font-size: 1.3em;
	color: #336699;
	font-weight: bold;
	margin: 0px 25px 0px 0px;
	padding: 15px 25px 0px 25px;
}

#Banner h2 {
	color: #cc9933;
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0px;
	padding: 0px 25px;	
}

p {
	margin: 10px 0px;
	line-height: 130%;
}

body {
	background-color: #fff;
	
	font-family: Arial, verdana, Sans-Serif;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

a {
	color: #333333;
}

a:visited {
	color: #555555;
}

a:hover {
	color: #738b41;
}

label {
	margin-right: 6px;
}

img {
	border: none;
}

hr {
	border: 1px solid #8CC63F;
}

#PageContainer {
	width: 902px;
	margin: 0px auto 40px auto;
}

#Header {
	height: 98px;
	width: 902px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*border-bottom: solid 1px black;*/
}

#Logo {
	position: absolute;
	top: -25px;
	margin-left: 16px;
	padding: 0px;
}

#Logo #joytry_logo {
	margin-top: 30px;
	border-width: 0px;
}

#HeaderRight {
	margin-right: 11px;
}

#WhatIsJoyTry {
	font-size: 120%;
}

#WhatIsJoyTry h3 {
	color: #3d5360;
	font-size: 160%;
	margin: 15px 0px;
}

/* Blue Area  */
#BlueHeader {
	text-align: left;
	margin-left: auto;
	background: #519BCC url('images/TopBlueAreaBackground.gif') top center
		no-repeat;
	width: 346px;
	height: 35px;
	overflow: hidden;
}

#BlueHeader .Content {
	margin: 6px 13px 0px 13px;
}

#HeaderLinks {
	display: inline;
	padding: 0px;
}

#HeaderSearch {
	float: right;
	padding: 0px;
	margin-left: 15px;
}

#HeaderLinks input {
	margin-left: 0px;
	margin-top: 3px;
}

#HeaderSearch input {
	border: solid 1px white;
	background-color: white;
	height: 19px;
	margin: 0px;
	vertical-align: top;
	margin-left: 0px;
}

#HeaderSearch .SearchButton {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	height: 23px;
}

input.SearchBox {
	width: 130px;
	font-weight: normal;
}

/* Navigation */
#Navigation {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-top: 30px;
	/*background: #77B02B url('images/Nav_new.gif') top center no-repeat;*/
	background: url('images/Nav_new.gif') top center no-repeat;
	width: 345px;
	height: 33px;
	color: #336699;
}

#Navigation .NavItemContainer {
	padding-top: 6px;
}

#Navigation a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	padding: 0px 7px;
}

#Navigation a:hover {
	color: #9cc60c;
}

#Navigation a.Current {
	color: #fff;
}

#Banner {
	/*background: #77B02B url('images/Banner.gif') top center no-repeat;*/
	background: url('images/Banner_dark.gif') top center no-repeat;
	height: 88px;
	padding: 0px;
	margin: 0px;
}

#BannerHome {
	background: url('images/Banner_home.gif') top center no-repeat;
	height: 70px;
	padding: 0px;
	margin: 0px;
}

#Main {
	margin: 0px;
	padding: 0px;
}

.BodyContent {
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 16px;

}

.BodyContent h1 {
	margin: 0px;
	font-size: 150%;
}

.BodyContentText {
	margin-top: 10px;
	margin-left: 16px;
	margin-right: 12px;
	color: #777777;
}

.BodyContentText h1 {
	margin: 0px;
	font-size: 150%;
}
.BodyContentText p {
	padding-left: 10px;
}


#Footer {
	margin-top: 2px;
	/*background: #77B02B url('images/Footer.gif') top center no-repeat;*/
	background: url('images/Footer_dark.gif') top center no-repeat;
	height: 36px;
	text-align: center;
	clear: both;
	color: #336699;
	font-size: 95%;
}

#Footer .Content {
	padding-top: 10px;
}

#Footer a {
	color: #336699;
	font-weight: normal;
	margin: 0px 3px;
}

#Footer a:hover {
	color: #9cc60c;
}

/*  Tables */
table.Table th {
	white-space: nowrap;
	background: #AACEE6;
	padding: 0px;
}

table.Table td {
	background: #E4F0F8;
	padding: 4px;
}

/* Forms */ /* Errors and Validation */
div.ValidationErrors {
	
}

div.ValidationErrors p,fieldset div.ValidationErrors p {
	
}

div.ValidationErrors .Title {
	margin: 0px;
	background-color: Maroon;
	color: #ffffef;
	font-size: 130%;
	font-weight: bold;
	padding: 5px;
}

.ErrorMessage {
	margin: 5px 10px;
	background-color: Maroon;
	color: #ffffef;
	font-size: 130%;
	padding: 5px;
}

.ErrorMessage a {
	color: #ffffef;
}

.Message {
	margin: 5px 10px;
	background: #77B02B;
	color: White;
	font-size: 120%;
	padding: 5px;
}

select {
	height: 21px;
}

#LicensePage h2 {
	margin-top: 30px;
}

.copyright {
	color: #4b4b4b;
	font-size: 80%;
	margin-top: 3px;
	background-color: white;
	text-align: center;
}

div.trial_product {
	border: solid 1px white;
	cursor: move;
}

div.trial_product a {
	color: #009999;
	font-weight: bold;
}

div.trial_product a:visited {
	color: #009999;
	text-decoration: underline;
}

div#UserInputPage a {
	color: #009999;
	font-weight: bold;
}

div#UserInputPage a:visited {
	color: #009999;
	text-decoration: underline;
}

div#UserInputPage {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}

div#UserInputPage p {
	margin: 10px 0px;
	line-height: 130%;
}

div#UserInputPage form {
	margin: 0px;
	padding: 0px;
}

div.tblock {
	border: none;
    margin: 15px 0px;	
}

div.tblock a {
	color: #0000CC;
	font-weight: bold;
}

div.tblock a:visited {
	color: #0000CC;
	text-decoration: underline;
}

div.trialTip {
	background-color: #e5e5e5;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

div.itemSepa {
	border-top: 1px solid #ddd;
    height: 1px;
    margin: 5px 0px;;
}

span.ttitle {
	/*background-color: #eaf0f5;*/
	font-size: 120%;
}

div.tdetail {
	padding-left: 3px;
}

div.tdetail a{
	text-decoration: none;
}

div.tdetail a:visited{
	color: #009999;
}
div.tdetail a:hover{
	color: #336699;
}

div.tdetail li {
	list-style-position:inside;
	margin: 3px 0px;
}

div.trial_active {
	border: solid 1px green;
}

div.tdate {
	/*background: url(images/tab-tl.gif) no-repeat 0 0;*/
	background-color: #e5e5e5;
	border-bottom: 1px solid #c0c7cd;	
	/*border-bottom: 2px solid #4691c1;*/
	height: 23px;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 0 0 5px;	
}

div.tdate span {
	float: left;
	letter-spacing: normal;
	font-size: 110%;
	height: 18px;
	text-align: center;
	padding: 5px 1px 1px 1px;
	margin: 0 3px 0 0;
	/*background: #A5CC7A url(images/tab-tr.gif) no-repeat 100% 0;
	background-color: #4691c1;	
	*/
}

div.tdate span.active {
	font-weight: bold;	
}

div.tdate span.separator{
}

div.tdate a {
	font-weight: normal;
	text-decoration: underline;
}

div.tdate a.active {
	font-weight: normal;
	text-decoration: underline;
}

div.error_msg {
	color: red;
}

span.error {
	color: red;
}

div.notifyme a {
	color: #009999;
	font-weight: bold;
}

div.notifyme a:visited {
	color: #009999;
	text-decoration: underline;
}

div.tHelp {
	margin-top: 10px;
}

div.tHelp a {
	font-weight: normal;
	text-decoration: underline;
}

div.tHelp a:visited {
	font-weight: normal;
	text-decoration: underline;
}

form .field-hint div {
	background-color: #fffbb8;
	border-left: 1px solid #ffc20d;
	border-right: 1px solid #ffc20d;
	border-bottom: 1px solid #ffc20d;
	padding: 4px
}

form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}

form .field-err-msg {
	color: #F00;
}

form .reqMark {
	color: #F00;
	padding: 0 4px;
}

form .errFld {
	padding: 1px;
	border: 1px solid #F00 !important;
}

input.flat {
	border: 1px solid #c0c7cd;
}

textarea.flat {
	border: 1px solid #c0c7cd;
}

table.trialForm th {
	vertical-align: top;
	text-align: left;
}

table.trialForm td {
	text-align: left;
	vertical-align: top;
}

div.tab {
	background: url(images/tab-tl.gif) no-repeat 0 0;
	border-bottom: 2px solid #A5CC7A;
	height: 2.5em;
	clear: left;
	margin-top: 2em;
	padding: 0 0 0 5px;
}

div.tab h3 {
	float: left;
	letter-spacing: normal;
	font-size: 120% !important;
	font-weight: bold !important;
	height: 1.5em;
	min-width: 12em;
	text-align: center;
	color: #fff;
	padding: 0.6em 10px 0 5px;
	margin: 0;
	background: #A5CC7A url(images/tab-tr.gif) no-repeat 100% 0;
}

div.confirm,div.error,div.warning,div.info,div.positive,div.notice {
	color: #333;
	padding: 0.7em 5em 0.7em 4.3em;
	margin: 1.2em 0 1em 0 !important;
	clear: left;
}

div.confirm,div.positive,div.notice {
	/*background: #eff6e8 url(/img/circle-check-green.gif) 1.3em 0.5em
		no-repeat;*/
	background-color: #eff6e8; border-top : 1px solid #A5CC7A;
	border-bottom: 1px solid #A5CC7A;
	border-top: 1px solid #A5CC7A;
}

div.warning {
	/*background: #fff url(/img/circle-yellow-exclamation.gif) 1.3em 0.5em no-repeat;*/
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.error {
	/*background: #fff url(/img/circle-red-exclamation.gif) 1.3em 0.5em no-repeat;*/
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.info { /*
    background: #fff url(/img/circle-yellow-info.gif) 1.3em 0.5em no-repeat;
    */
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.positive div,div.confirm div,div.error div,div.warning div,div.info div
div.notice div {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}

div.positive p,div.confirm p,div.error p,div.warning p,div.info p
div.notice p {
	margin: 0;
}

div.positive h3,div.positive strong,div.confirm h3,div.contirm strong,div.warning h3,div.warning strong,div.error h3,div.error strong,div.info h3,div.info strong
	{
	font-weight: bold !important;
	letter-spacing: normal !important;
	font-size: 1.2em !important;
	padding: 0 0.5em 0 0 !important;
	margin: 0 !important;
	display: inline;
}

div.positive h3,div.positive strong,div.confirm h3,div.contirm strong {
	color: #e18015;
}

div.warning h3,div.warning strong {
	color: #b50b05;
}

div.error h3,div.error strong {
	color: #b50b05;
}

div.confirm:hover {
	color: #030;
}
/*
h2 .confirm {
	font-size: 50%;
	float: right;
}
*/

span.hint_required {
	color: red;
}

img.tlike{
	cursor: pointer;
	background:transparent url(images/thumb_up.gif) no-repeat center;
	height:12px;
	width:16px;
}

img.tdislike{
	cursor: pointer;	
	background:transparent url(images/thumb_down.gif) no-repeat center;
	height:12px;
	width:16px;
}

div.tratingWrapper{
	padding-top: 15px;
}

.hide{
	display: none;
}

span.ratingIndicator img{
	left: 5px;
	position: absolute;
}

#indextable{
	margin: 0px;	
	padding: 0px;
}
#indextable tr td{
	margin: 0px;
	padding: 0px;
}

#righttable{
	margin: 0px;	
	padding: 0px;
}


div.tagtitle{
	margin-top: 10px;
	margin-left: 20px;

}

div.tags {
	background: url('images/rightbottom.jpg') no-repeat 0 0;
	padding: 55px 25px 35px 25px;
	margin-top:3px;
	text-transform: capitalize;
	
}

div.tags h3{

} 

div.tags a{
	text-decoration: none;
}

div.tags a.populariy1{
	font-size: 0.9em;
	color: #a1a2a0;
}

div.tags a.populariy2{
	font-size: 1.0em;
	color: #59abfc;
}

div.tags a.populariy3{
	font-size: 1.1em;
	font-weight: bolder;
	color: #59abfc;
}

div.tags a.justAdded{
	font-size: 1.1em;
	font-weight: bolder;
	color: #b58032;
}

div.tagsBrowse {
	background: url(images/tagbg.jpg) no-repeat 0 0;
	width: 880px;
	height: 100px;
	/*background-color: #e5e5e5; */
	/*border-bottom: 1px solid #c0c7cd; */	
	/*border-bottom: 2px solid #4691c1;*/
	text-transform: capitalize;
	margin-bottom: 0px;
}

div.tagstext {
	padding: 10px 10px 1px 10px;
	padding-bottom: 0px;
}

div.tagsBrowse a{
}

div.tagsBrowse a.current {
	font-weight: bold;
	color: #59abfc;
}

div.tagsComment {
	background-color: #e5e5e5; 
	border-bottom: 1px solid #c0c7cd; 	
	padding: 5px;	
	text-transform: capitalize;
}

div.tagsComment a {
	color: black;
	font-weight: normal;		
}

div.tagsComment a:visited {
	color: black;
	font-weight: normal;		
}

#searcharticle{
	color: #a1a2a0;
}

/* query box */
#home_qry_box{

	margin-top: 25px;
	width: 180px;
	border: solid 1px #d7d8da;
	background-color: white;
	height: 20px;
	vertical-align: top;
}
#home_srh_button{
	margin-top: 25px;
}


#qrysuffixLabel{
	font-size: 0.9em;
}

/* article */
#article{
	font-size: 0.9em;

}
#article a{
	text-decoration: none;
	color: #a1a2a0;
}
#article a:hover{
	text-decoration: underline;
	color: #336699;
}

/* introduction title */
div.introtitle{
	height: 25px;
	width: 850px;
	border-top: solid #d0cfce 1px;
	border-bottom: solid #d0cfce 1px;
	border-left: none;
	border-right: none;
	background-color: #f7f8f5;
	color:#51acd8;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 0.9em;
	font-weight: bold;
}

p.pagination{
	height: 21px;
}

p.pagination a {
	display: block;
	float: left;
	width: 25px;
	text-align: center;
	border: solid 1px #ddd;
	margin: 0px 5px;
	text-decoration: none;
	color: #0000CC;
}

p.pagination a:hover{
	background-color: #0000CC;
	color: white;
}

p.pagination span{
	display: block;
	float: left;
	font-weight: bold;	
	width: 15px;
	text-align: center;
	margin: 0px 5px;
}

p.pagination a.prevNext {
	width: 40px;
}
