/* External style sheet libretelstyle.css */

/* Project: LibreTel */

BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #333333;
}
P {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #333333;
}
/* Top bar bkgr */
.mdblue {BACKGROUND: #5C76E9;}
.mdgreen {BACKGROUND: #B5D887;}

/* Top menu bar links */
a.white:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5C76E9;
}
a.white:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5C76E9;
}
a.white:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E0FF66;
	text-decoration: none;
	background-color: #5C76E9;
}

/* Light bluish gray bkgr */
.ltgrblue {BACKGROUND: #F3F7FB;}

/* Gray bkgr */
.gray {BACKGROUND: #CCCCCC;}


/* Table header bkgr*/
.ltmdblue {BACKGROUND: #8198F0;}

/* Input */
.form {FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal;}

/* Links */
a:link {
	COLOR: #333399;
	TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #333399;
	TEXT-DECORATION: underline;
}
a:active {
	COLOR: #333399;
	TEXT-DECORATION: underline;
}
a.blue:link {
	COLOR: #333399;
	TEXT-DECORATION: underline;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
}
a.blue:visited {
	COLOR: #333399;
	TEXT-DECORATION: underline;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a.blue:active {
	COLOR: #333399;
	TEXT-DECORATION: underline;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a.dkgray:link {
	COLOR: #333333;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
}
a.dkgray:visited {
	COLOR: #333333;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
}
a.dkgray:active {
	COLOR: #333333;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
}
a.mdgray:link {
	COLOR: #666666;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
}
a.mdgray:visited {
	COLOR: #666666;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
}
a.mdgray:active {
	COLOR: #666666;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
}


/* Titles */
.title	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #47475F;}
.titlewt {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF;}
.title2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #519F25;}
.titlegr {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #519F25;}
.whitehdr {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;}
.hilite {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #519F25;}

/* Tables */
/* Tables with body text */
TD {COLOR: #333333;	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;	FONT-SIZE: 11px;}
TH {COLOR: #333333;	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;	FONT-SIZE: 11px; background-color: #F3F7FB;}

/* Accent Fonts */
.bold {font-weight: bold; color: #34344C;}
.smallgray {COLOR: #666666; FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal;}
.small {COLOR: #333333; FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal;}
.smallblue {COLOR: #000099; FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-SIZE: 10px; font-weight: bold;}
