body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #FFFFFF;
        color: #333333;
/*
        margin: 0px;
        padding: 0px;
*/
}


a:link, a:visited, a:active {
        color: #009900;
}

td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.small
{
       font-size: 10px;
}

.label {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
}
.sidehead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #000000;
}

.title {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #006600;
}

.title_login {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
}

a.title:link {font-family: Arial, Helvetica, sans-serif; color: #CCFFFF; font-size: 12px; font-weight: bold;}
a.title:active {font-family: Arial, Helvetica, sans-serif; color: #CCFFFF; font-size: 12px; font-weight: bold;}
a.title:visited {font-family: Arial, Helvetica, sans-serif; color: #CCFFFF; font-size: 12px; font-weight: bold;}
a.title:hover {font-family: Arial, Helvetica, sans-serif; color: #CCFFFF; font-size: 12px; font-weight: bolder;}

.table_top 
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
        color:#333333;
}

.bold
{
        font-weight: bold;
}

.highlight {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #333333;
}

.nav {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 700;
}

.nav_sub {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 400;
}

.footer {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #111111;
}

.success {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #333333;
}

.error {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: #FF0000;
}

.confirmation {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        border: 3px solid #666666;
        padding: 5px;
        text-align: center;
}

font.fontbig {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left:4px
}


.bodystyle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

/* Modules */

.moduleEntrySelected {
        background-image: url('img/table_results_selected_bg.gif');
        background-repeat: repeat-x;
        background-color: #FFFFCC;
        background-position: left top;
        border-bottom: 1px dashed #999999;
        padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0px
}

.moduleEntry {
        background-color: #DDD;
        background-image: url('img/table_results_bg.gif');
        background-position: left top;
        background-repeat: repeat-x;
        border-bottom: 1px dashed #999999;
        padding: 10px
}

.moduleEntryThumb {
        border: 5px solid #FFFFFF;
        margin-right: 10px;
}

.moduleEntryTitle {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 2px;
        color: #333333;
}

.moduleEntryDescription {
        font-size: 12px;
        margin-bottom: 6px;
        color: #333;
        padding-right: 10px;

}

.moduleEntryTags {
        font-size: 12px;
        margin-bottom: 5px;
        color: #444;
}

.moduleEntryDetails {
        font-size: 11px;
        margin-bottom: 5px;
        color: #444;
}
.moduleEntrySpecifics {
        font-size: 11px;
        margin-bottom: 1px;
        color: #444;
}

.moduleTitle {
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 5px 5px;
        color: #444;
}

.moduleTitleBar {
        width: 100%;
        background-color: #CCC;
        border-bottom: 1px dashed #999;
}

.moduleFeatured {
        background-color: #DDD;
        background-image: url('img/table_results_bg.gif');
        background-position: left top;
        background-repeat: repeat-x;
        border-bottom: 1px dashed #999999;
        padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:15px
}

.moduleFeaturedThumb {
        border: 5px solid #FFFFFF;
        margin: 5px;
}

.moduleFeaturedTitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 3px;
        color: #0033CC;

}

.moduleFeaturedDetails {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #666666;
        margin-bottom: 3px;
}

.moduleFrameBarTitle {
        font-size: 12px;
        font-weight: bold;
        margin: 0px 5px 5px 5px;
        color: #444;
}

.moduleFrameEntrySelected {
        width: 270px;
        background-color: #CAEEFF;
        background-image: url('img/table_results_selected_bg.gif');
        background-repeat: repeat-x;
        background-position: left top;
        border-bottom: 1px dashed #999999;
        padding: 8px
}

.moduleFrameEntry {
        width: 270px;
        background-color: #DDD;
        background-image: url('img/table_results_bg.gif');
        background-position: left top;
        background-repeat: repeat-x;
        border-bottom: 1px dashed #999999;
        padding: 8px
}

.moduleFrameTitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 3px;
        color: #006600;

}

.moduleFrameDetails {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        margin-bottom: 5px;
        color: #666666;

}

.tableFavRemove {
        margin-right: 5px;
        margin-left: 10px;
        margin-top: 8px;
        margin-bottom: 5px;

}

.tableVideoStats {
        width: 100%;
        background-image: url('img/table_results_selected_bg.gif');
        background-repeat: repeat-x;
        background-color: #FFFFCC;
        background-position: left top;
        border: 1px dashed #CCCC66;
        padding-top: 5px;
        padding-bottom: 15px;
        margin-top: 10px;
        margin-bottom: 10px
}

.tableSubTitle {
        padding: 0px 0px 5px 0px;

        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #CC6633;
}

.brownSubTitle {
        font-size: 13px;
        font-weight: bold;
        color: #CC6633;
}

.SubTitle {
        font-size: 14px;
        font-weight: bold;
        color: #CC6633;
}

.tableSubTitleInfo {
        font-size: 12px;
        padding: 3px;
        padding-left: 10px;
}



/* Form Elements */

.formTitle {
        padding: 4px;
        padding-left: 7px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        background-color: #E8FAE4;
        border-bottom: 1px dashed #3366CC;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
}

.formTable {
        width: 100%;
        padding: 5px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
}

.formIntro {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 15px;
        padding-left: 10px;
}

.formHighlight {
        background-image: url('img/table_results_selected_bg.gif');
        background-repeat: repeat-x;
        background-color: #F3F3F3;
        background-position: left top;
        border: 1px dashed #CCCC66;
        padding-bottom: 10px;
        margin-bottom: 5px; padding-left:7px; padding-right:7px; padding-top:7px
}

.formHighlightText {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #666633;
        margin-top: 5px;
        margin-left: 6px;
}

.formFieldInfo {
        font-size: 11px;
        color: #555555;
        margin-top: 5px;
        margin-bottom: 5px;
}



/* Page Elements */

.pageTitle {
        padding: 4px;
        padding-left: 7px;
        padding-bottom: 5px;
        margin-bottom: 15px;
        background-color: #E9FAE4;
        border-bottom: 1px dashed #3366CC;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
}

.pageTable {
        padding: 0px 5px 0px 5px;
        margin-bottom: 20px;
}

.pageText {
        padding: 0px 5px 0px 5px;
}

.pageIntro {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 15px;
}

/* Mail Elements */

.mailMessageArea {
        background-color: #FFFFFF;
        border: 1px dashed #999999;
        padding: 7px;
        padding-bottom: 10px;
        margin-bottom: 15px;
}



/* Watch Elements */


.watchTitleBar {
        background-color: #CCCCCC;
        border-bottom: 1px dashed #999999;
}

.watchTitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin-left: 5px;
        margin-bottom: 6px;
        color: #333333;

}

