@charset "utf-8";
/* CSS Document */

	/*////////// Interior Page //////////*/
		
		/* Left Column */
			
			/* Member Search */
			div#ip_ms
			{
				background-image:url(../images/server_controls/interior/member_search/ip_ms_bg.jpg);
				background-position: 0px 0px;
				background-repeat: no-repeat ;
				width:222px;
				height:136px;
				float:left;
			}	
				/* Member Search Input and Submit Button Styles */
				div#ip_ms_fields
				{
					float:left;
					background-image: url(../images/server_controls/interior/member_search/fields_bg.png);
					background-position: 0px 0px;
					background-repeat: no-repeat;
					width:192px;
					height:46px;
					margin:45px 0px 0px 13px;
					display:inline;

				}

						div#ip_ms_fields input.ip_ms_f
						{
							font-family:Arial, Helvetica, sans-serif;
							font-size:11px;
							color:#8f8f8f;
							border:none;
							height:18px;
							background:transparent;
							vertical-align:middle;
							padding:3px 0px 0px 14px;
							margin:1px 0px 2px 0px;
							float:left;
						}
							div#ip_ms_fields input#fn
							{
								display:block;
								float:left;
							}
						div#ip_ms_fields input.ip_ms_sb
						{
							background-image:url(../images/server_controls/interior/member_search/ms_submit_button.png);
							background-position:0px 0px;
							background-repeat: no-repeat;
                                                        background-color:transparent;
							border:none;
							width:17px;
							height:17px;
							cursor:pointer;
							float:right;
							margin:2px 0px 0px 0px;
							display:inline;
						}
						
				/* Advance Member Search Button */		
				a#ip_ams_b
				{
					display:inline;
					background-image:url(../images/server_controls/interior/member_search/ams_button.png);
					background-position: 0px 0px;
					background-repeat: no-repeat;
					width:131px;
					height:8px;
					float:right;
					margin:20px 16px 0px 0px;
				}
						
			
		/* Main Content Column */
		
		/* Right Column */
			
			/* Giving Back */
			div#ip_gb
			{
				background:url(../images/server_controls/interior/giving_back/ip_giving_back_bg.jpg) 0px 0px no-repeat;
				width:223px;
				height:111px;
				margin:0px;
				padding:0px;
			}	
				/* Buttons */
				#ip_gb_buttons
				{
					display:inline;
					float:left;
					width:195px;
					height:32px;
					margin:65px 0px 0px 16px;
				}
					a#ip_gb_donate
					{
						background:url(../images/server_controls/interior/giving_back/roll_buttons/donate.jpg);
						width:65px;
						height:32px;
					}
					a#ip_gb_volunteer
					{
						background:url(../images/server_controls/interior/giving_back/roll_buttons/volunteer.jpg);
						width:65px;
						height:32px;
					}
					a#ip_gb_support
					{
						background:url(../images/server_controls/interior/giving_back/roll_buttons/support.jpg);
						width:65px;
						height:32px;
					}
					a#ip_gb_donate:hover, a#ip_gb_volunteer:hover, a#ip_gb_support:hover{
						background-position: 0px -32px;
					}
					
			/* My AXO */
            div#ip_my_axo
			{
				background:url(../images/server_controls/interior/my_axo/ip_my_ac_bg.jpg) 0px 0px no-repeat;
				width:223px;
				height:100px;
				padding:0px;
			}
				a#my_axo_top_header
				{
					width:223px;
					height:60px;
					outline:none;
				}
				div#text
				{
					float:left;
					display:inline;
					color:#FFF;
					width:170px;
					height:30px;
					margin:0px 0px 0px 20px;
					overflow:hidden;
					font-size:10px;
				}
				a#my_axo_arrow
				{
					display:inline;
					float:right;
					background-image:url(../images/server_controls/interior/my_axo/my_axo_arrow.jpg);
					background-position:0px 0px;
					background-repeat: no-repeat;
					width:8px;
					height:9px;
					margin:16px 11px 0px 0px;
				}
			
			/* Connect With AXO */
            div#ip_cw_axo
			{
				background-image:url(../images/server_controls/interior/connect_with_axo/ip_cw_axo_bg.jpg);
				background-position:0px 0px;
				background-repeat:no-repeat;
				width:223px;
				height:10px 4px;
				padding:0px;
			}
				div#ip_cw_axo div#connect_to
				{
					display:inline;
					float:left;
					width:10px8px;
					height:13px;
					margin:49px 0px 0px 57px;
				}
					div#ip_cw_axo div#connect_to img
					{
						display:block;
					}
				
				a#cw_axo_arrow{
					display:inline;
					float:right;
					background:url(../images/server_controls/interior/connect_with_axo/cw_axo_arrow.jpg) 0px 0px no-repeat;
					width:8px;
					height:9px;
					margin:82px 12px 0px 0px;
				}
				
				
			/* Recommend Member */
            a#ip_rm
			{
				background:url(../images/buttons/ip_rm.jpg) 0px 0px no-repeat;
				width:223px;
				height:42px;
			}
			a#ip_rm:hover
			{
				background-position:0px -42px;
			}
			
				/* Identical Styles */
				div#ip_gb, div#ip_my_axo, div#ip_cw_axo, a#ip_rm
				{
					margin:0px 0px 5px 0px;
				}
