2004-11-30 17:46:39 +00:00
|
|
|
body
|
|
|
|
{
|
2004-12-02 23:15:42 +00:00
|
|
|
font-family: Verdana, Arial, Sans-Serif;
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 1em;
|
2004-11-30 17:46:39 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
background: #E0E0FF;
|
2009-09-09 00:26:12 +00:00
|
|
|
height:100%;
|
2004-11-30 17:46:39 +00:00
|
|
|
}
|
|
|
|
|
2004-12-14 20:11:10 +00:00
|
|
|
input
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Sans-Serif;
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 1em;
|
2004-12-14 20:11:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Sans-Serif;
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 1em;
|
2004-12-14 20:11:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Sans-Serif;
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 1em;
|
2004-12-14 20:11:10 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2004-12-10 20:38:16 +00:00
|
|
|
td {
|
|
|
|
vertical-align: top;
|
2007-01-21 03:55:38 +00:00
|
|
|
}
|
2004-12-10 20:38:16 +00:00
|
|
|
|
2009-09-09 00:26:12 +00:00
|
|
|
|
2007-01-21 03:55:38 +00:00
|
|
|
table tr.even {
|
|
|
|
background: #EEEEFF;
|
2004-12-10 20:38:16 +00:00
|
|
|
}
|
2007-01-21 03:55:38 +00:00
|
|
|
|
|
|
|
table tr.odd {
|
|
|
|
background: #E0E0F8;
|
|
|
|
}
|
|
|
|
|
2004-11-30 17:46:39 +00:00
|
|
|
#header {
|
|
|
|
height: 50px;
|
|
|
|
text-align: center;
|
|
|
|
background: #E0E0FF;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
2006-02-02 02:32:24 +00:00
|
|
|
width: 100%;
|
2004-11-30 17:46:39 +00:00
|
|
|
text-align: center;
|
|
|
|
background-color : #5C6F90;
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 0.8em;
|
2004-11-30 17:46:39 +00:00
|
|
|
}
|
|
|
|
|
2007-11-14 20:53:02 +00:00
|
|
|
#footer a {
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 1em;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
2004-11-30 17:46:39 +00:00
|
|
|
#left {
|
2004-12-10 19:59:18 +00:00
|
|
|
width: 165px;
|
2004-11-30 17:46:39 +00:00
|
|
|
background: #EEEEFF;
|
2004-12-02 23:15:42 +00:00
|
|
|
border: 2px solid Silver;
|
2004-11-30 17:46:39 +00:00
|
|
|
padding: 5px;
|
2009-09-09 00:26:12 +00:00
|
|
|
font-size: 1.0em;
|
2004-11-30 17:46:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#main {
|
|
|
|
margin-right: 10px;
|
2006-02-02 02:32:24 +00:00
|
|
|
background: #EEEEFF;
|
2009-09-09 00:26:12 +00:00
|
|
|
padding: 3px;
|
2004-12-02 23:15:42 +00:00
|
|
|
border: 2px solid Silver;
|
2006-02-02 02:32:24 +00:00
|
|
|
min-height: 600px;
|
2009-09-09 00:26:12 +00:00
|
|
|
width: 99%;
|
2007-11-16 06:47:13 +00:00
|
|
|
}
|
2004-11-30 17:46:39 +00:00
|
|
|
|
2007-11-16 06:47:13 +00:00
|
|
|
#mainwhere {
|
2009-09-09 00:26:12 +00:00
|
|
|
margin-right: 10px;
|
|
|
|
background: #EEEEFF;
|
|
|
|
padding: 3px;
|
|
|
|
border-top: 2px solid Silver;
|
|
|
|
border-left: 2px solid Silver;
|
|
|
|
border-right: 2px solid Silver;
|
|
|
|
font-size: 0.85em;
|
|
|
|
width: 99%;
|
2004-11-30 17:46:39 +00:00
|
|
|
}
|
|
|
|
|
2007-11-16 06:47:13 +00:00
|
|
|
|
2004-12-15 20:29:38 +00:00
|
|
|
#emptypopup {
|
|
|
|
padding: 30px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2004-12-02 22:11:39 +00:00
|
|
|
h1 {
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 2.0em;
|
2004-12-02 22:11:39 +00:00
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 0;
|
2007-11-12 20:43:47 +00:00
|
|
|
margin-bottom: 0;
|
2004-12-02 22:11:39 +00:00
|
|
|
}
|
|
|
|
h2 {
|
2005-01-13 18:50:07 +00:00
|
|
|
font-size: 1.6em;
|
2004-12-02 22:11:39 +00:00
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 0;
|
2005-01-13 18:50:07 +00:00
|
|
|
margin-bottom: .3em;
|
2004-12-02 22:11:39 +00:00
|
|
|
}
|
|
|
|
h3 {
|
2005-01-13 18:50:07 +00:00
|
|
|
font-size: 1.4em;
|
2005-01-07 03:21:51 +00:00
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 0;
|
2005-01-13 18:50:07 +00:00
|
|
|
margin-bottom: .2em;
|
2005-01-07 03:21:51 +00:00
|
|
|
}
|
|
|
|
h4 {
|
2005-01-13 18:50:07 +00:00
|
|
|
font-size: 1.2em;
|
2004-12-02 22:11:39 +00:00
|
|
|
font-weight: bold;
|
2004-11-30 17:46:39 +00:00
|
|
|
margin-top: 0;
|
2005-01-13 18:50:07 +00:00
|
|
|
margin-bottom: .1em;
|
2004-11-30 17:46:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.mainnav {
|
|
|
|
list-style : none;
|
|
|
|
margin : 0;
|
|
|
|
padding : 0;
|
|
|
|
background-color : #d6d6d6;
|
2006-02-02 02:32:24 +00:00
|
|
|
width: 165px;
|
2004-11-30 17:46:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.mainnav li {
|
|
|
|
display : block;
|
|
|
|
border-top : 1px solid #a5b5c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.mainnav li a {
|
|
|
|
display : block;
|
|
|
|
margin : 0;
|
2006-02-02 02:32:24 +00:00
|
|
|
padding : 6px;
|
2004-11-30 17:46:39 +00:00
|
|
|
background-color : #5C6F90;
|
2005-02-16 18:08:42 +00:00
|
|
|
font : bold 0.9em/1.5em Arial, sans-serif;
|
2004-11-30 17:46:39 +00:00
|
|
|
color : #fff;
|
|
|
|
text-decoration : none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.mainnav li a:hover {
|
|
|
|
background-color : #63616b;
|
|
|
|
color : #eee;
|
2006-02-02 02:32:24 +00:00
|
|
|
text-decoration: none;
|
2004-11-30 17:46:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.aligncenter {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 1em;
|
2004-11-30 17:46:39 +00:00
|
|
|
color: #5C6F90;
|
|
|
|
}
|
2004-12-02 19:03:53 +00:00
|
|
|
|
2006-02-02 02:32:24 +00:00
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2004-12-02 19:03:53 +00:00
|
|
|
.summarytable {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border: 2px solid black;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin-left: 30px;
|
2005-05-11 04:13:27 +00:00
|
|
|
margin-right: 30px;
|
2004-12-02 19:03:53 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.summarytable th {
|
|
|
|
border: 2px solid black;
|
|
|
|
background-color: #5C6F90;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0px;
|
2008-08-20 20:25:42 +00:00
|
|
|
font-size: 1.0em;
|
2004-12-02 19:03:53 +00:00
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
2005-01-14 17:00:24 +00:00
|
|
|
}
|
2004-12-02 19:03:53 +00:00
|
|
|
|
2005-01-14 17:00:24 +00:00
|
|
|
.summarytable th a{
|
2008-08-20 20:25:42 +00:00
|
|
|
font-size: 1.0em;
|
2005-01-14 17:00:24 +00:00
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
2004-12-02 19:03:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.summarytable td {
|
|
|
|
border: 2px solid black;
|
|
|
|
margin: 0px;
|
2005-11-21 20:33:18 +00:00
|
|
|
padding: 2px;
|
2004-12-02 19:03:53 +00:00
|
|
|
|
|
|
|
}
|
2004-12-02 19:40:43 +00:00
|
|
|
|
|
|
|
.complete {
|
|
|
|
color: green;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.incomplete {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
}
|
2004-12-02 22:11:39 +00:00
|
|
|
|
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid red;
|
|
|
|
background: #F0DCDC;
|
|
|
|
}
|
|
|
|
|
2006-01-12 16:27:47 +00:00
|
|
|
|
2004-12-02 22:11:39 +00:00
|
|
|
.notice {
|
|
|
|
font-weight: bold;
|
2004-12-02 23:15:42 +00:00
|
|
|
border: 1px solid Silver;
|
2004-12-02 22:11:39 +00:00
|
|
|
background: #E0E0FF;
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 1em;
|
2004-12-02 22:11:39 +00:00
|
|
|
}
|
2004-12-06 21:37:49 +00:00
|
|
|
|
2004-12-08 20:34:02 +00:00
|
|
|
.happy {
|
|
|
|
color: green;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid Silver;
|
|
|
|
background: #D0EED0;
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 1em;
|
2004-12-08 20:34:02 +00:00
|
|
|
}
|
|
|
|
|
2004-12-06 21:37:49 +00:00
|
|
|
.caution {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
2005-02-16 18:08:42 +00:00
|
|
|
font-size: 1em;
|
2004-12-06 21:37:49 +00:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2006-02-02 02:32:24 +00:00
|
|
|
a.caution:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2006-01-12 16:27:47 +00:00
|
|
|
.requiredfield {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.8em;
|
|
|
|
color: #FF0000;
|
|
|
|
}
|
|
|
|
|
2005-03-30 18:13:58 +00:00
|
|
|
.viewtable {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border: 2px solid black;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin-left: 30px;
|
2005-03-30 18:16:05 +00:00
|
|
|
margin-right: 30px;
|
2005-03-30 18:13:58 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewtable th {
|
|
|
|
border: 2px solid black;
|
|
|
|
background-color: #5C6F90;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0px;
|
|
|
|
font-size: 1.0em;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewtable th a{
|
|
|
|
font-size: 1.1em;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewtable td {
|
|
|
|
border: 2px solid black;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 4px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2006-01-12 16:27:47 +00:00
|
|
|
|
2006-08-01 19:43:15 +00:00
|
|
|
.headertable td {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2007-11-12 20:43:47 +00:00
|
|
|
hr {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
2007-11-28 21:55:14 +00:00
|
|
|
tr.externalaward {
|
|
|
|
background-color: #CCCCDD;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2007-11-12 20:43:47 +00:00
|
|
|
|
2008-07-24 16:20:16 +00:00
|
|
|
.adminconfigtable {
|
|
|
|
border-collapse: collapse;
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.adminconfigtable td {
|
|
|
|
text-align: center;
|
2008-07-24 17:15:42 +00:00
|
|
|
padding: 5px;
|
2008-07-24 16:20:16 +00:00
|
|
|
width: 128px;
|
2008-07-24 17:27:59 +00:00
|
|
|
color: #999999;
|
2008-07-24 16:20:16 +00:00
|
|
|
}
|
2009-09-09 00:26:12 +00:00
|
|
|
|
|
|
|
.fundraisingpending {
|
|
|
|
color: black;
|
|
|
|
border: 1px solid #FFAAAA;
|
|
|
|
background: #FFAAAA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fundraisingconfirmed {
|
|
|
|
color: black;
|
|
|
|
border: 1px solid #FFFFAA;
|
|
|
|
background: #FFFFAA;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.fundraisingreceived {
|
|
|
|
color: black;
|
|
|
|
border: 1px solid #AAFFAA;
|
|
|
|
background: #AAFFAA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fundraisingtable {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin-left: 30px;
|
|
|
|
margin-right: 30px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.fundraisingtable th {
|
|
|
|
border: 1px solid black;
|
|
|
|
background-color: #5C6F90;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 0px;
|
|
|
|
font-size: 1.0em;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fundraisingtable th a{
|
|
|
|
color: white;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fundraisingtable td {
|
|
|
|
border: 1px solid black;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 1px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.SFIABDialog {
|
|
|
|
font-size: 0.8em;
|
|
|
|
background-color: #EEEEFF;
|
|
|
|
border: 3px solid #5C6F90;
|
|
|
|
z-index: 140;
|
|
|
|
}
|
|
|
|
|
|
|
|
.SFIABDialogInner {
|
|
|
|
background-color: #EEEEFF;
|
|
|
|
margin: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
z-index: 150;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#FadeScreenDiv {
|
|
|
|
-moz-opacity:.50;
|
|
|
|
opacity:.50;
|
|
|
|
position: fixed;
|
|
|
|
display: block;
|
|
|
|
visibility: hidden;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 100;
|
|
|
|
background-color: black;
|
|
|
|
_background: none;
|
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
clear: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.SFIABDialogTable {
|
|
|
|
border-spacing: 1px;
|
|
|
|
color: black;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
border: 0px;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.SFIABDialogTable td {
|
|
|
|
border: 0px solid #5C6F90;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.SFIABDialogTable th {
|
|
|
|
border: 1px solid #5C6F90;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
color: #FFFFFF;
|
|
|
|
background-color: #5C6F90;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Horizontal Tabs */
|
|
|
|
/* For the whole UL */
|
|
|
|
ul.htabs {
|
|
|
|
list-style: none;
|
|
|
|
list-style-position: outside;
|
|
|
|
border-bottom-color: #A5B5C6; /* Line colour */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Unselected Tab */
|
|
|
|
ul.htabs li {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
border: 1px solid #A5B5C6;
|
|
|
|
border-width: 1px 1px 1px 1px;
|
|
|
|
padding: 3px 5px 3px 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
|
|
|
background: #D0D0FF; /* Background Colour */
|
|
|
|
color: #000000;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.htabs li a {
|
|
|
|
color: #000000; /* Font colour */
|
|
|
|
border-color: #A5B5C6;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Overrides for selected tab */
|
|
|
|
ul.htabs li.htabs_sel {
|
|
|
|
background: #EEEEFF;
|
|
|
|
top: 1px;
|
|
|
|
border-bottom: 0;
|
|
|
|
color: #000000; /* Font colour */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Mouseover colour */
|
|
|
|
ul.htabs li:hover {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
/* Don't change colour hovering over the selected tab */
|
|
|
|
ul.htabs li.htabs_sel:hover {
|
|
|
|
background: #EEEEFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Body of the tab */
|
|
|
|
div.htabs {
|
|
|
|
margin: 0pt auto;
|
|
|
|
background: #EEEEFF;
|
|
|
|
border: 1px solid #A5B5C6;
|
|
|
|
text-align: left;
|
|
|
|
padding: 10px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Header inside the body */
|
|
|
|
div.htabs h1 {
|
|
|
|
line-height: 1em;
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 24px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
table.usereditor {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.usereditor td.left {
|
|
|
|
width: 25%;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.usereditor td.right {
|
|
|
|
width: 75%;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Popups */
|
|
|
|
div.popup_background {
|
|
|
|
display:none;
|
|
|
|
position:fixed;
|
|
|
|
_position:absolute; /* hack for internet explorer 6*/
|
|
|
|
height:100%;
|
|
|
|
width:100%;
|
|
|
|
top:0;
|
|
|
|
left:0;
|
|
|
|
background:#000000;
|
|
|
|
border:1px solid #cecece;
|
|
|
|
z-index:1;
|
|
|
|
}
|
|
|
|
div.popup {
|
|
|
|
display:none;
|
|
|
|
position:fixed;
|
|
|
|
_position:absolute; /* hack for internet explorer 6*/
|
|
|
|
height: 75%;
|
|
|
|
width: 75%;
|
|
|
|
background: #E0E0FF;
|
|
|
|
border:2px solid Silver;
|
|
|
|
z-index:2;
|
|
|
|
padding:12px;
|
|
|
|
font-size:13px;
|
|
|
|
}
|
|
|
|
/* Popup heading */
|
|
|
|
div.popup h1 {
|
|
|
|
text-align: left;
|
|
|
|
color: #000000;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
/* margin-bottom: 20px;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
a.popup_close{
|
|
|
|
font-size:14px;
|
|
|
|
line-height:14px;
|
|
|
|
right:6px;
|
|
|
|
top:4px;
|
|
|
|
position:absolute;
|
|
|
|
color:#5C6F90;
|
|
|
|
font-weight: bold;
|
|
|
|
display:block;
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|