.watchTable {
        background-color: #DDDDDD;
        background-image: url('img/table_results_bg.gif');
        background-repeat: repeat-x;
        background-position: left top;
        border-bottom: 1px dashed #999999;
        padding-bottom: 10px;
        text-align: center; padding-left:5px; padding-right:5px; padding-top:5px
}


.watchInfoArea {
        width: 395px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        background-color:#FFFFFF;
}

.watchDescription {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 10px 0px 5px 0px;
        color: #000;
        border-top: 1px dotted #CCCCCC;
}

.watchTags {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 5px 0px 10px 0px;
        color: #333333;
}

.watchAdded {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        margin-bottom: 10px;
        color: #333333;
}

.watchDetails {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #333333;
}

.commentsTitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #333333;
        background-color: #EEEEEE;
        padding: 5px;
        padding-bottom: 6px;
        border-top: 1px dashed #999999;
        border-bottom: 1px dashed #999999;

}

.groupCommentsTitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #333333;
        background-color: #EEEEEE;
        padding: 5px;
        padding-bottom: 6px;
}


.BoxedBorderTable {
        padding-left: 10px;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
}
.vertLeftDashTable {
        border-left: 1px dashed #CCCCCC;
        background-image: url('img/long_grad_bg.jpg');
        background-repeat: repeat-x;
        background-repeat: repeat-y
}
.commentsEntry {
        font-size: 11px;
        background-color: #FFFFCC;
        padding: 10px;
        border-bottom: 1px dashed #999999;
}

