/* websupergoo.com styles */

/* colours:
Hex={E0,DC,E0}
New Colours
-----------------------------

1.  Page Bg (Dark Green)		:	Hex={50,9C,90}	-	rgb(80,156,144) 
2.  Navigation (Light Grey)		:	Hex={F0,F0,F0}	-	rgb(240,240,240)
3.  Banner Bg (Flourscent)		:	Hex={D0,FF,00}	-	rgb(145,244,053)
4.  Replace Orange (Mahendi)	:	Hex={A0,9C,00}	-	rgb(160,156,0)
5.  Replace Blue				:	Hex={FF,FF,00}	-	rgb(255,255,0)
6.  Replace Blue 2				:	Hex=(C0,F0,B0)	-	rgb(192,240,176)
6.  Hyperlinks					:	Hex={00,84,B8}	-	rgb(0,132,184)
6.2 Hyperlinks	(Teal Blue)		:	Hex={00,98,B0}	-	rgb(0,152,176)
7.  Dark Blue					:	Hex=(33,66,99)	-	rgb(51,102,153)
8.  Light Grey					:	Hex=(DD,DD,DD)	-	rgb(221,221,221)
9.  Dark Grey					:	Hex=(99,99,99)	-	rgb(153,153,153)
10. Light Watery Blue (Footer)	:	Hex={68,88,B8}	- 	rgb(104,136,184)


-----------------------------
dark blue [Body Bg Color]	: 	rgb(0, 153, 177)
light blue					:	rgb(153, 204, 204)
orange						:	rgb(246, 140, 88)
dark blackish Blue			:	rgb(88, 84, 103)
light brown (Navigation)	:	rgb(232, 229, 211)
-----------------------------
*/

/* Typography and colours */
body
{
	background-color: rgb(153,153,153);
	font-family: Lucida Grande, Tahoma, "Verdana", Arial, Helvetica, Sans-serif;
	text-align: center;
}

#page
{
	background: white;
	border-left: 1px solid grey;
	color: #555;
	text-align: left
}

#banner { background: white url('images/banner.gif') no-repeat left top; }
#banner-top2 { background-color: transparent; }
#banner-middle { background: rgb(104,136,184) url('images/sticking.gif') no-repeat center; }

#banner-bottom, #header-bottom
{
	background: rgb(153, 204, 204) url('images/whatsnew2.gif') no-repeat left;
	border-top: 6px solid rgb(104,136,184);
	color: white
}



#banner-bottom
{
	background: rgb(153, 204, 204) url('images/home_banner_bottom.gif') no-repeat left;
	border-top: 6px solid rgb(104,136,184);
	color: white
}

/* this now in head.html in order to insert random digit */
#banner-top { background: white url('images/testimonial-1.jpg') no-repeat right top; }
#header { background: white url('images/testimonial-1.jpg') no-repeat right top; } */

#body { background: white url('images/body_bg.gif') repeat-y left; }

#left-sidebar
{
	background-color: rgb(221,221,221);
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-serif;
	text-align: center;
}

#navigation
{
	border-bottom: 2px solid white;
	text-align: left;
}

#navigation a:link,
#navigation a:visited
{
	background: transparent;
	border-left: 6px solid rgb(221,221,221);
	color: rgb(88, 84, 103);
	text-decoration: none;
}

#navigation a:hover,
#navigation a:active
{
	background: transparent;
	border-left: 6px solid rgb(51,102,153);
	color: rgb(88, 84, 103);
	text-decoration: none;
}

#navigation a:hover { background: white; }

#faq
{
	border-bottom: 2px solid white;
	text-align: left;
}

#faq a:link,
#faq a:visited
{
	background: transparent;
	border-left: 6px solid rgb(221,221,221);
	color: rgb(88, 84, 103);
	text-decoration: none;
}

#faq a:hover,
#faq a:active
{
	background: transparent;
	border-left: 6px solid rgb(51,102,153);
	color: rgb(88, 84, 103);
	text-decoration: none;

}

#faq a:hover { background: white; }


#search { border-bottom: 2px solid white; }

#content
{
	background-color: white;
}

#left-sidebar p, #content p, #content table { font-size: 11pt; }

#right-sidebar
{
	border-bottom: 1px solid rgb(221,221,221);
}

#right-sidebar ul
{
}

#right-sidebar li
{
	display: inline;
	font-size: 11pt;
	font-weight: bold;
}

#fine-print
{
	border-top: 1px solid rgb(88, 84, 103);
	padding-top: 12px;
	font-size: x-small;
}

#footer
{
	background-color: rgb(104,136,184);
	border-bottom: 2px solid rgb(88, 84, 103);
	color: white;
	font: bold 8pt Lucida Grande, "Verdana", Arial, Sans-serif;
	text-align: right;
}

a, a:link, a:visited
{
	color: rgb(0,132,184);
	text-decoration: none;
}

a:active
{
	color: rgb(51,102,153);
	text-decoration: none;
}

a:hover
{
	color: rgb(51,102,153);
	text-decoration: underline;
}

blockquote
{
	font-family: Georgia, Times, serif;
	/*font-style: italic;*/
}

blockquote p { text-indent: 20px; }

code, pre
{
	font-family: monaco, "Courier New", courier, monospace;
	font-size: 11pt;
}

/* Headers */
#location
{
	font: bold 18pt "Verdana", Trebuchet MS, Arial, Sans-serif;
	margin-top: 14px;
}

