/* ================================
    CSS STYLES FOR ARSAG Int'l
    v1.1, 6 Mar '07
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* 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
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

A.SelectedTab:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

A.SelectedTab:active 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:Red;
    text-decoration: none;
}

A.SelectedTab:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:Blue;
    text-decoration:underline
}


/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

A.OtherTabs:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

A.OtherTabs:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:Red;
    text-decoration: none;
}

A.OtherTabs:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:Blue;
    text-decoration:underline
}

/* 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #000000;
}

.Normal-left
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	margin-left: 2cm
}

.Normal-Panel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	margin-left: 2.5cm
}

.H1
{
    font-family: "Century Schoolbook", Times, serif;
    font-size: 16pt;
    font-weight:bold;
    line-height: 120%;
    color:#000000
}

.H2
{
    font-family: "Century Schoolbook", Times, serif;
	font-size: 12pt;
	text-align: left;
	font-style:italic;
	margin-left: 2cm;
	color:#000000
}

.H3  
{
    font-family: "Century Schoolbook", Times, serif;
	font-size: 12pt;
	text-align: left;
	font-style:italic;
	color:#000000
}  

.H4  
{
    font-family: "Century Schoolbook", Times, serif;
	font-size: 12pt;
	text-align: left;
	margin-left: 2cm;
	color: #000000;
}

.H5  
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #000000;
}

P.indent 
{
    font-family: "Century Schoolbook", Times, serif;
    font-size: 12pt;
	text-indent: -20px;
	color: #000000;
	margin-left: 40px;
}

table.arsag1
{ 
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: 0;
    table-layout: fixed;
    }

table.arsag2
{ 
    margin-left: 1.5cm;
    margin-right: auto;
    border-collapse: collapse;
    border: 0;
    table-layout: fixed;
    }

table.arsag2 td
{ 
    font-family: "Century Schoolbook", Times, serif;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	color: #000000;
    height: 50
    }

table.atp
{ 
    margin-left: 2.5cm;
    margin-right: auto;
    border-collapse: collapse;
    border: 0;
    table-layout: fixed;
   	text-align: center;
    }

table.atp td
{ 
    font-family: "Century Schoolbook", Times, serif;
	font-size: 14pt;
	font-weight: bold;
    line-height: 110%;
    color:#000000
}

body 
{
    text-align:center;
}

.SubHead
{
    color:Navy;
    font-weight:bold
}

.widgetHeading
{     
    background:brown;
    padding:3px 3px 3px 8px;
}

.frmSeparator
{     
    border-bottom:1px black solid;      
    height:10px;
}

.mainReport
{     
    border: black 1px solid;
    border-left: black 1px solid;
    width: 600px;
    border-collapse: collapse;
    background:ivory;
}

.frmReport
{     
    border: black 1px solid;
    width: 500px;
    border-collapse: collapse;
}

.frmPadding
{     
    padding:3px 3px 3px 3px;
}

.addressInfo
{     
    background:#eeeeee;
    padding:3px 0px 6px 6px;
}

.chkLstShip
{     
    background:wheat;
    width:250px;
    padding:3px;
}

.chkLstMake
{     
    background:silver;
    width:250px;
    padding:3px;
} 

.dropcap
{
	font-family: "Century Schoolbook", Times, serif;
	float:left;
	color:#ff9999;
	font-size:50px;
	line-height:70px;
	padding-top:2px;
} 



/* 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 */
H1  
{
}

H2  
{
 }

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

A:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

A:active    
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:Red;
    text-decoration: none;
}

A:hover 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:Blue;
    text-decoration:underline
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL.disc  
{
    list-style-type:disc
}

UL LI   
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #000000;
}

UL LI LI
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #000000;
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
}

