/*
 *
 * ANYwebcam.com (06/12/2004)
 *
 */

/*
 * base styles
 *
 */

 body
 {
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
 }

.ad {
    text-align: center;
    padding: 2px;
}

div.ad table {
	margin-left: auto;
	margin-right: auto;
}

 /* original color: #336699; */
* {
    margin: 0px;
    padding: 0px;
}

img {
	border: none;
}

a > img {
	border: none;
	text-decoration: none;
}

img.block {
	display: block;
}

table {
    padding: 0px;
    margin: 0px;
}

h1 {
	font-size: 150%;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: none;
	color: #1F5285;
}

h2 {
	font-size: 120%;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #1F5285;
}

h3 {
	margin-bottom: 10px;
    font-size: 110%;
	color: #1F5285;
}

h3.para {
	margin: 10px 0 5px 0;
}

p.para {
	margin: 5px 0 10px 0;
}

h3 a {
	font-size: 100%;
}

h4 {
	margin-bottom: 10px;
    font-size: 100%;
    font-weight: bold;
    color: #1F5285;
}

h5 {
	margin-top: 5px;
    font-size: 100%;
    font-weight: bold;
    color: #1F5285;
}

acronym {
	border: none;
}

legend {
	padding: 2px;
}

fieldset {
	margin: 5px;
	padding: 5px;
}

label.std {
    font-weight: bold;
}

sig {
    display: block;
}

em {
	font-style: italic;
}

span.smalltip {
	cursor: pointer;
	font-size: 90%;
}

img.block {
	display: block;
}

ul a:hover, li a:hover, a > img { 
	border: none !important; 
}

/* UNDERLINE EXCLUSION RULES */
#awc-logo, .lbOn, .points a, a[name=delete], a[name=opsquote], .no-underline {

	border: none !important; 
}


/* base link style */
a:link {
    color: #1C61A7;
    text-decoration: none;
}

a:visited {
	color: #6C006B;
	text-decoration: none;
}

a:visited:hover {
	color: #6C006B;
	text-decoration: none;
	background-color: transparent;
	border-bottom: dotted 1px #6C006B;
}

a:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom: dotted 1px #1C61A7;
}

/* end a */

/* used for anchors that contain heading, i.e. form for board posting */
a.heading, a.heading:link, a.heading:visited, a.heading:hover {
    color: #1C61A7;
}

/* used for sections, paging and other major links */
a.major, a.major:link, a.major:visited {
    color: #1C61A7;
    font-weight: bold;
    
}

a.major:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom: dotted 1px #1C61A7;
}

/* sometimes used for same appearance as major links */
span.major {
    color: #1CB30C;
    font-weight: bold;
    text-decoration: none;
}
/* end a.major */


/* used to give visited links a different colour */
/*
a.title, a.title:link {
    color: #2077b4;
    text-decoration: none;
}

a.title:visited {
	color: #2077b4;
}

a.title:hover {
    text-decoration: underline;
}
*/
/* end a.title */

/* */

td.anonmenu a, td.anonmenu a:link, td.anonmenu a:visited, td.anonmenu a:hover, td.anonmenu a:active {
	color: #336799;
	text-decoration: none;
	font-weight: bold;
}

td.anonmenu {
	padding: 0 8px;
	background-color: #CDDBE8;
}

.playerContainer {
    padding: 5px;
    border: 1px solid #98B0CA;
}

/* used to give images the frame/border effect */
a.frame, a.frame:link, a.frame:visited {
	display: block;
	text-decoration: none;
    border: 1px solid #98B0CA;
}

a.frame:hover {
	display: block;
	text-decoration: none;
    border: 1px solid #FFCC00;
}
/* end a.frame */

/*  */
a.alternate, a.alternate:link, a.alternate:visited {
    color: white;
    text-decoration: none;
}
a.alternate:hover {
    text-decoration: underline;
}
/* end a.alternate */


/* used for code of conduct, privacy and t&c */
a.plain, a.plain:visited  {
	color: #1F5285;
	text-decoration: none;
}

a.plain:active, a.plain:hover  {
	text-decoration: underline;
}
/* end a.plain */

