/* Colors used on this site
BLUE
 dark : 144A94
  mid : 4C8DE8
 light: D0E2FA
vlight: 

ORANGE
 dark : A65E24
 mid  : D87716
 light: F99B17
vlight: FFEDD3

*/
body
{
	background-image: none;
	background-color: white;	
}
.tp1
{
	font-family: Verdana;
	font-size: 20pt;	
	font-weight: bold;
	color: #D87716;
}
/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! Note: a:active MUST come after a:hover in the CSS 
	http://www.w3schools.com/css/css_pseudo_classes.asp
*/
A:link
{
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
/* 
	The following are for the home page
*/
.dropshadow
{/*
	background: url(pagecomponents/logoimages/dropshadowGRADIENT_Tall.png) repeat-x left top;	
*/}
.loginbuttons
{
	font-size: 8pt;
	color: #f5f5f5; /* whitesmoke */
	font-family: Verdana;	
}
.menuitemL1
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	font-weight: bold;
	height: 25px;
	display:  block; 
	padding: 5px 0 6px 2px;
	border: 2px solid #4C8DE8; 
	border-bottom: none;
	margin: 0;
}
.menuitemL2
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	height: 25px;
	display:  block; 
	padding: 5px 0 6px 8px;
	border: 2px solid #4C8DE8; 
	border-bottom: none;
	margin: 0;
}
.menuitemL3
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	height: 25px;
	display:  block; 
	padding: 5px 0 6px 16px;
	border: 2px solid #4C8DE8; 
	border-bottom: none;
	margin: 0;
}
.hiddenmenuitem
{
	font-size: 8pt;
	color:  #FFFFFF;
	font-family: Verdana;
	height: 25px;	
}
.menubar
{
	background: #4C8DE8 url(pagecomponents/logoimages/menubarGRADIENT_Tall.png)  repeat-x left top;	
}
.hovermenubar
{
	background: #4C8DE8 url(pagecomponents/logoimages/menubarhoverGRADIENT_Tall.png) repeat-x left top;	
}
.titlebar
{
	background: white url(pagecomponents/logoimages/titlebarGRADIENT_Tall.png) repeat-x left top;	
    height: 35px;
}
.titlebar p
{
	margin: 0;
	padding: 8px 0 8px 20px;
	font-size: 12pt;
	font-family: Verdana;
	color: black;		
}
.tablesection
{
	border-width: 1px;
	border-color: #88B720;
}
.basecolorfill
{
	border-bottom-color: #4C8DE8;	
}
.footerlinks
{
	font-size: 7pt;
	color: black;
	font-family: Verdana;	
}
.copywrite
{
	font-size: 7pt;
	color: black;
	font-family: Verdana;		
}
.headerfill{
	/* repeating image to fill a column	*/
	background: #4C8DE8 url(pagecomponents/logoimages/headerGRADIENT_Tall.png) repeat-x left top; 
}
.headerstrip
{		
	border-bottom: solid 1px #A456EC;
	border-top: solid 1px #ead6fc;	
	background-color: #C899F5;
}
.footerfill{
	/* repeating image to fill a column	*/
	background: #4C8DE8 url(pagecomponents/logoimages/footerGRADIENT_Tall.png) repeat-x left top; 
}
.edging
{
	background-color: #f5f5f5; /* smokewhite */
}


/*
	newsfeedbox styles
*/
.newsfeedbox
{
	margin: 0;
	padding: 0 0 10px 10px;
}
.newsfeedboxheader
{
	margin: 0;
	padding: 0;
	background: #4C8DE8 url(pagecomponents/logoimages/newsfeedtitleGRADIENT.png) repeat-x left top;
}
.newsfeedboxheadercorner
{
	margin: 0;
	padding: 0;
	/*background: url(pagecomponents/logoimages/newsfeed_toprightcorner.gif) no-repeat right top;		*/
}
.newsfeedbox h3
{
	margin: 0;
/*	font-weight: bold; */
	font-family: Verdana;
	font-size: 15px;	
	color: #000000; /* title color */
	/*border-top: solid 1px #72029c;
	border-left: solid 1px #72029c;
	border-right: solid 1px #72029c; */
	/*border-bottom: solid 1px #465C12; */
	padding: 0 0 3px 0;	
	/* background: url(pagecomponents/logoimages/newsfeed_topleftcorner.gif) no-repeat left top;	*/
}
.newsfeedbox h3 a
{
	margin: 0;
	font-weight: normal;
	font-family: Verdana;
	font-size: 15px;	
	color: #000000; /* title color */
	/*border-top: solid 1px #72029c;
	border-left: solid 1px #72029c;
	border-right: solid 1px #72029c; */
	/*border-bottom: solid 1px #465C12; */
	padding: 0 0 3px 0;	
	/* background: url(pagecomponents/logoimages/newsfeed_topleftcorner.gif) no-repeat left top;	*/
}
.newsfeedboxcontentcorner
{
	margin: 0;
	padding: 0;
	background: #FFEDD3; /*url(pagecomponents/logoimages/newsfeed_bottomrightcorner.gif) no-repeat right bottom;	*/

}
.newsfeedbox ul
{
	margin: 0;
	padding: 0 0 0 3px;	
	list-style-type: none;
	border-top: none;
	/*background:  url(pagecomponents/logoimages/newsfeed_bottomleftcorner.gif) no-repeat left bottom;	*/
}
.newsfeedbox il
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.newsfeedbox a
{
	margin: 0;
	padding: 0;
	font-size: small;
}
.pubtime
{
	font-size: x-small;
	color: #808080;  /* Gray */
}

