/**
 * File Name: main.css
 *
 * This file holds all of the global styles for the site
 */

html { font: 10pt Verdana; }
h1 { font-size: 11pt; font-weight: bold; }
h2 { font-weight: bold; }

.noticebox {border: 1px solid #FFD100; background-color: #FFF4BF; padding: 8px;}
.subheader {font-size: 13px; border-bottom: 1px solid #808080; padding: 4px 0 2px 0; margin: 0 0 6px 0;}
.section {margin: 0 0 10px 0;}

.padding_content { padding: 8px; }
.help div, .help h2 { padding: 4px 0px; }
.help h1 { padding-bottom: 4px; }
.help ul { list-style-type: disc; margin: 5px 20px; padding: 0px 10px; }

.left { display: block; float: left; } 
.center { text-align: center; }
.right { display: block; float: right; }
.clear { clear: both; }

/* Gifts page */
.gift_img {
	padding: 17px 11px 0px 0px;
	text-align: center;
}

.gift_name {
	margin: 5px 17px 0px 5px;
	color: #70461e;
	font-weight: bold;
}

li.giftLocked .gift_name {
	color: #666;
}

.gift_name  span {
	display: block;
	height: 30px;
}

.gift_action {
	margin: 3px 17px 0px 5px;
	color: red;
	font-weight: bold;
}

.giftIconImg {
	width: 75px;
	height: 75px;
}

.giftformsubmit {
	background-color:#3B5998;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:solid;
	border-width:1px;
	color:white;
	font-size:12px;
	font-weight:bold;
	margin:1px 5px;
	padding:3px 10px;
	text-decoration:none;
}

.giftsendbtn {
	background-color:#3B5998;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:solid;
	border-width:1px;
	color:white;
	font-size:10px;
	margin:1px 5px;
	padding:3px 10px;
	text-decoration:none;
}

.fv_main_body_cont {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0px;
}

.main_gift_cont ul {
	list-style-type: none;
}

.ui-dialog-titlebar { display: none; }

.newRequestsIcon, .requestsIcon { float: right; height: 32px; width: 45px; }
.newRequestsIcon { margin-top: -22px; margin-right: 10px; }
.requestsIcon { width: auto; position: relative; top: 5px; } 
.newRequestsIcon a { text-decoration: none; color: #FFFFFF; }
.requestsIcon a { text-decoration: none; color: #999999; }
.newRequestsIcon .amount, .requestsIcon .amount {
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	font-size: 11pt;
}
.newRequestsIcon .amount {
	margin-left: 17px;
	width: 26px;
	text-align: center;
	position: relative;
	top: 23px;
}
.requestsIcon .amount { margin-left: 25px; font-size: 9pt; }