/* CSS Document */

  #feedControl {
	margin-top : 20px;
	margin-left: auto;
	margin-right: auto;
	width : 200px;
	font-size: 16px;
	color: #CCCCCC;
	background-color: #0e3345;	  
    }
	
	
.gfg-root {
	width : 100%;
	height : auto;
	position : relative;
	overflow : hidden;
	text-align : center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #BCCDF0;
	background-color: #0e3345;
}

.gfg-title {
	font-size: 10px;
	font-weight : bold;
	color : #3366cc;
	background-color: #0E3345;
	line-height : 1.4em;
	overflow : hidden;
	white-space : nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.gfg-title a {
	color : #3366cc;
	background-color: #0e3345;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color: #0E3345;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
	color : #3366cc;
	background-color: #0e3345;
}

.gfg-entry {
  background-color : #0e3345;
  width : 100%;
  height : 150px;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : #0e3345;
  width : auto;
  height : 100%;
  padding-left : 5px;
  padding-right : 5px;
}

.gfg-list {
	position : relative;
	overflow : hidden;
	text-align : left;
	margin-bottom : 5px;
	background-color: #0e3345;
}

.gfg-listentry {
	line-height : 1.5em;
	overflow : hidden;
	white-space : nowrap;
	padding-left : 15px;
	padding-right : 5px;
	margin-left : 5px;
	margin-right : 5px;
	background-color: #0e3345;
	}

.gfg-listentry-odd {
  background-color : #091F29;
}

.gfg-listentry-even {
 background-color : #091F29;
}

.gfg-listentry-highlight {
	background-image : url('garrow.gif');
	background-repeat: no-repeat;
	background-position : center left;
	background-color: #999999;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
	font-size: 10px;
	line-height : 1.2em;
	overflow : hidden;
	white-space : nowrap;
	margin-bottom : 2px;
	background-color: #0e3345;
	}

.gfg-root .gfg-entry .gf-result .gf-snippet {
	height : 150px;
	color: #FFFFFF;
	margin-top : 3px;
	background-color: #0E3345;
	
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
	white-space : nowrap;
	overflow : hidden;
	text-align : left;
	position : absolute;
	right : 0px;
	top : 0px;
	width : 80px;
	background-color: #0e3345;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.mine:link {text-decoration:underline;} 
a.mine:visited {text-decoration:underline;} 
a.mine:hover {color:#86dd8c;text-decoration:underline;} 
a.mine:active {text-decoration:underline;} 


.image{
	border: 1px solid #CCCCCC;
      }

div.scroll {overflow: auto;	border: 1px solid #b29e97;	background-color: #E9E2D8;	padding: 8px;
	scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #666666;
scrollbar-shadow-color: #666666;
scrollbar-track-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: small;
}

.global {
position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 400px;
	margin-top: -270px;
	margin-left: -304px;
	border: 1px solid #999999;
	background-color: ##091F29;
}


			html, body {
				height: 100%;
			}
			body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FFB56A;
			}
			
			
			
			#header {
	position: absolute;
	top: 1px;
	padding: 0px;
	width: 800px;
	height: 90px;
	left: 50%;
	margin-left: -400px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index: 2;
			}
			
			#nav{
	position: absolute;
	top: 91px;
	padding: 0px;
	background-color: #000000;
	width: 800px;
	height: 30px;
	left: 50%;
	margin-left: -400px;
	id: nav;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index: 3;
			}
			#LayerMain {
	position:absolute;
	width:800px;
	z-index:4;
	overflow: hidden;
	left: -17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF95CA;
	border-right-color: #FF95CA;
	border-bottom-color: #FF95CA;
	border-left-color: #FF95CA;
	background-color: #0E3345;
	top: -1px;
	visibility: visible;
			}
			
			#content {
	top: 0px;
	position: absolute;
	padding: 0px;
	background-color: ##091F29;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	id: content;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index: 3;
				}
				
				
			#footer {
			
top: 590px;
				position: absolute;
				
				padding: 0px;
				background-color: #000000;
				left: 50%;
	   	        width: 800px;
	            margin-left: -400px;
			}
			#footer h1 {
				color: #fff;
				padding-bottom: 0;
			}
			h1, p {
	margin: 0;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
			}
			h1 {
	font-size: 24px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
			}
			
			
		
.frontPage_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: normal;
	color: #FD9707;
	font-weight: bold;
}
.frontpage_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.table {
	
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: ;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: xx-small;
	background-color: #000000;
}
.table th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #000000;
	-moz-border-radius: ;
}
.table td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #000000;
	-moz-border-radius: ;
}
.table tr {
	border-width: 3px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #000000;
	-moz-border-radius: ;
}


.table2 
	{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
		}

.table2 table   
	{
		}

.table2 td
	{
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

.table2 tr
	{
	
	}
	
	.tableNoLeftRight 
	{
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
		}

.tableNoLeftRight table   
	{
		}

.tableNoLeftRight td
	{
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

.tableNoLeftRight tr
	{
	
	}
.tableJustRight 
	{
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
		}

.tableJustRight table   
	{
		}

.tableJustRight td
	{
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

.tableJustRight tr
	{
	
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333333;
	border: 1px solid #666666;
	width: 90%;
	color: #CCCCCC;
}

.table3 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px none #999999;
		}

.table3 table   
	{
	border: none;
		}

.table3 td
	{
	padding: 1px;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
	}

.table3 tr
	{
	border: 1px solid #990000;
	
	}
.link {
	text-decoration: underline;
}
.frontpage_smallgray {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
}
.imageWide {
	border: 3px solid #333333;
}
.borderright {
	border-top: 1px none #FF95CA;
	border-right: 1px solid #FF95CA;
	border-bottom: 1px none #FF95CA;
	border-left: 1px none #FF95CA;
}
.borderbottom {

	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}