h1
{
	color: white;
	font: bold 12pt Trebuchet MS, "Verdana", Arial, Sans-serif;
	background: rgb(153, 204, 204);
	padding: 5px 10px 5px 10px;
	/*
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
	*/
}

h1 img, a img
{
	padding-right: 4px;
	vertical-align: middle;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover { color: white; }

h2
{
	color: #333;
	font: bold 11pt Trebuchet MS, "Verdana", Arial, Sans-serif;
	margin-left: 10px;
	margin-bottom: 0px;
}

/* Structure */
body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

#page
{
	height: 200%;
	width: 90%;
	min-width: 768px;
	margin: auto;
	padding: 0;
}

#banner
{
	height: 370px;
	margin: 0;
	margin-right: 0;
	padding: 0;
	vertical-align: top;
}

#banner-top 
{
	height: 123px; 
	margin-left: 300px;
	margin-right: 0px;
	padding: 0;
	vertical-align: top;
}

#banner-middle
{
	height: 184px;
	margin-left: 600px;
}

#banner-bottom
{
	height: 58px;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	white-space: nowrap;
}

#header
{
	height: 178px;
	margin: 0;
	margin-right: 0px;
	padding: 0;
	vertical-align: top;
}

#header-bottom
{
	height: 58px;
	padding-left: 0px;
	white-space: nowrap;
}

#body
{
	height: 80%;
	margin-right: 0px;
}

#left-sidebar
{
	height: 80%;
	min-height: 400px;
	width: 188px;
	margin: 0;
	margin-right: 0px;
	padding: 0;
	float: left;
	/*position: absolute;*/
}

#navigation
{
	margin: 0 12px 12px 12px;
	padding: 24px 0 24px 0;
}

#faq 
{ 
	margin: 0 12px 12px 12px;
	padding: 2px 0 2px 0;
}

#faq p
{
	margin: 0;
	padding: 3px 0 3px 0;
}


#search { margin: 0 12px 12px 12px; }

#search p
{
	margin: 0;
	padding: 3px 0 3px 0;
}

#right-sidebar
{
	padding: 0;
}

#content
{
	height: 100%;
	min-height: 400px;
	width: auto;
	margin-left: 188px;
	padding: 6px 24px 24px 24px;
}

#content p, cite
{
	margin-right: 20px;
	margin-left: 20px;
}

#content td { padding-right: 20px; }

#footer
{
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 32px;
}

/* Images */
img { border: 0px none; }

/* Lists */
#navigation ul
{
	font: bold 11pt Trebuchet MS, "Verdana", Arial, Sans-serif;
	line-height: 1.25em;
	list-style: none;
	margin: 0;
	padding-left: 5px;
}

#faq ul
{
	font: bold 10pt Trebuchet MS, "Verdana", Arial, Sans-serif;
	line-height: 1.25em;
	list-style: none;
	margin: 0;
	padding-left: 5px;
}


#navigation ol
{
	font: bold 11pt Trebuchet MS, "Verdana", Arial, Sans-serif;
	line-height: 1.25em;
	margin: 0;
	padding-left: 5px;
}

#faq ol
{
	font: bold 11pt Trebuchet MS, "Verdana", Arial, Sans-serif;
	line-height: 1.25em;
	margin: 0;
	padding-left: 5px;
}

#navigation li
{
	padding-left: 1px;
	padding-bottom: 2px;
}

#faq li
{
	padding-left: 1px;
	padding-bottom: 2px;
}


#content ul
{
	font: 11pt Lucida Grande, Tahoma, "Verdana", Arial, Helvetica, Sans-serif;
	line-height: 1;
	padding-left: 20px;
	list-style: none;
}

#content ol
{
	font: 11pt Lucida Grande, Tahoma, "Verdana", Arial, Helvetica, Sans-serif;
	line-height: 1;
	padding-left: 20px;
}

#content li
{
	padding-left: 6px;
	padding-bottom: 2px;
}

/* Form elements */
#search input
{
	margin: 0;
	padding: 0;
}

/* Tags and classes */
.info
{
	border: 2px solid rgb(51,102,153);
	color: black;
	padding: 20px;
	margin: 10px;
}

.sourcecodebox
{
	font-family: monaco, "Courier New", courier, monospace;
	font-size: 11pt;
	border: 1px solid #c7cfd5;
	background: #f1f5f9;
	margin-right: 20px;
	margin-left: 20px;
	padding: 8px;
	text-align: left;
}

.note
{
	border-left: 2px solid rgb(51,102,153);
	color: black;
	padding: 0 40px 0 20px;
	margin-left: 10px;
}

.no-margin
{
	margin: 0;
	padding: 0;
}

/* Large Tables */

table.compact { 
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 0px; 
	margin-left: 3px; 
	width: 90%; 
	padding-top: 0px 
}

td.middle { 
	vertical-align: middle; 
}

td.compact, td.ultracompact { 
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 2px; 
	vertical-align: top; 
	color: rgb(75, 75, 75); 
	padding-top: 2px; 
	text-align: left 
	font-size: 11px; 
}

td.compact { 
	font-size: 11px; 
}

td.ultracompact { 
	font-size: 8px; 
}

tr.gray { 
	vertical-align: top; 
	font-weight: bold 
}

tr.header { 
	font-weight: bold 
}