ul, ol {
	margin: 5px 0 15px 10px;
}

li {
	margin: 3px 0 0 20px;
}

a.minimal {
	text-decoration: none;
}

td.login {
	/* padding-top: 2px; */
}

td.majorlink-pad {
	padding-top: 1px;
}

table.paging td {
	padding: 3px;
	font-weight: bold;
}

input.textField {
	border: 1px solid #336799;
	background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	width: 100%;
}

input.fixed {
	border: 1px solid #336799;
	background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	padding: 2px;
}

select.selectField {
	border: 1px solid #336799;
	background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

textarea {
	border: 1px solid #336799;
	background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	width: 100%;
	padding: 0px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* billing options page links */
.heavy {
    font-weight: bold;
}
/*
.backgroundligh {
	background-color: #E8EEF3;
}
*/
td.padded {
	padding: 5px 0px;
}

table.form {
	margin: 5px;
}

table.form td {
	padding: 3px;
}

table.form td td {
	padding: 0px;
}


/*
 * layout specifics
 *
 */

td {
	margin: 0px;
 	padding: 0px;
 }

input.styled-button {
    border: none;
    font-size: 9px;
    background-color: #33669B;
    color: white;
    height: 14px;
    padding-bottom: 2px;
	cursor: pointer;
	cursor: hand;
	text-transform: capitalize;
}

/*
 *	new for anywebcam.com
 */

 h4.subhead {
 	margin: 0px;
 	padding: 0px;
 }


table.list td {
	padding: 5px;
}

table.list td td {
	padding: 0px;
}

table.viewlist td {
	padding: 5px;
}

.shade0 {
	background-color: #E7EEF6;
}

.shade1 {
	background-color: #D9E4ED;
	/*background-color: #DEE7F0;*/
}


table#messagebox td {
	padding: 3px;
}

table#messagebox td td {
	padding: 0px;
}

table.attachment td {
	background-color: #D9E4ED;
}

td.popup {
	text-align: right;
	vertical-align: bottom;
	padding: 0px 2px 2px 0px;
}

table#image td.image {
	padding: 5px;
	text-align: center;
	/* border: 1px solid black; */
}

table.smallpad tr td {
	padding: 2px;
}

table.smallpad td td {
	padding: 0px;
}

div#crumbs {
	text-align: right;
	padding-right: 10px;
	color: white;
	text-transform: lowercase;
}

div#crumbs a, div#crumbs a:visited {
	color: white;
	text-decoration: none;
	text-transform: lowercase;
}

div#crumbs a:active, div#crumbs a:hover {
	text-decoration: underline;
	text-transform: lowercase;
}

td.button {
	padding: 0px 5px;
	text-align: center;
	width: 35px;
	height: 35px;
}

td.galimg {
	text-align: center;
	border: 1px solid #98B0CA;
	padding: 5px;

}

td.applettoggle {
	background: #CDDBE8 url(../images/layout/merge_3.gif) repeat-y;
}

img.applettoggle {
    position: fixed;
    left: 0px;
    top: 2px;
}