.commentsThumb {
        border: 5px solid #FFFFFF;
        margin-right: 5px;
}

.profileLabel {
        font-size: 12px;
        font-weight: bold;
        color:8CC63F;
        margin: 10px 0px 2px 0px;
}

/* Code Elements */

.codeArea {
        background-color: #FFFFFF;
        border: 1px dashed #999999;
        padding: 7px;
        margin-bottom: 15px;
}

.apiLabel {
        background-color: #E5ECF9;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
}

.standoutLabel {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
}
.brightLabel {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
}

#set_of_links {
        position:relative;
        padding:0px;
        border:none;
        background:#ffffff;
        margin-bottom:20px
}
#set_of_links a {
        display:inline;
        padding:2px 9px 2px 9px;
        text-decoration:none;
        color: #000000;
        background:#FFFFAA
}
#set_of_links a:hover {
        background:#E1EAF0;
        text-decoration:none
}

#set_of_links a span {
        display:none
}
#set_of_links a:hover span {
        display:inline;
        position:absolute;
        padding-top:30px;
        left:0px;
        background: #FFFFAA;
        padding:5px 15px 5px 0
}

.SubscriptionTables {
        border: none;
}

.SubscriptionTables td {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1px;
        padding-right: 1px;
        text-align:center;
        border-bottom: 1px dashed #666666;
        color: #666666;
}

.SubscriptionVideos {
        background-color:#FFFFFF;
        text-align: center;
}

.SubscriptionVideos td {
        border-bottom: none;
}

.parentSection {
        background: #FFFFCC;
}

.parentSection td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding-top: 5px;
        padding-right: 2px;
        padding-bottom: 5px;
        margin-top: 1px;
}

.childrenSection {
        background: #FFFFFF;
        border-bottom: 1px dashed #CCCCCC;
}

.childrenSection td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding-top: 5px;
        padding-right: 2px;
        padding-bottom: 5px;
        margin-top: 1px;
}

.parentSection td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding-top: 5px;
        padding-right: 2px;
        padding-bottom: 5px;
        margin-top: 1px;
        border-bottom: 1px dashed #CCCCCC;
}
.commentButtons td {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0px
}

.commentsSpecifics {
        text-align: center;
}

.userStats {
        padding-top: 5px;
}

.devIndent {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
}

.apiShadedBox {
        background-color: #E5ECF9;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
}

.apiDef {
        margin-left: 25px;
}

.apiHeader {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #AA0000;
}


/* msolo remix */
.roundedTable {
margin: 0px auto 1em auto;
}

.sunkenTitle {
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 5px 5px;
}

.sunkenTitleBar {
        width: 100%;
        border-bottom: 1px dashed #999;
}

.sunkenContent {
        background-color: #ddd;
        background-image: url('img/table_results_bg.gif');
        background-position: left top;
        background-repeat: repeat-x;
        padding: 10px
}


.videobarthumbnail_block
{
        float: left;
        width: 125px;
        padding: 5px;
}
img.videobarthumbnail_gray
{
        border: 3px solid #FFFFFF;
}
img.videobarthumbnail_white
{
        border: 3px solid #DDD;
}

.videotitlebarHeading
{
        float: left;
        font-size: 13px;
        color: #6D6D6D
        padding-left: 10px;
        padding-right: 10px;
}
.videotitlebarComment
{
        float: left;
        font-size: 10px;
        color: #999999;
}
.videotitleBarLinkBlock {
        width: 173px;
        float: right;
}
.videotitlebarLink
{
        horizontal-align: right;
        width: 150px;
}
img.videotitlebarLinkIcon
{
        horizontal-align: right;
        vertical-align: bottom;
        border: 0px;
        width: 23px;
        height: 14px;
}



hr {
        /* the border */
        border-left:0px none; border-right:0px none; border-bottom:0px none; border-top:1px dashed #999; height: 1px
}

img.rating {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	cursor:hand;
}

span.rating {
        color:#666666;
        font-size:smaller;
}

.tag_list {
        margin: 1em 0px 0.5em 0px;
        font-weight: bold;
        color: #333;
}

