/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
    font-family: Arial, Verdana;
    font-size: 12px;
    text-align: center;
    margin: auto;
    background: #fff;
    color: #333;
	line-height: 14pt;
}
a:link
{
	font-weight: bold;
	font-size: 11px;
	color: #007ADE;
    text-decoration: none;
}
a:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #007ADE;
    text-decoration: none;
}
a:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #03579E;
    text-decoration: underline;
}
img
{
    border: none 0 #fff;
}
input, select, textarea
{
    color: #333333;
    font-size: 9pt;
    font-family: Courier New, Courier, Verdana, Tahoma, Arial;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 900px;
    margin: auto;
 
}
.header
{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.main
{
    width: 650px;
    float: left;
	background:#fff;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}
.sidebar
{
    width: 222px;
    float: right;
	background:#F2F2F2;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.footer
{
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: solid 1px #F5F5F5;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: solid 6px #F5F5F5;
    margin-bottom: 10px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 10pt;
	font-weight: bold;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postTitle
{
  	font-family: "Segoe UI" , Arial, Verdana;
	font-size: 20px;
	color: #336699;
    padding-top: 10px;
    padding-bottom: 4px;	
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #C0C0C0;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: solid 1px #F5F5F5;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: solid 1px #F5F5F5;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 15px;
	color: #000;
    padding-top: 8px;
    padding-bottom: 7px;
	padding-left: 10px;
    margin: 20px 0 0px 0;
	background:#fff url(/pt/themes/Default/images/sidebar_header_bg.gif) no-repeat top left;
}
.sidebarText
{     
	font-size: 8pt;
	color: #666;
	padding-bottom: 16px;
	background: #FFF url('/multimedia/images/athgo_international_blank.gif') no-repeat top left;
	border: solid 1px #E6E6E6;
	padding: 4px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 8pt;
	color: #666;
	background: #FFF;
	border: solid 1px #E6E6E6;
	padding: 4px;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}

