﻿HTML {
    overflow:scroll;
}

BODY 
{
	font-family : Arial;
	font-size : 12px;
}

TABLE
{
    font-family: Arial;
    font-size: 12px;
    
}
DIV
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

/* Headings */
H1
{
    color: #9A4332;
    font-size: 16px;
    margin: 0;
    padding: 0;
 }

H2
{
    font-size: 15px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

UL 
{
	margin-top:15px;
	padding-top:0;
}

/* input */
.loginTable
{
	background-color: #f1f1f1;
	text-align: left;
}
    
.inputBorder
{
	font-family:Arial;
    border-style: solid;
    border-width: 1px;
    border-color: #9A4332;
    width: 180px;
}
.selectBorder
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    width: 180px;
}
    
.button
{
	background-color: #9A4332;
	color: white;
	text-decoration: underline;
	font-size : 11px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
}

/* Anchors */
a.button:visited
{
	color:White;
	text-decoration: underline;
}
a.button:hover
{
	color:White;
	text-decoration: none;
}
	
.headerFont
{

    color: #565451;
}
.headerLink,a.headerLink:visited 
{
	color: #565451;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
a.headerLink:hover,a.headerLink:visited:hover {
 text-decoration : underline;
 color : #565451;
 font-weight: bold;
 font-size: 8pt;
 }
 .CtgLink
{
    color: Black;
    text-decoration: underline;
    font-weight: bold;
    font-size: 13px;
    text-transform: capitalize;
}
a.CtgLink:hover {
 text-decoration : underline;
 color : Black;
 }
 a.CtgLink:visited 
 {
    text-decoration : underline;
    color : Black;
 }
 .ctgPanel
 {
    background-color : #E9DAD5;
 }
 .textColor
 {
    color:#9A4332;
 }
 div#Reply
{
	margin: 10px 10px 10px 10px;
	display: none;
}

a.inLink, a.inLink:visited 
{
    color: Black;
    text-decoration: underline;
}
a.inLink:hover, a.inLink:visited:hover {
	text-decoration : none;
	color : Black;
}

.verticalLine
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-right: #9a4332 3px solid;
	font-size :1px;
}
.talmidName
{
    background-color: #8FAB83;
    cursor :pointer;
    border-bottom: #858b67 thin solid;
    margin-top: 7px;
    margin-bottom : 18px;
    padding-left: 5px;
    width:146px;
}
a.talmidLink, a.talmidLink:visited 
{
    color:White;
    text-decoration: none;
}
a.talmidLink:hover, a.talmidLink:visited:hover {
	text-decoration : underline;
	color :White;
}

a.VideoLink,
a.VideoLink:visited
{
	color: #fff; display: block; padding-top: 2px;
	text-decoration: none;
}
a.VideoLink:hover
{
	text-decoration : underline;
	color :White;
}
.highlightRow
{
    background-color : #F0F5F8;
}
table.msgTable td {
	border-width: 0px 1px 1px 0px;
	padding : 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #DADADA;
}
td.userTd 
{
    padding-top:20px;
    padding-bottom : 15px;
    background-color: #fbfbfb;
    border-right: 1px solid; 
    border-right-color : #AFAAA6;
    border-left: 1px solid;
    border-left-color : #AFAAA6;
    border-bottom: 1px solid;
    border-bottom-color : #AFAAA6;
}
ul.account li
{
    padding-bottom:5px;
}
.pagerLink
{
	color : Black;
}
.pagerLink:hover
{
	text-decoration : none;
}

/* styles needed by FCKEditor */
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

/* Tags */
A.Tag, A.Tag:visited {color:#797979; text-decoration:none;}
A.Tag:hover, A.Tag:visited:hover {color:#797979; text-decoration:underline;}
.Tag1, .Tag1:visited {font-size:18px; font-weight:bold;}
.Tag2, .Tag2:visited {font-size:17px;}
.Tag3, .Tag3:visited {font-size:16px;}
.Tag4, .Tag4:visited {font-size:15px; font-weight:bold; }
.Tag5, .Tag5:visited {font-size:14px; font-weight:bold;  }
.Tag6, .Tag6:visited {font-size:13px; font-weight:bold; }
.Tag7, .Tag7:visited {font-size:11px;}