body
{
	font-family: Verdana; 
	font-size: 95%;
	background-color: #505050;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}

table, tr, th, td 
{
	border-collapse: collapse;
	vertical-align: top;
}

a
{
	color: #3544FF;
	text-decoration: none;
}

a:visited
{
	color: #3544FF;
}

a:hover
{
	text-decoration: underline;
}

a img
{
    border: none;        
}

#yy_header
{
    height: 80px;
    margin: 0px 10% 0 10%;
    width: 80%;
    background-color: #FFFFFF;
    font-size: large;
    float: left;
}
            
#yy_header .logo
{
	padding: 8px;
	width: 190px;
	height: 100%;
	float: left;
	font-family: Tahoma;
	font-size: 2.5em;
	vertical-align: middle;	
}

#yy_header .logo img
{
    cursor: pointer;
}

#yy_header .title
{
	height: 100%;
	padding: 15px 15px 11px 25px;
	font-size: x-large;
	color: #000000;
	float: left;
}

#yy_header .title a
{
	font-size: x-small;
	text-decoration: none;
	margin-top: 2px;
	float: left;
}

#yy_header .title a:hover
{
	text-decoration: underline;
}

#yy_header .login
{
	text-align: right; 
	font-size: 65%; 
	float: right; 
	padding: 4px;
}

#yy_header .login a
{
	vertical-align: middle; 
	margin-bottom: 4px; 
	margin-right: 4px; 
	text-decoration: none; 	
	font-size: 83%;
}

#yy_header .login a:hover
{
	text-decoration: underline;
}

#yy_changeLocation
{
    z-index: 30;
    background-color: #E0ECFF;
    padding: 8px;
}

#yy_toolbar
{
    height: 34px;
    width: 80%;
    margin: 0px 10% 0 10%;
    background-color: #003366;
    color: #FFFFFF;
    float: left;
    clear: both;
    z-index: 10;
    text-transform: lowercase;
}

#yy_toolbar .greeting
{
	float: right; 
	padding: 6px 4px 6px 4px; 
	font-family: Arial;
	font-size: 12px;
}

#yy_toolbar ul
{
	font-family: Verdana; 
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 0px;
	list-style-type: none;
	z-index: 10;	
}

#yy_toolbar ul li
{
	float: left;
	padding: 4px;
	margin-left: 7px;
	margin-right: 7px;
	text-align: center;
}

#yy_toolbar ul li:hover
{
	background-color: #C5C5FE;
	color: #000000;
}

#yy_toolbar .root
{
	cursor: pointer;
}

#yy_toolbar .menu
{
	background-color: #003366;
    color: #FFFFFF;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	position: absolute;
	max-width: 170px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	width: 16.4em;
}

#yy_toolbar .menu ul
{    
	list-style-type: none;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
}

#yy_toolbar .menu ul li
{
	display: block;
	float: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#yy_toolbar .menu ul li a
{
    border-top: 1px solid #AAAAAA;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 0px 6px 6px;
	width: 100%;
	height: 100%;
	display: block;
}

#yy_toolbar .menu .special
{
    /*color: #20EF00;*/
    color: #DEFF77;
}

#yy_toolbar .menu ul li a:hover
{
	background-color: #C5C5FE;
	color: #000000;
	text-decoration: none;
}

#yy_pageContent
{
	float: left;
    clear: both;
    padding: 0;
    margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;	
	min-height: 550px;
	/*background-color: #DEFFDE;*/
	background-color: #FFFFFF;	
}

#yy_pageContent .pathNav
{
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#yy_pageContent .pathNav a:link
{
	text-decoration: none;
	color: #000000;
}

#yy_pageContent .pathNav a:visited
{
	color: #000000;
	text-decoration: none;
}

#yy_pageContent .pathNav a:hover
{
	text-decoration: underline;
}

#yy_pageContent .contentTitle
{
	font-size: 200%;
	font-weight: bold;
	margin: 10px 8px 15px 8px;
}

#yy_pageContent .contentSubTitle
{
	margin: 10px 8px 15px 8px;
	width: 40%;
}

#yy_pageContent .contentTitle .toolbox
{
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	margin-left: 5px;
	display: inline;
	font-size: 50%;
}

#yy_pageContent .contentTitle .toolbox img
{
	margin: 2px;
	text-decoration: none;
	border: none;
}

#yy_pageContent .contentTitle .toolbox a:visited
{
	text-decoration: none;
	border: none;
}

#yy_pageContent .contentTitle .toolbox a:hover
{
}

#yy_pageContent .contentTitle .rating
{
    font-size: 50%;    
}

#yy_pageContent .requiredField
{
	color: #FF0000;
	font-size: 80%;
	vertical-align: super;
}

#yy_pageContent .errorBlock
{
	color: #FF0000;
	margin: 10px 8px 10px 8px;
	font-size: 0.8em;
}

#yy_pageContent .formError
{
	color: #FF0000;
	margin-left: 3px;
	font-size: 0.8em;
	display: none;
}

#yy_contentPanels
{
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
}

#yy_contentPanels .contentPanel
{
	margin-bottom: 8px;
}

#yy_contentPanels .contentPanel .header
{
	width: 100%;
	background-color: #C5C5FE;
	height: 30px;
	cursor: pointer;
	vertical-align: middle;	
	clear: both;
}

#yy_contentPanels .contentPanel .header .link
{
	text-decoration: none;
	color: #000000;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
}

#yy_contentPanels .contentPanel .header a:active, #yy_contentPanels .contentPanel .header a:focus
{
	width: 0;
	height: 0;
}

#yy_contentPanels .contentPanel .header .arrow
{
	display: inline;
	float: left;
	margin-left: 5px;
	border-style: none;
}

#yy_contentPanels .contentPanel .title
{
	margin-left: 5px;
}

#yy_contentPanels .contentPanel .content
{
	font-size: 87%;
	margin: 10px;
	max-height: 300px;
	overflow: auto;
}

#yy_pageContent .commentForm
{
	margin-bottom: 15px;
}

#yy_pageContent .commentForm .title
{
	margin-bottom: 5px;
	cursor: pointer;
	color: #3544FF;
}

#yy_pageContent .comment
{
    width: 97%;
    *width: 95%;
    padding: 0px;
	margin: 2px 3% 15px 5px;
	border: dotted 1px #BBBBBB;
	clear: both;
	background-color: #F3F3F3;
}

#yy_pageContent .comment .head
{
	background-color: #E0ECFF;
	padding: 4px;
	clear: both;
}

#yy_pageContent .comment .head .timestamp
{
	float: right;
	font-style: italic;
	font-size: 95%;
}

#yy_pageContent .comment .rating
{
	background-color: #E0ECFF;
	padding: 2px;
	clear: both;
}

#yy_pageContent .comment .content
{    
    margin: 6px auto 8px 4px;
	padding: 8px auto 10px 4px;
	clear: both;
}

#yy_bannerArea
{
    padding: 0px;
	height: 100%;
	width: 160px;
	background-color: #DEFFDE;
}

#yy_banner
{
	padding: 5px;
	background-color: #CFCFCF;
}

#yy_footer
{
    clear: both;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	padding-bottom: 5px;
}

#yy_footer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#yy_footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#yy_footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#yy_footer .copyright
{
	font-size: smaller;
}

#yy_pageContent .homeBlock
{
	padding: 10px;
}

#yy_pageContent .homeBlockHeader
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	color: #003366;
	border-bottom: 2px solid #3c78b5;
}

#yy_pageContent .homeBlockHeader a
{
    font-size: 85%;
}

#yy_pageContent .homeBlockContent
{
    width: 100%;
	padding-top: 8px;
	font-size: 12px;
}

#yy_pageContent .homeBlockContent .homeBlockItem
{
	padding: 5px 2px 5px 2px;
	border-bottom: dotted 1px #C8C8C8;
	vertical-align: middle;	
}

#yy_pageContent .homeBlockContent .homeBlockItem td
{
    vertical-align: middle;
}

#yy_pageContent .searchBox
{
    font-size: 75%;
    margin: 10px;
    padding: 6px;
    border: dotted 1px;
    width: 400px;
    background-color: #F3F3F3;
}

#yy_pageContent .itemList
{
	font-family: Verdana;
	font-size: 75%;
	margin: 10px;
}

#yy_pageContent .itemList table
{
	padding: 5px;
}

#yy_pageContent .itemList th
{
	color: #555555;
	padding-bottom: 5px;
	border-bottom: dotted 1px #555555;
}

#yy_pageContent .itemList td
{
    vertical-align: middle;
}

#yy_pageContent .itemList .item0
{	
	background-color: #F3F3F3;
	/*border-bottom: solid 1px #555555;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;*/
}

#yy_pageContent .itemList .item1
{	
	/*border-bottom: solid 1px #555555;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;*/
	/*background-color: #9999CC;*/
	background-color: #E0ECFF;
}

#yy_pageContent .itemList .bugItem0
{	
	background-color: #E0ECFF;
	border-bottom: solid 1px #555555;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
}

#yy_pageContent .itemList .bugItem1
{
    background-color: #CEF6CE;
	border-bottom: solid 1px #555555;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
}

#yy_pageContent .itemList .itemSep
{
}

#yy_pageContent .bugForm
{
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 8px;
	font-size: 85%;
}

#yy_pageContent .bugForm .title
{
	margin-bottom: 8px;
	cursor: pointer;
	color: #3544FF;
}

#yy_pageContent .bug
{
	margin: 6px 5px 16px 5px;
	border-bottom: solid 1px #CCCCCC;
	width: 98%;
	clear: both;
}

#yy_pageContent .bug .title
{
	background-color: #C3D9F1;
	padding: 2px;
	clear: both;
	border-bottom: dotted 1px #CCCCCC;
}

#yy_pageContent .bug .head
{
	background-color: #C3D9FF;
	padding: 4px;
	clear: both;
}

#yy_pageContent .bug .head .timestamp
{
	float: right;
	font-style: italic;
}

#yy_pageContent .bug .rating
{
	background-color: #C3D9F1;
	padding: 2px;
	clear: both;
	border-top: dotted 1px #CCCCCC;
}

#yy_pageContent .bug .body
{
	margin-top: 8px;
	margin-left: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#yy_pageContent .gmapArea
{
	width: 100%;
	height: 300px;
	border: dotted 1px;
	font-size: 12px;
}

#yy_pageContent .gmapAreaFill
{
	width: 100%;
	height: 550px;
	font-size: 12px;
}


#yy_pageContent .photosmall
{
    width: 150px; 
    height: 113px; 
    padding: 8px;
    background-color: #FFFFFF;
    border: solid 1px #A1A1A1;
}

#yy_pageContent .photosmall:hover
{    
    border: solid 1px #101088;
}

#yy_pageContent .inputField
{
    width: 300px;
}

#yy_pageContent .inputFieldCombo
{
    width: 304px;
}

#yy_pageContent .inputField2
{
    width: 150px;
}

#yy_pageContent .faqEntry
{
    margin: 15px 10px 0px 10px;
    width: 70%;
    border: dotted 1px #999999;
}

#yy_pageContent .faqQ
{
    padding: 5px;
    background-color: #E0ECFF;
    border-bottom: solid 1px #999999;
}

#yy_pageContent .faqA
{
    text-align: justify;
    padding: 8px;
    background-color: #F3F3F3;
    font-size: 85%;
}