ul.plain {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

ul.plain li {
	margin-bottom: 3px;
}

p.recommend, p.detected {
	font-style: italic;
	font-size: 110%;
}

/*
 *	end anywebcam.com
 */



a.control, a.control:link, a.control:visited {
    text-decoration: none;
    color: #1F5285;
}

a.control:hover, a.control:focus, a.control:active {
    text-decoration: underline;
}

td.nav-fill {
    background: #CDDBE8 url(/awc/html/common/images/layout/merge_nav_bg.gif) repeat-y top right;
}

.lower-border {
	border-bottom: 1px solid #668CB3;
}

.buttonborder {
	border-top: 1px solid #336799;
}

.frame-border {
	border-bottom: 1px solid #668CB3;
	border-right: 1px solid #668CB3;
}

td.merge-one {
	width: 10px;
    background-image: url(/awc/html/common/images/layout/merge_1.gif);
}

td.merge-two {
	width: 10px;
    background-image: url(/awc/html/common/images/layout/merge_2.gif);
}

td.sessioninfo {
	background-color: #CDDBE8;
}

td.adspace {
	background-color: #98B0CA;
}

td.headrow {
	background-color: #336799;
}

td.menurow {
	background-color: #CDDBE8;
}
.menu {
	background-color: #CDDBE8;
}

span.box-heading {
    color: #1F5285;
    font-size: 10px;
    font-weight: bold;
}

span.box-caption {
    /*border: 1px solid black;
    color: #1cb30c;
    font-weight: normal;*/
}

.informationTextarea {
	background-color: #D9E4ED;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #1F5285;
}

.error	{
	padding: 3px 10px 3px 10px;
	text-align: center;
	border: 1px solid #CE0404;
	background-color: #FFDEDE;
}

td.errorcontent {
	color: #D12D2D;
	background: none;
	border: none;
}

.highlight {
	background-color: #F6F6F6;
}

.attention {
	border: 1px solid #1F5285;
	background-color: #FFFFFF;
}

table.attention tr td {
	padding: 2px;
}

/* FROM THE OLD shared.css */


.link {
    cursor: pointer;
}

td.logo {
	width: 31px;
	text-align: right;
}


div.footer {
	margin: 10px 0px;
	padding: 3px 10px 3px 0px;
	background-color: #D9E4ED;
	text-align: right;
}


.signature {
    margin-top: 10px;
    font-style: italic;
    border-top: 1px solid #98B0CA;
}

.forumthreadbody p {
	padding: 5px 0;
}

/*
div.menuanon {
	background-color: #CDDBE8;
	height: 15px;
}

div.menuanon ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div.menuanon ul li {
	display: inline;
	list-style-type: none;
	padding: 0;
	padding-top: 5px;
	margin: 0;
	height: 15px;
}

div.menuanon a {
	margin-top: 5px;
	padding: 0px 20px 3px 20px;
}

div.menuanon a:link, div.menuanon a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	height: 15px;
}

div.menuanon a:hover, div.menuanon a:active {
	color: #FFFFFF;
	background-color: #98B0CA;
}
*/

div.menuanon {
    background-color: #CDDBE8;
}

div.menuanon ul {
    background-color: #CDDBE8;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 16px;
}

div.menuanon ul li {
    display: inline;
    margin: 0;
    padding: 0;
    padding-right: 5px;
    background-color: #CDDBE8;
}

div.menuanon a:link, div.menuanon a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #336699;
    background-color: #CDDBE8;
	height: 15px;
	margin: 0;
	padding: 2px 10px 2px 10px;
	line-height: 14px;
}

div.menuanon a:hover, div.menuanon a:active {
	color: #FFFFFF;
	background-color: #98B0CA;
	padding: 2px 10px 3px 10px;
}

table.reply td {
    padding: 0;
    padding-right: 5px;
}

/*
    used by searchhi.js for highlighting search terms */
span.searchword {
    background-color: yellow;
}

/*
 * daily results table
 *
 */

table.daily-results {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    border-collapse: collapse;
}

table.daily-results tr {
    margin: 0px;
    padding: 0px;
}

table.daily-results tr.shade0 {
    background-color: #E7EEF6;
}

table.daily-results tr.shade1 {
    background-color: #DEE7F0;
}

table.daily-results th {
    width: 10%;
    text-align: center;
}

table.daily-results td {
    text-align: center;
    padding: 5px 3px;
}

table.daily-results {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    border-collapse: collapse;
}

/*
 * referral links table
 *
 */

table.list {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    border-collapse: collapse;
}

table.list tr {
    margin: 0px;
    padding: 0px;
}

/*
table.list tr.shade0 {
    background-color: #E7EEF6;
}

table.list tr.shade1 {
    background-color: #DEE7F0;
}
*/
table.list th {
    padding: 5px 15px 2px 5px;
    text-align: left;
}

table.list td {
    padding: 5px 15px 5px 5px;
}

/* CECash.com START magazine subscription styles */
span.magazine { 
    float: left;
    width: 145px;
    margin-bottom: 5px;
}

label.magazine {
    margin-left: 5px;
}
/* CECash.com END */

/* Pagination */

