/*
 *  $Id: acs-http.css.in,v 1.1.2.68 2007/07/26 05:39:24 syzdek Exp $
 *
 *  LDAP Apache Configs
 *  Copyright (C) 2005,2006 Alaska Communications Systems
 *
 *  @ACS_COPYING_START@
 *  @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 */