/* These are for the articles */
.articlebox
{
    margin: 0; 
    padding: 0 5px 10px 0; 
    list-style-type: none;          
}
.articlebox h1
{
    margin: 0; 
    padding: 0;     
    font-size: large;  
    color: #A65E24;  
}
.articlebox h2
{
    margin: 0; 
    padding: 0;     
    font-size: x-small;  
    color: #808080;  /* Gray */   
}	
.articlebox h3
{
    margin: 0; 
    padding: 0;     
    font-size: x-small; 
    color: #808080;  /* Gray */   
}
.articlecontent
{
	font-family: Verdana;
	font-size: 14px;	
}
.adsense1
{
    margin: 0; 
    padding: 0;  
    float: left;    
}
/* articlelist styles */
.articlelist a /* title */
{
	margin: 0;
	padding: 0 0 0 15px;		
    background: url(PageComponents/HideShow/note.bmp) no-repeat left top;	
}
.articlelist span /* publishdate */
{
	font-size: x-small;
	color: #808080;  /* Gray */
}	      


/* book teaserbox styles */
.teaserbox 
{ 
    margin: 0; 
    padding: 0 5px 10px 5px; 
    list-style-type: none;          
} 
.teaserbox img 
{ 
    margin: 0; 
    padding: 0; 
    float: left; 
} 
.teaserbox a 
{ 
    margin: 0; 
    padding: 0;     
    color: #0000ff;
    font-weight: normal; 
} 
.teaserbox p 
{ 
    margin: 0; 
    padding: 0;     
    font-size: small;     
    border-bottom: dotted 1px gray;
}       
.clear 
{ 
    clear: both; 
}
/* article teaserbox styles */
.ateaserbox 
{ 
    margin: 0; 
    padding: 0 5px 10px 5px; 
    list-style-type: none;          
} 
.ateaserbox img 
{ 
    margin: 0; 
    padding: 0; 
    float: left; 
} 
.ateaserbox a 
{ 
    margin: 0; 
    padding: 0;     
    color: #0000ff;
    font-weight: bold;
    font-size: larger; 
} 
.ateaserbox p 
{ 
    margin: 0; 
    padding: 0;     
    font-size: small;         
}

/* 
	The following are for the ad tracker controls
*/
.adaccounttitle
{
	font-size: 8pt;
	font-family: Verdana;		
}
.adaccountheader
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #4682b4; /* steelblue */
}
.adheader
{
	font-size: 8pt;
	font-family: Verdana;		
}


/*
	bundle styles #FEEA8C
*/
.bundle
{
	margin: 0;
	padding: 0 0 0 0;
	width: 200px;
}
.bundleheader
{
	margin:  0;
	padding:  0;
	background: #FFE1B7 url(pagecomponents/logoimages/bundletitle_GRADIENT.png) repeat-x left top;	
}
.bundleheadercorner
{
	margin: 0;
	padding:  0 0 0 0;
	background:  url(pagecomponents/logoimages/bundle_toprightcorner.gif) no-repeat right top;		
}
.bundle h3
{
	padding:  10px 0 3px 10px;	
	font-size: 14px;
	background: url(pagecomponents/logoimages/bundle_topleftcorner.gif) no-repeat left top;
	margin: 0px;
	color: black;	
	font-family: Verdana;
}
.bundlecontentcorner
{
	margin: 0;
	padding: 0;
	background: #FFEDD3 url(pagecomponents/logoimages/bundle_bottomrightcorner.gif) no-repeat right bottom;	
}
.bundle ul
{
	margin: 0;
	padding: 0 6px 6px 10px;	
	border-top: none;
	list-style-type: none;
	background:  url(pagecomponents/logoimages/bundle_bottomleftcorner.gif) no-repeat left bottom;	
}
.bundletitle
{
	margin: 0;
	padding: 0;
	color: #D87716;
}
.bundlecontent
{
	margin: 0;
	padding: 0;	
	color: #4C8DE8;
}
.bundlelink
{
	margin: 0;
	padding: 0;	
}


/*
	inputform
*/
.inputformheader
{
	background-color: #E0E0E0;	
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;			
}
.inputform
{
	background-color: #D0E2FA;
}
.smallhumor
{
	border: #465c12 thin solid;
}
#SignUp .signupframe
{ 
	border: 0px solid #F0F9D9;
	color: Black;
	background: #FEFFA9; 	
}
.signupbox
{
	padding: 3px 3px 3px 3px;
	border:  solid 3px #ffcc66;
	border-left-color: #fe9900;
	width: 180px;
	background: #FEFFA9 url(pagecomponents/logoimages/signupbox_fill.png) repeat-y left top;

}
.bookcategory
{	
	background: #ffffff url(pagecomponents/logoimages/BUTTON_backround_not.png) no-repeat center center;
}
.hoverbookcategory
{
	background: #ffffff url(pagecomponents/logoimages/BUTTON_backround.png) no-repeat center center;
}

/* comment styles */
.comment 
{
	border: solid 1px #d3d3d3; /* lightgray */
	background-color: #FFEDD3; 
	margin: 0 0 25px 0;
	padding: 0 5px 0 5px;
}
.comment div
{
	font-size: x-small;
	color: #465C12;
	font-size: 8pt;
	font-family: Verdana;		
}
.comment div a
{
	color: Blue;
}
.comment span
{
	font-size: 10pt;
	font-family: Verdana;		
}
.mycomment 
{
	border: solid 1px #d3d3d3; /* lightgray */
	background-color: #F99B17; 
	margin: 0 0 25px 0;
	padding: 0 5px 0 5px;
}
.mycomment div
{
	font-size: x-small;
	color: #465C12;
	font-size: 8pt;
	font-family: Verdana;		
}
.mycomment div a
{
	color: Blue;
}
.mycomment span
{
	font-size: 10pt;
	font-family: Verdana;		
}