span.paging { font-weight: bold; margin-left: 3px; }
span.page, span.pagingjump { margin-left: 5px; }
span.pagingsubmit { margin-left: 5px; padding: 2px; }
input.paging { width: 30px; }
span.pagingsubmit a {
    padding: 5px;
    text-decoration: none;
    background: transparent url(/awc/html/common/images/icons/arrow_green_right_up.gif) no-repeat center center;
}
span.pagingsubmit a:hover, span.pagingsubmit a:hover {
    background: transparent url(/awc/html/common/images/icons/arrow_green_right_down.gif) no-repeat center center;
}

/* Pagination END */


/* block */
.group
{
    display: inline-table;
	border-collapse: collapse;
}

/* no ie-mac [begin] \*/
.group
{
    display: block;
}
.group:after
{
    content: '.';
    display: block;
    height: 0px;
    margin-bottom: -1px;
    visibility: hidden;
    clear: both;
}
* html .group
{
    height: 1%;
}
/* no ie-mac [end] */


/*
 * rounded table
 */

table.rounded-med {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-med td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-med td.frame {
    background-color: #D9E4ED;
}

table.rounded-med td.content {
    padding: 5px 3px;
    text-align: left;
    background-color: #D9E4ED;
}

td.icon {
    padding: 3px;
    text-align: center;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background-color: #D9E4ED;
}

table.rounded-light {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-light td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-light td.frame {
    background-color: #E8EEF3;
}

table.rounded-light td.content {
    padding: 5px 3px;
    text-align: left;
    background-color: #E8EEF3;
}

table.rounded-dark {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-dark td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-dark td.frame {
    background-color: #C3D3E2;
}

table.rounded-dark td.content {
    padding: 5px 3px;
    text-align: left;
    background-color: #C3D3E2;
}

/*Add new grey color for content boxes */
table.rounded-grey {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-grey td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-grey td.frame {
    background-color: #efefef;
}

table.rounded-grey td.content {
    padding: 5px 3px;
    text-align: left;
    background-color: #efefef;
}
/* End */

/*Add new khaki color for content boxes */

table.rounded-khaki{
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-khaki td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-khaki td.frame {
    background-color: #ebebdf;
}

table.rounded-khaki td.content {
    padding: 5px 3px;
    text-align: left;
    background-color:#ebebdf;
}
/* End */

/*Add new light blue  color for content boxes */
/*
table.rounded-lightblue{
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-lightblue td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-lightblue td.frame {
    background-color: #dceaf3;
}

table.rounded-lightblue td.content {
    padding: 5px 3px;
    text-align: left;
    background-color: #dceaf3;
}
*/
/* End */


table.rounded-red {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-red td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-red td.frame {
    background-color: #F5BCB8;
}

table.rounded-red td.content {
    padding: 5px 3px;
    text-align: left;
    background-color: #F5BCB8;
}

table.rounded-silver {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-silver td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-silver td.frame {
    background-color: #E3E6E9;
}

table.rounded-silver td.content {
    padding: 5px 3px;
    text-align: left;
    background-color: #E3E6E9;
}

table.rounded-gold {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-gold td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-gold td.frame {
    background-color: #F8F0CF;
}

table.rounded-gold td.content {
    padding: 5px 3px;
    text-align: left;
    background-color: #F8F0CF;
}

table.rounded-dgreen {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.rounded-dgreen td.corner {
    width: 9px;
    height: 9px;
}

table.rounded-dgreen td.frame {
    background-color: #75b670;
}

table.rounded-dgreen td.content {
    padding: 5px 3px;
    text-align: left;
    background-color: #75b670; 
}

/*
textlinks on homepage, sponsored by text-link-ads.com */
ul.textlinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

ul.textlinks li {
    display: inline;
    margin: 0;
    margin-right: 15px;
}

/* temporary - needs attention */
a.button {
  font-weight: bold;
  font-size: 120%;
  margin: 5px;
}


/* V4.5 H4X */

table.draw-button {
	line-height: 1px;
}
.large-text {
  font-size: 14px !important;
 }

.normal-text {
 font-size: 12px !important;
}
