﻿.articleIMGstyleFloatRight
{
float: right;
clear: both;
margin: 0px 0px 7px 7px;
max-width: 500px;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

img.articleIMGbottom
{
max-width: 800px;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

p.articleIMGbottom { text-align: center; }

#submitNewsBlock { margin-left: auto; margin-right: auto; }

#submitNewsBlock {
text-align: center;
padding: 5px;
border: 2px #777 solid;
border-spacing: 0px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px; 

background: #CCCCCC; /* for non-css3 browsers */

background: -o-linear-gradient(#ccc, #fff);
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); /* for webkit browsers */
background: -moz-linear-gradient(#ccc,  #fff); /* for firefox 3.6+ */
background: linear-gradient(#ccc, #fff); /*W3C*/
}

#bottomArticleBackButtonDiv { clear: both; margin: 4px auto 0px auto; text-align: center; width: 100%; }

.rowStyle1 { text-align: center; background:#ccc; color:#000; }

.rowStyle2 { text-align: center; background:#fff; color:#000; }

.rowStyleMouse
{
text-align: center;

color:#fff;

background:#005281;

background: -o-linear-gradient(#005281, #1c415b);
background: -webkit-gradient(linear, left top, left bottom, from(#005281), to(#1c415b)); /* for webkit browsers */
background: -moz-linear-gradient(#005281,  #1c415b); /* for firefox 3.6+ */
background: linear-gradient(#005281, #1c415b); /*W3C*/

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005281', endColorstr='#1c415b'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005281', endColorstr='#1c415b')"; /* IE8 */
}

.rowStyleNav { text-align: center; background:#ccc; color:#000; margin-bottom: 2px; }

.rowStyleNavMouse
{
color:#fff;
margin-bottom: 2px;

background:#005281;

background: -o-linear-gradient(#005281, #1c415b);
background: -webkit-gradient(linear, left top, left bottom, from(#005281), to(#1c415b)); /* for webkit browsers */
background: -moz-linear-gradient(#005281,  #1c415b); /* for firefox 3.6+ */
background: linear-gradient(#005281, #1c415b); /*W3C*/

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005281', endColorstr='#1c415b'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005281', endColorstr='#1c415b')"; /* IE8 */
}

.rowStyleLinksBlock a { padding: 10px; display: block; }

.rowStyleLinksBlock button { margin: 10px; }

.articleEmailBlock
{
border: 2px #777 solid;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #CCCCCC; /* for non-css3 browsers */

background: -o-linear-gradient(top, #ccc, #fff);
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ccc,  #fff); /* for firefox 3.6+ */
}

.articleEmailBlock { margin: 5px 5px 0px 0px; }

.articleEmailBlock td { color: black; padding: 5px; }

.articleEmailBlock img { height: 2.5em; vertical-align:text-top; }

.rowStyleLinksBlock a:link
{ color: inherit; //color:expression(this.parentNode.currentStyle['color']); text-decoration:none; }
.rowStyleLinksBlock a:visited
{ color: inherit; //color:expression(this.parentNode.currentStyle['color']); text-decoration:none; }
.rowStyleLinksBlock a:hover
{ color: inherit; //color:expression(this.parentNode.currentStyle['color']); text-decoration:none; }
.rowStyleLinksBlock a:active
{ color: inherit; //color:expression(this.parentNode.currentStyle['color']); text-decoration:none; }

.alertBlock { height: 398px; padding: 0px 5px 0px 0px; overflow:auto; font-size:small; }

div.alertEntryTitle { font-size:medium; }
.alertEntryTitle img { height: 1.1em; vertical-align: top;border: 0; margin: 0px 0px 0px 5px; }
.alertEntryTitle hr { border:1px solid #e7e7e7;margin:4px 0px 4px 0px; }

.alertEntryTitle a { color: inherit; //color:expression(this.parentNode.currentStyle['color']); text-decoration:none; }
.alertEntryTitle a:link { color: inherit; //color:expression(this.parentNode.currentStyle['color']); text-decoration:none; }
.alertEntryTitle a:visited { color: inherit; //color:expression(this.parentNode.currentStyle['color']); text-decoration:none; }
.alertEntryTitle a:active { color: inherit; //color:expression(this.parentNode.currentStyle['color']); text-decoration:none; }
.alertEntryTitle a:hover { color: inherit; //color:expression(this.parentNode.currentStyle['color']); text-decoration:underline; }

.alertEntry table a { color: #205D90; text-decoration:underline; }
.alertEntry table a:link { color: #205D90; text-decoration:underline; }
.alertEntry table a:visited { color: #205D90; text-decoration:underline; }
.alertEntry table a:hover { color: #205D90; text-decoration:underline; }
.alertEntry table a:active { color: #205D90; text-decoration:underline; }

.alertEntryBlock { 
	padding: 5px 7px 0px 7px;
	-webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px; -moz-border-radius-topright:10px;
	border-top-left-radius:10px; border-top-right-radius:10px;

background: -o-linear-gradient(top, #1c415b, #005281);
background: -webkit-gradient(linear, left top, left bottom, from(#1c415b), to(#005281)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #1c415b,  #005281); /* for firefox 3.6+ */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c415b', endColorstr='#005281'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c415b', endColorstr='#005281')"; /* IE8 */
}
