/*
========================================================================================================================
Title : 		Primary CSS Document
Author : 		Zahra Interactive

Description: 	Sets standard layout styles for entire website
======================================================================================================================== */

/*
========================================================================================================================
BODY / PAGE SETUP
======================================================================================================================== */
body{
	color: #000;
	text-align: justify;
	font-family:arial, helvetica;
	font-size: 9pt;
	text-align: justify;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #004795;
}
a.red		{color: #F00;}
a.black		{color: #000;}
a:hover		{text-decoration: underline;}
a:visited	{color: #004795;}
a:visited.red	{color: #F00;}
a:visited.black	{color: #000;}

table{
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	font-size: 9pt;
	text-align: justify;
}

/*
---------------------------------------------------------------------------------------------
FORMS
--------------------------------------------------------------------------------------------- */
select{width: 100%;}

/*
========================================================================================================================
LIBRARY COMPONENTS
======================================================================================================================== */

/*
---------------------------------------------------------------------------------------------
SUB TITLE (library/gui/title/sub/)
--------------------------------------------------------------------------------------------- */
.sub_title{
	font-family: georgia, 'times new roman';
	font-size: 13pt;
	color: #94427B;
	text-decoration: none;
}

/*
---------------------------------------------------------------------------------------------
PRIMARY TITLE (library/gui/title/primary/)
--------------------------------------------------------------------------------------------- */
div.prm_title span.primary          {position: relative; width: 570px; top: 15px; left: 0px; FONT-FAMILY: georgia, 'times new roman'; FONT-SIZE: 13pt; COLOR: #000000; TEXT-DECORATION: NONE}
div.prm_title span.secondary        {position: relative; width: 570px; top: 11px; left: 28px; FONT-FAMILY: georgia, 'times new roman'; FONT-SIZE: 20pt; COLOR: #94427B; TEXT-DECORATION: NONE}
div.prm_title span.tertiary         {position: relative; width: 570px; top: 8px; left: 20px; FONT-FAMILY: georgia, 'times new roman'; FONT-SIZE: 8pt; COLOR: #000000; TEXT-DECORATION: NONE}
div.prm_title span.background       {position: absolute; top: 0; left: 25%}

/*
---------------------------------------------------------------------------------------------
DIALOGUE TITLE (library/gui/title/dialogue/)
--------------------------------------------------------------------------------------------- */
div.dia_title span.primary          {position: relative; top: 2px; left: 0px; FONT-FAMILY: georgia, 'times new roman'; FONT-SIZE: 13pt; COLOR: #000000; TEXT-DECORATION: NONE}
div.dia_title span.secondary        {position: relative; top: -3px; left: 28px; FONT-FAMILY: georgia, 'times new roman'; FONT-SIZE: 20pt; COLOR: #94427B; TEXT-DECORATION: NONE}

/*
---------------------------------------------------------------------------------------------
HORIZONTAL NOTE (library/gui/note/horizontal/)
--------------------------------------------------------------------------------------------- */

table.hnote	{
	padding: 8px;
	border-spacing: 8px;
	background: #FEFEC6;
	width: 100%;
}
table.hnote img	{border: none;}

/*
---------------------------------------------------------------------------------------------
BUTTON (library/gui/navigation/button/)
--------------------------------------------------------------------------------------------- */

.buttons	{FONT-FAMILY: georgia, 'times new roman'; FONT-SIZE: 12pt; TEXT-DECORATION: NONE; FONT-WEIGHT: bold;}

.buttons a:link.genericbtn		{COLOR: #3B3734;}
.buttons a:link.defaultbtn		{COLOR: #009049;}
.buttons a:link.negativebtn		{COLOR: #D13D0A;}

.buttons a:visited.genericbtn	{COLOR: #3B3734;}
.buttons a:visited.defaultbtn	{COLOR: #009049;}
.buttons a:visited.negativebtn	{COLOR: #D13D0A;}

.buttons a:hover				{TEXT-DECORATION: UNDERLINE;}

.buttons span.mouseupbtn		{position: relative; top: 0px; left: 0px;}
.buttons span.mousedownbtn		{position: relative; top: 0px; left: 0px;}

.buttons span.buttonspacer		{COLOR: #949393;}
.buttons span.disabledbtn		{COLOR: #949393;}

/*
---------------------------------------------------------------------------------------------
TOOLTIP (library/gui/note/tool_tip/)
--------------------------------------------------------------------------------------------- */

.toolTipCaption {color: #009049; cursor: pointer; cursor: hand;}/*pointer and hand are the same; the hyperlink hand.*/
div.toolTipText {border: 1px solid #707070; padding: 3px; background-color: #FEFEC6;}


