/*-------------------------------------------------------------------#
# default_index.css
# sample Default Index CSS file
#-------------------------------------------------------------------*/

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #A8A890;
	line-height: 14px;
}
a {
	font-family: Arial;
	font-size: 11px;
	color: #A8A890;
	line-height: 14px;
}
.edit {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 14px;
}
.button2 { font-weight: bold; font-size: 14px; margin: 1em 0px; width: 9em; font-family: arial;}
.button2 a { display: block; width: 100%; }
.button2 a:link, 
.button2 a:visited, 
.button2 a:hover { color: #000000; background-color: #A40404; text-decoration: none; }
.button2 a:link, 
.button2 a:visited { border-right: #4a4a4a 2px solid; border-top: #cecece 1px solid; border-left: #cecece 1px solid; border-bottom: #4a4a4a 2px solid; }
.button2 a:hover { border-right: #cecece 1px solid; border-top: #4a4a4a 2px solid; border-left: #4a4a4a 2px solid; border-bottom: #cecece 1px solid; }
.button2 span.join { padding-right: 0.4em; padding-left: 0.4em; padding-bottom: 0px; color: white; padding-top: 0px; }

.button { font-weight: bold; font-size: 14px; margin: 1em 0px; width: 9em; font-family: arial;}
.button a { display: block; width: 75%; }
.button a:link, 
.button a:visited, 
.button a:hover { color: #000000; background-color: #A40404; text-decoration: none; }
.button a:link, 
.button a:visited { border-right: #4a4a4a 2px solid; border-top: #cecece 1px solid; border-left: #cecece 1px solid; border-bottom: #4a4a4a 2px solid; }
.button a:hover { border-right: #cecece 1px solid; border-top: #4a4a4a 2px solid; border-left: #4a4a4a 2px solid; border-bottom: #cecece 1px solid; }
.button span.join { padding-right: 0.4em; padding-left: 0.4em; padding-bottom: 0px; color: white; padding-top: 0px; }