/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-size:12px;
	line-height:18px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color:blue;
}

A:visited   {
color:blue;
}

A:hover {
}

A:active    {
color:blue;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


.required 
{
	font-family:Arial, Helvetica;
	font-size:10px;
	color:#FF0000;
	font-weight: normal;
}

span.req 
{
	color: #F90;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: normal;
} 

.warning
{
	border: 2px solid #f34f4f;
	background: #ffe1da url(/ThuongViet/images/red-error.gif) 13px 50% no-repeat;
	padding: 10px 11px 8px 55px; 
	color: #be0b0b;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: normal;
}

.validation
{
	border: 1px solid red;
	padding: 0px 3px 0px 3px;
	background: #ffe1da;
	color: #080;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: normal;
}

.success
{
	background: #e2f9e3 url(/ThuongViet/images/green-ok.gif) 13px 50% no-repeat;
	border: 2px solid #9c9;
	color: #080;
	width: 100%;
	padding: 10px 11px 8px 55px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: normal;
}


/* ================= KNOWAtlanta ================= */

h1 {
font-size: 190%;
letter-spacing: 0.5px;
margin: 0;
}
	
h3 {
font-size: 133%; 
margin:0; 
background: rgb(85%,85%,70%);
padding-top:2px;
padding-bottom:2px;
}

h4 {
font-size: 100%; 
margin: 0; 
padding: 0.33em 0 0; 
border-bottom: 1px solid rgb(50%,50%,33%);
color: rgb(50%,50%,35%);
}

h1, h3, h4 {line-height: 1em;}

.ctyBold 
{
font-weight: bold;
}

.table { 
font-size:12px;
padding: 0 0.75em 0.25em 0; 
margin-right:0.25em;
}

table p 
{
font-size:12px;
line-height:18px;
}

/* county facts  */
.facts 
{
margin-left: 1.33em; 
margin-right: 1.33em;
border: 1px dotted rgb(85%,85%,70%);
}	

.facts h5 
{
background-color: rgb(85%,85%,70%);
}	

.schoolsTbl {
font-size:12px;
margin: 0.5em 3em 1em 3em; 
border: 1px solid #ccc; 
width:300px;
}




