/*
 *
 *  ACS HTTP Management Utils
 *  Copyright (C) 2005,2006 Alaska Communications Systems
 *
 *  @ACS_COPYING_START@
 *  
 *  All rights reserved. This program or any part thereof may not, without
 *  the written consent of Alaska Communications Systems Group, Inc., be
 *  copied, reprinted, or reproduced in any material form including but not
 *  limited to photocopying, transcribing, transmitting, or storing it in any
 *  medium or translating it into any language, in any form or by any means,
 *  be it electronic, mechanical, xerographic, optical, magnetic or otherwise.
 *  
 *  The information contained in this program is proprietary and confidential
 *  and all copyright, trade marks, trade names, patents and other
 *  intellectual property rights in the documentation and source code are the
 *  exclusive property of Alaska Communications Systems Group, Inc. unless
 *  otherwise specified. The information (including but not limited to data,
 *  drawings, specification, documentation, software listings, source or
 *  object code) shall not at any time be disclosed directly or indirectly to
 *  any third party without Alaska Communications Systems Group, Inc.'s prior
 *  written consent. 
 *  
 *  The information contained herein is believed to be accurate and reliable.
 *  Alaska Communications Systems Group, Inc. accepts no responsibility for
 *  its use by any means or in any way whatsoever Alaska Communications Systems
 *  Group, Inc. shall not be liable for any expenses, costs by damage that may
 *  result from the use of the information contained within this program. The
 *  information contained herein is subject to change without notice.
 *  
 *  @ACS_COPYING_END@
 *
 *  share/htdocs/acs-http.css - website CSS 
 */

body
{
   margin:		0;
   padding:		0;
   font-family:		Arial;
   font-size:		8px;
   background-image: url("/global-templates/images/background.gif")
}

table
{
   font-family:         Arial;
   font-color:          black;
   font-size:           12px;
}

.list
{
   width:	250px;
}


/* link styles */
a         { text-decoration: underline; }
a:link    { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover   { text-decoration: underline; }


/* header styles */
table.top { width: 766; }
.top
{
   background-image:	url(/global-templates/images/banner.gif);
   height:		70;
   font-size:		25px;
   font-family:		Arial;
   color:		white;
   text-align:		right;
   margin:		0;
   padding:		0;
}

.error
{
   font-size:		14px;
   font-family:		Arial;
   font-color:		red;
   text-align:		center;
   color:		red;
}

/* menu styles */
a.menu         { color: #104DB5; text-decoration: none; }
a:link.menu    { color: #104DB5; text-decoration: none; }
a:visited.menu { color: #104DB5; text-decoration: none; }
a:hover.menu   { color: red;     text-decoration: underline; }
.menu
{
   background:		#ffe592;
   font-family:		Arial;
   font-color:		black;
   font-size:		12px;
   text-align:		left;
   vertical-align:	top;
   color:		#104DB5;
   margin:		0;
   padding:		0;
//   width:		176;
   width:		126;
   height:		16px;
}
.menuspacer
{
   background:		#104DB5;
   height:		1px;
   width:		176;
}


/* body styles */
a.content         { color: blue;   text-decoration: underline; }
a:link.content    { color: blue;   text-decoration: underline; }
a:visited.content { color: purple; text-decoration: underline; }
a:hover.content   { color: blue;   text-decoration: underline; }
table.content     { width: 766; height: 400; }
.content
{
   background:		white;
   font-family:		Arial;
   font-color:		black;
   font-size:		12px;
   text-align:		left;
   vertical-align:	top;
   color:		black;
   margin:		0;
   padding:		0;
}

/* title styles */
.datatitle
{
   background:		#4482C7;
   font-family:		Arial;
   font-color:		white;
   font-size:		18px;
   text-align:		center;
   color:		white;
   border-style:	none;
   margin:		0;
   padding:		0;
}

/* data styles */
table.data { padding: 0; }
.data
{
   font-family:		Arial;
   font-color:		black;
   font-size:		12px;
   text-align:		left;
   border-color:	gray;
   margin:		0;
   padding:		0;
   height:		20px;
}


/* footer styles */
table.bottom      { width: 766; }
.bottom
{
   background:		#2260A5;
   font-family:		Arial;
   font-color:		white;
   font-size:		12px;
   text-align:		right;
   color:		white;
}


/* copyright styles */
.copyright
{
   background:		white;
   width:		766;
   font-family:		Arial;
   font-size:		11px;
   font-color:		black;
   text-align:		right;
   color:		black;
   margin:		0;
   padding:		0;
   bottom:		50px;
}


/* styles for form buttons */
a.button		{ white-space: 1; color: white;   text-decoration: none; }
a:link.button		{ white-space: 1; color: white;   text-decoration: none; }
a:visited.button	{ white-space: 1; color: white;   text-decoration: none; }
a:hover.button		{ white-space: 1; color: #DDDDDD; text-decoration: none; }
table.button		{ border: 1px solid #336699; }
.button
{
   background:          #6699CC;
   border:              none;
   font-family:         Arial;
   font-size:           11px;
   font-color:          white;
   spacing:             0;
   margin:              0;
   padding:             0;
   color:               white;
   text-decoration:     none;
}

/* ends of CSS file */