.tag_list p {
        margin: 0px 0px 0.5em 0px;
        padding-left: 0.5em;
        font-weight: normal;
        color: #999;
}

.moduleEntry input {
        margin: 1em 0px 0px 0px;
}

.deep_gray_ragular {
        color: #0a0a0a;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
}
.blue_regular {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #7DB335;
}
.white_bold {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #000000;
}
.bold_blue {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #7DB335; font-weight: bold; }
.normal_gray {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        color: #575757;
}
.normal_black {
        font-size: 11px;		
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
		padding-top:4px;
}
.normal_blue {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #7DB335;
}
.white_regular {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}
.bold_blue_large {font-size: 18px; color: #7DB335; font-family: Arial, Helvetica, sans-serif;}
.navigation_bold {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #66CC00;
        font-weight: bold;
}
.bold_gray {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #676767; font-weight: bold; }

a:link {
        color:#0000FF;
        text-decoration: none;

}
a:visited {
        color:#0000FF;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
        color: #0000FF;       
}
a:active {
        text-decoration: none;
        color: #0000FF;
}

.tablerow1{
        background: #eeeeee;
}

.input_back_orange{
			 font-size: 14px;
		font-weight:bold;
		 background:#CCFF99;
		 background-position: left top;
		 COLOR: black;
		 WIDTH: 330px;
}
.input_btn{
		 font-size: 12px;
		 background:#FFFFFF;
		 COLOR: #00CC33;
  	     padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
.select_back_orange{
	  background-color: #CCFF99;
        background-position: left top;
        border-bottom: 1px dashed #999999;
}
input.input_text
{
color: black;
font-family:Verdana,Arial;
width:150px;
height:20px;
font-size:12px;
font-weight:normal;
border-color:black;
border-width:1px;
}
select.selectbox
{
border-width: 1px;
width:125px;
height:20px;
font-weight: normal;
font-size: 12px;
font-family:Verdana,Arial;
color: black;
}
/* blue link starts here */
a.bluelink:link {
color: blue;
font-size:11px;
font-family:verdana,Arial;
text-decoration:underline;
}
a.bluelink:visited {
color: blue;
font-size:11px;
font-family:verdana,Arial;
text-decoration:underline;
}
a.bluelink:active {
color:blue;
font-size:11px;
font-family:verdana,Arial; 
text-decoration:underline;
}
a.bluelink:hover {
color:blue;
font-size:11px;
font-family:verdana,Arial; 
text-decoration:underline;
}

/* bluelink ends here */
a.bluelink10:link {
color: blue;
font-size:10px;
font-family:verdana,Arial;
text-decoration:underline;
}
a.bluelink10:visited {
color: blue;
font-size:10px;
font-family:verdana,Arial;
text-decoration:underline;
}
a.bluelink10:active {
color:blue;
font-size:10px;
font-family:verdana,Arial; 
text-decoration:underline;
}
a.bluelink10:hover {
color:blue;
font-size:10px;
font-family:verdana,Arial; 
text-decoration:underline;
}
a.blacklink:link {
color: black;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial;
text-decoration:underline;
}
a.blacklink:visited {
color: black;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial;
text-decoration:underline;
}
a.blacklink:active {
color:black;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial; 
text-decoration:underline;
}
a.blacklink:hover {
color:red;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial; 
text-decoration:underline;
}
table.borderline
{
	border: 1px solid #A0C5EE;
}
a.bluelink_grey:link {
color: #06549E;
font-size:11px;
font-family:Arial;
text-decoration:underline;
}
a.bluelink_grey:visited {
color: #06549E;
font-size:11px;
font-family:Arial;
text-decoration:underline;
}
a.bluelink_grey:active {
color:#06549E;
font-size:11px;
font-family:Arial; 
text-decoration:underline;
}
a.bluelink_grey:hover {
color:#4D8FFF;
font-size:11px;
font-family:Arial; 
text-decoration:underline;
}

table.indexborder
{
	BORDER-RIGHT: #2D6FA0 1px solid; 
	BORDER-TOP: #2D6FA0 1px solid;
	BORDER-LEFT: #2D6FA0 1px solid; 
	BORDER-BOTTOM: #2D6FA0 1px solid;
}
a.whitelink:link {
color: #FFFFFF;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial;
text-decoration:normal;
}
a.whitelink:visited {
color: #FFFFFF;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial;
text-decoration:normal;
}
a.whitelink:active {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial; 
text-decoration:normal;
}
a.whitelink:hover {
color:red;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial; 
text-decoration:underline;
}
a.whitelink9:link {
color: #FFFFFF;
font-size:9px;
font-weight:bold;
font-family:verdana,Arial;
text-decoration:normal;
}
a.whitelink9:visited {
color: #FFFFFF;
font-size:9px;
font-weight:bold;
font-family:verdana,Arial;
text-decoration:normal;
}
a.whitelink9:active {
color:#FFFFFF;
font-size:9px;
font-weight:bold;
font-family:verdana,Arial; 
text-decoration:normal;
}
a.whitelink9:hover {
color:red;
font-size:9px;
font-weight:bold;
font-family:verdana,Arial; 
text-decoration:underline;
}

.pageheadline
{
	font-weight: bold;
	font-size: 150%;
}
input.input_text175
{
color: black;
font-family:Verdana,Arial;
width:175px;
height:20px;
font-size:12px;
font-weight:normal;
border-color:black;
border-width:1px;
}


a.recentlinkstyle:link {
color: #0000FF;
font-size:11px;
font-family:Arial;
text-decoration:none;
font-weight:none;
}
a.recentlinkstyle:visited {
color: #0000FF;
font-size:11px;
font-family:Arial;
font-weight:none;
text-decoration:none;
}
a.recentlinkstyle:active {
color:#0000FF;
font-size:11px;
font-family:Arial; 
font-weight:none;
text-decoration:none;
}
a.recentlinkstyle:hover {
color:#0000FF;
font-size:11px;
font-family:Arial; 
font-weight:none;
text-decoration:underline;
}

a.btmrecentlinkstyle:link {
color: #514E4B;
font-size:11px;
font-family:verdana,Arial;
text-decoration:none;
font-weight:none;
}
a.btmrecentlinkstyle:visited {
color: #514E4B;
font-size:11px;
font-family:verdana,Arial;
font-weight:none;
text-decoration:none;
}
a.btmrecentlinkstyle:active {
color:#514E4B;
font-size:11px;
font-family:verdana,Arial; 
font-weight:none;
text-decoration:none;
}
a.btmrecentlinkstyle:hover {
color:#514E4B;
font-size:11px;
font-family:verdana,Arial; 
font-weight:none;
text-decoration:underline;
}

a.orngLink:link {
color: #FF7800;
font-size:10px;
font-family:verdana,Arial;
text-decoration:none;
font-weight:bold;
}
a.orngLink:visited {
color: #FF7800;
font-size:10px;
font-family:verdana,Arial;
font-weight:bold;
text-decoration:none;
}
a.orngLink:active {
color:#FF7800;
font-size:10px;
font-family:verdana,Arial; 
font-weight:bold;
text-decoration:none;
}
a.orngLink:hover {
color:#FF7800;
font-size:10px;
font-family:verdana,Arial; 
font-weight:bold;
text-decoration:underline;
}
.headertext{
	font-family: Arial;
	font-size: 13px;
	text-decoration: bold;
	color: #000000;
	font-weight: bold;
	PADDING-TOP:3PX;
	PADDING-BOTTOM:3PX;
}
.whiteheadertext{
	font-family: Arial;
	font-size: 13px;
	text-decoration: bold;
	color: #000000;
	font-weight: bold;
	PADDING-TOP:3PX;
	PADDING-BOTTOM:3PX;
}

.newtext{
	font-family: Arial;
	font-size: 12px;
	text-decoration: bold;
	color: black;
	font-weight: none;
	PADDING-TOP:3PX;
	PADDING-BOTTOM:3PX;
}
.InputFormElement
{
	BORDER-RIGHT: #406DA3 1px solid;
	BORDER-TOP: #406DA3 1px solid; 
	VISIBILITY: visible; 
	VERTICAL-ALIGN: middle; 
	BORDER-LEFT: #406DA3 1px solid; 	
	BORDER-BOTTOM: #406DA3 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #E0EEFF;
	width:150px;
	height:18px;
}

.InputFormElement135
{
	BORDER-RIGHT: #406DA3 1px solid;
	BORDER-TOP: #406DA3 1px solid; 
	VISIBILITY: visible; 
	VERTICAL-ALIGN: middle; 
	BORDER-LEFT: #406DA3 1px solid; 	
	BORDER-BOTTOM: #406DA3 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #E0EEFF;
	width:135px;
	height:18px;
}

input.button75
{
	width:75px;
	height:20px;
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:bold;
	border-width:1px;
	color:#FFFFFF;
	background-color:#3963B2;
}
input.button150
{
	width:120px;
	height:20px;
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:bold;
	border-width:1px;
	color:#FFFFFF;
	background-color:#3963B2;
}
input.button250
{
	width:250px;
	height:20px;
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:bold;
	border-width:1px;
	color:#FFFFFF;
	background-color:#3963B2;
}

input.button130
{
	width:130px;
	height:20px;
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:bold;
	border-width:1px;
	color:#FFFFFF;
	background-color:#BF6D1C;
}

input.button76
{
	width:76px;
	height:20px;
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:bold;
	border-width:1px;
	color:#FFFFFF;
	background-color:#BF6D1C;
}

a.orngLinkbig:link {
color: #AA5100;
font-size:11px;
font-family:Arial;
text-decoration:none;
font-weight:bold;
}
a.orngLinkbig:visited {
color: #AA5100;
font-size:11px;
font-family:Arial;
font-weight:bold;
text-decoration:none;
}
a.orngLinkbig:active {
color:#AA5100;
font-size:11px;
font-family:Arial;
font-weight:bold;
text-decoration:none;
}
a.orngLinkbig:hover {
color:#AA5100;
font-size:11px;
font-family:Arial;
font-weight:bold;
text-decoration:underline;
}

a.orngLinkbig12:link {
color: #AA5100;
font-size:12px;
font-family:Arial;
text-decoration:none;
font-weight:bold;
}
a.orngLinkbig12:visited {
color: #AA5100;
font-size:12px;
font-family:Arial;
font-weight:bold;
text-decoration:none;
}
a.orngLinkbig12:active {
color:#AA5100;
font-size:12px;
font-family:Arial;
font-weight:bold;
text-decoration:none;
}
a.orngLinkbig12:hover {
color:#AA5100;
font-size:12px;
font-family:Arial;
font-weight:bold;
text-decoration:underline;
}
.newheadertext{
	font-family: Arial;
	font-size: 13px;
	text-decoration: bold;
	color: #FFFFFF;
	font-weight: bold;
	PADDING-TOP:3PX;
	PADDING-BOTTOM:3PX;
}

.InputFormElement
{
	font-size: 11px;
	BORDER-RIGHT: #0D5FB2 1px solid;
	BORDER-TOP: #0D5FB2 1px solid; 
	VISIBILITY: visible; 
	VERTICAL-ALIGN: middle; 
	BORDER-LEFT: #0D5FB2 1px solid; 	
	BORDER-BOTTOM: #0D5FB2 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: white;
	width:225px;
	height:18px;
}

.InputFormElement225
{
	font-size: 11px;
	BORDER-RIGHT: #0D5FB2 1px solid;
	BORDER-TOP: #0D5FB2 1px solid; 
	VISIBILITY: visible; 
	VERTICAL-ALIGN: middle; 
	BORDER-LEFT: #0D5FB2 1px solid; 	
	BORDER-BOTTOM: #0D5FB2 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: white;
	width:205px;
	height:18px;
}

.formLabel  {
	font-weight: bold;
	text-align: right;
	width: 200px;
	}
.formField { width: 450px; }


a.orngLinkbighead:link {
color: #AA5100;
font-size:13px;
font-family:Arial;
text-decoration:none;
font-weight:bold;
}
a.orngLinkbighead:visited {
color: #AA5100;
font-size:13px;
font-family:Arial;
font-weight:bold;
text-decoration:none;
}
a.orngLinkbighead:active {
color:#AA5100;
font-size:13px;
font-family:Arial;
font-weight:bold;
text-decoration:none;
}
a.orngLinkbighead:hover {
color:#AA5100;
font-size:13px;
font-family:Arial;
font-weight:bold;
text-decoration:underline;
}

a.normaltbluelink:link {
color: #0000FF;
font-size:12px;
font-family:Arial;
text-decoration:none;
font-weight:none;
}
a.normaltbluelink:visited {
color: #0000FF;
font-size:12px;
font-family:Arial;
font-weight:none;
text-decoration:none;
}
a.normaltbluelink:active {
color:#0000FF;
font-size:12px;
font-family:Arial; 
font-weight:none;
text-decoration:none;
}
a.normaltbluelink:hover {
color:#0000FF;
font-size:12px;
font-family:Arial; 
font-weight:none;
text-decoration:underline;
}

.titlerow{
	font-family:Arial; 
	background-color:#1B6A96;
	font-weight: bold;
	text-align: center;
	font-size:11px;
	color:white;
	PADDING-LEFT:2PX;
	PADDING-RIGHT:2PX;
	PADDING-TOP:2PX;
	PADDING-BOTTOM:2PX;
}

a.cloudtags {
text-decoration: none;
border-bottom:dotted 1px #CCCCCC;
}

a.cloudtags:hover {
text-decoration: none;
border-bottom: none;
background: #8CC63E;
color: white;
padding: 3px;
}
a.cloudtags:active {
color:#CCCCCC;
font-family:Arial; 
font-weight:none;
text-decoration:none;
}
a.cloudtags:hover {
text-decoration: none;
border-bottom: none;
background: #B0D6F4;
color: white;
padding: 3px;
}

a.neworngLink:link {
color: #000000;
font-size:10px;
font-family:verdana,Arial;
text-decoration:none;
font-weight:bold;
}
a.neworngLink:visited {
color: #000000;
font-size:10px;
font-family:verdana,Arial;
font-weight:bold;
text-decoration:none;
}
a.neworngLink:active {
color:#000000;
font-size:10px;
font-family:verdana,Arial; 
font-weight:bold;
text-decoration:none;
}
a.neworngLink:hover {
color:#000000;
font-size:10px;
font-family:verdana,Arial; 
font-weight:bold;
text-decoration:underline;
}

a.orngLinkbignew:link {
color: #000000;
font-size:11px;
font-family:Arial;
text-decoration:none;
font-weight:bold;
}
a.orngLinkbignew:visited {
color: #000000;
font-size:11px;
font-family:Arial;
font-weight:bold;
text-decoration:none;
}
a.orngLinkbignew:active {
color:#000000;
font-size:11px;
font-family:Arial;
font-weight:bold;
text-decoration:none;
}
a.orngLinkbignew:hover {
color:#000000;
font-size:11px;
font-family:Arial;
font-weight:bold;
text-decoration:underline;
}


a.videolinkstyle:link {
color: #0000FF;
font-size:12px;
font-family:Arial;
text-decoration:none;
font-weight:BOLD;
}
a.videolinkstyle:visited {
color: #0000FF;
font-size:12px;
font-family:Arial;
font-weight:BOLD;
text-decoration:none;
}
a.videolinkstyle:active {
color:#0000FF;
font-size:12px;
font-family:Arial; 
font-weight:BOLD;
text-decoration:none;
}
a.videolinkstyle:hover {
color:#0000FF;
font-size:12px;
font-family:Arial; 
font-weight:BOLD;
text-decoration:underline;
}


a.newwhitelink:link {
color: #6E3606;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial;
text-decoration:normal;
}
a.newwhitelink:visited {
color: #6E3606;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial;
text-decoration:normal;
}
a.newwhitelink:active {
color:#6E3606;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial; 
text-decoration:normal;
}
a.newwhitelink:hover {
color:#6E3606;
font-size:12px;
font-weight:bold;
font-family:verdana,Arial; 
text-decoration:normal;
}