﻿body
{
    font-family:Verdana;
    font-size:12px;
    margin-left:0px;
    margin-top:0px;
    color:#545454;
}
h1
{
    font-size:20px;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
a
{
    color:#0060e6;
}
.news a
{
    color:#0060e6;
    font-weight:bold;
}
.error
{
    color:#ff0000;
}
.text10
{
    font-size:10px;
}
.text
{
    background-image:url(/../images/ui-icons_222222_256x240.png);
    background-repeat:repeat-x;
}
.topBackground
{
    background-image:url(/../images/topBackground.gif);
    background-repeat:repeat-x;
}
.errorBox
{
    background-color:#ffebe8;
    color:#333333;
    border-bottom:#dd3c10 1px solid;
    border-left:#dd3c10 1px solid;
    border-top:#dd3c10 1px solid;
    border-right:#dd3c10 1px solid;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
}
.saveBox
{
    background-color:#32fd88;
    color:#333333;
    border-bottom:#31e67d 1px solid;
    border-left:#31e67d 1px solid;
    border-top:#31e67d 1px solid;
    border-right:#31e67d 1px solid;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
}
.logoBottom
{
    	background-image:url(/../images/logobottom.gif);	
    	background-repeat:no-repeat;
}
.logoBottom A
{
    text-decoration:none;
}
.logoBottom A:hover
{
    text-decoration:none;
}
.defaultPageNumber
{
	color:#0063dc;
	background-color: #eeeeee; 
	font-size:11px;
}
.selectedPageNumber
{
    color:#ff0000;
	background-color:#0063dc;
	font-size:11px;
}
.selectedPageNumber A
{
    color:#ffffff;
	background-color:#0063dc;
	font-size:11px;
}
.contentBorder
{
    border-bottom:#333333 1px solid;
    border-left:#333333 1px solid;
    border-top:#333333 1px solid;
    border-right:#333333 1px solid;
}
.topLink
{
    
}
.topLink A
{
    color:#dd3c10;
    font-size:20px;
    text-decoration:none;
}
.topLink A:hover
{
    color:#333333;
}
.pageTitle
{
    color:#FF7501;
    font-weight:bold;
    padding-bottom:10px;
    font-size:16px;
}
.pageSubTitle
{
    color:#FF7501;
}
.firstTopLink
{
    color:#ffffff;
}
.firstTopLink A
{
    color:#ffffff;
    text-decoration:none;
}

.bottom
{
    font-size:11px;
    color:#333333;
}
.bottom A
{
    color:#0077af;
    text-decoration:none;
}
.bottom A:hover
{
    color:#3aa5f7;
    text-decoration:underline;
}

.panelButton
{
    color:#ffffff;
    cursor:hand;
}
.separator
{
	background-image:url(/../images/separator.gif);	
	background-repeat:repeat-x;
	height:1px;
	padding-top:5px;
	padding-bottom:5px;
}

/* START Tabs */

.selectedTabLeft
{
    background-image:url(/../images/tabs/tabLeft.gif);
    background-repeat:no-repeat;
    width:24px;
}
.selectedTabBg
{
    background-image:url(/../images/tabs/tabCenter.gif);
    background-repeat:repeat-x;
    color:#ffffe6;
    font-weight:bold;
    padding-top:8px;
}
.selectedTabBg A
{
    color:#FF7501;
    text-decoration:none;
}
.selectedTabRight
{
     background-image:url(/../images/tabs/tabRight.gif);
     background-repeat:no-repeat;
     width:24px;
}
.tabLeft
{
      background-image:url(/../images/tabs/tabLeft.gif);
      background-repeat:no-repeat;
      width:24px;
}
.tabBg
{
      background-image:url(/../images/tabs/tabCenter.gif);
      color:#333333;
      font-weight:bold;
      background-repeat:repeat-x;
      padding-top:15px;
}
.tabBg A
{
    color:#333333;
    text-decoration:none;
}
.tabRight
{
      background-image:url(/../images/tabs/tabRight.gif);
      background-repeat:no-repeat;
      width:24px;
}

.tabContent
{
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
}
.tabSub
{
    color:#333333;
}
.tabSub A
{
    color:#333333;
    text-decoration:none;
}
/* END Tabs


/*START BOX */
.boxTopLeft
{
    background-image:url(/../images/box/top_left.gif);
}
.boxTopCenter
{
    background-image:url(/../images/box/top_center.gif);   
    background-repeat:repeat-x;
}
.boxTopRight
{
    background-image:url(/../images/box/top_right.gif);
}
.boxMidleLeft
{
    background-image:url(/../images/box/midle_left.gif);
}
.boxMidleCenter
{
    background-color:#f2f2f2;
}
.boxMidleRight
{
    background-image:url(/../images/box/midle_right.gif);
}
.boxBottomLeft
{
    background-image:url(/../images/box/bottom_left.gif);
}
.boxBottomCenter
{
    background-image:url(/../images/box/bottom_center.gif);   
    background-repeat:repeat-x;
}
.boxBottomRight
{
    background-image:url(/../images/box/bottom_right.gif);
}
/* END BOX */

/* START According JQuery */
.accordion2 {
	color:#FF7501;
}
.accordion2 a{
    color:#FF7501;
}
.accordion2 h3 {
	background: #ffffff url(/../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	border: solid 1px #ffffff;
	border-bottom: none;
	cursor: pointer;
	font-size:12px;
}
.accordion2 h3:hover {
	background-color: #ffffff;
}
.accordion2 h3.active 
{
    color:#ffffff;
    background-color: #FF7501;
	background-position: right 5px;
}
.accordion2 p {
	background: #ffffff;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	display: none;
	line-height:20px;
}
.accordion2 p a
{
    color:#333333;
}

/* END According JQuery */

/* START DIV POPUP */

#divPopup {
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	Z-INDEX: 999999; 
	VISIBILITY: hidden; 
	BORDER-LEFT: #000000 1px solid; 
	WIDTH: auto; 
	BORDER-BOTTOM: #000000 1px solid; 
	POSITION: absolute; 
	BACKGROUND-COLOR: #ffffff;
	font-size:12px;
}
#divPopup A
{
	color:#C8C035;
	text-decoration:underline;
	font-weight:bold;
}
#divPopup A:hover
{
	color:#C8C035;
	text-decoration:underline;
	font-weight:bold;
}
/* END DIV POPUP */


#backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}
#popupContact{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:384px;
    width:408px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:12px;
    font-size:13px;
}
#popupContact h1{
    text-align:left;
    color:#6FA5FD;
    font-size:22px;
    font-weight:700;
    border-bottom:1px dotted #D3D3D3;
    padding-bottom:2px;
    margin-bottom:20px;
}
#popupContactClose{
    font-size:14px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    color:#6fa5fd;
    font-weight:700;
    display:block;
}
.labelLink
{
    cursor:hand;
}
.bottom
{
    color:#333333;
    font-size:11px;
}
.bottom a
{
    color:#333333;
    font-size:11px;
    text-decoration:none;
}
.bottom a:hover
{
    color:#FF7501;
    text-decoration:underline;
}
.addAnswer
{
    background-image:url(/../images/answerButton3.gif);   
}
.comment
{
    font-size:11px;
    padding-left:5px;
    padding-bottom:5px;
}
.blue a
{
    font-size:11px;
    color:#0000ee;
}
