/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


body{
background-color:#c6c6c6;
background-image:url(images/bodySlice.jpg);
background-repeat:repeat-x; 
background-position:bottom;
background-attachment:fixed;
padding:0;
margin:0;
}

#allMiddle{
background-color:#FFFFFF;
width:800px;
padding:0;
margin:0;
}

#topSpace{
height:10px;
width:710px;
padding:0;
margin:0;
}

#midContent{
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
font-size:13px;
width:710px;
padding:0;
margin:0;
}

#bottomSpace{
height:10px;
padding:0;
margin:0;
}

#allText{
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
font-size:13px;
padding:0;
margin:0;
}

#bioText{
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
font-size:14px;
padding:0;
margin:0;
}

.style3{
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
font-size:14px;
}

/* 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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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 {
}

.Normal{
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
font-size:13px;
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
p{
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
font-size:13px;
}
td{
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
font-size:13px;
}
H1  {
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
font-size:18px;
}

H2  {
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
font-size:16px;
}

H3  {
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
}

UL LI   {
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
}

UL LI LI    {
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
}

UL LI LI LI {
}

OL LI   {
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
}

OL OL LI    {
color:#000000;
font-family:'Century Gothic', Arial, Tahoma, Verdana;
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/*********************GetapprovedPage********************/

.FormSizeGetapp
{ 
width:700px;
}

/*********************EmpPage********************/

.FormSizeEmp
{
width:700px;
}

/*********************MainTable For All Page********************/
.MainTable{
background-color:#FFFFFF;
width:800px;
padding:0;
margin:0;
}


/********************Contact Page********************/
.FormSizeContact
{
width:700px;
padding:0;
margin:0;
}




















