/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

/* Custom Styles by Ajay C R */

.boxholder{
	width:772px;
	height: 254px;
	background-color: #FFE8E8;
	background-image:url(../img/boxholder.jpg);
	background-repeat:no-repeat;
	background-position:center center;

}
.firstblock{
padding:0px;
border:1px solid #FFE8E8;
width:257px;
height:240px;
text-align:left;
}
.firstblock h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #9D0000;
	font-weight: normal;
	padding: 3px;
	width:150px;
	background-color: #FFFFFF;
	margin:0;
	background-image:url(../img/topleft.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}
.qsearchbox{
	background-color: #FFFFFF;
	margin: 0px;
	height:200px;
	background-image:url(../img/quick_sear.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	/*-moz-border-radius-topright: 6px;*/
}

.secondblock{
padding:0px;
border:1px solid #FFE8E8;
width:257px;
height:240px;
text-align:left;
}
.secondblock h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #9D0000;
	font-weight: normal;
	padding: 3px;
	width:150px;
	background-color: #FFFFFF;
	margin:0;
background-image:url(../img/topleft.jpg);
background-repeat:no-repeat;
background-position:left top;
}
.qregbox{
	background-color: #FFFFFF;
	margin: 0px;
	height:200px;
	background-image:url(../img/register.jpg);
	background-repeat:no-repeat;
	background-position:center right;
}

.thirdblock{
padding:0px;
border:1px solid #FFE8E8;
width:100%;
height:240px;
text-align:left;
}
.thirdblock h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #9D0000;
	font-weight: normal;
	padding: 3px;
	width:150px;
	background-color: #FFFFFF;
	margin:0;
background-image:url(../img/topleft.jpg);
background-repeat:no-repeat;
background-position:left top;
}
.qbenefitbox{
	background-color: #FFFFFF;
	margin: 0px;
	padding-left:5px;
	height:200px;
	background-image:url(../img/benifits.jpg);
	background-repeat:no-repeat;
	background-position:center right;
}

.headlinks{
	background-color: #E0EDC2;
	width: 150px;
	text-align:center;
	color: #333333;
	/*	-moz-border-radius: 6px;*/
background-image:url(../img/login.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.headlinks a{
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	text-decoration: none;
	padding:0px;
	margin:0px;
	position:relative;
	left:-12px;
}
.headlinks a:hover{
color:#000000;
}

/* inner header part*/
.headlinks-list{
	background-color: #E0EDC2;
	width: 150px;
	/*text-align:center;*/
	color: #333333;
	/*	-moz-border-radius: 6px;*/
background-image:url(../img/login.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.headlinks-list a{
	
	font-weight: bold;
	color: #484848;
	text-decoration: none;
	padding:0px;
	margin:0px;
	position:relative;
	left:0px;
}
.headlinks-list a:hover{
color:#000000;
}

/* Jagadish : {jagadish@inf.in} - Authored Custom Styles */
/* Home Page Form CSS - For Quick Search, Register boxes */
.qsearchbox .index-form, .qregbox .index-form{
	clear: both;
	margin-left:0px;
	padding: 0;
	font-size:12px;
}
.qsearchbox table td, .qregbox form table td{
height:28px;
}

.qsearchbox .index-form .reli-caste, .qregbox .index-form .reli-caste{
border:1px #999999 solid;
width:160px;
}
.qsearchbox .index-form .reli-caste, .qregbox .index-form .radmafe{
margin-left:4px;
margin-right:4px;
}
.qsearchbox .index-form .age-group, .qregbox .index-form .age-group{
width:40px;
border:1px #999999 solid;
}
.qsearchbox .index-form .profile-photo{
position:relative;
top:2px;
}
.qsearchbox .index-form .agegroup {
border:#CCCCCC 1px solid;
}
.qsearchbox .index-form .searchreligion{
border:#CCCCCC 1px solid;
width:150px;
}
.qsearchbox .index-form .btnsubmit, .qregbox .index-form .btnsubmit{
	width:100px;
	font-weight:bold;
	padding:4px;
	margin-left:0px;
	background-color:#CDCDCD;
	border:none;
	height:25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/submit.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	color:#000000;
	cursor:pointer;
}
*html .qsearchbox .index-form .btnsubmit, .qregbox .index-form .btnsubmit{
margin-top:8px;
}

/* this css writen by user login page */
/*#users-form {
width:772px;
padding:0px;
margin-top:5px;
font-size:14px;
}
#users-form form fieldset{
padding:8px;
border:#999999 1px solid;
margin:0px;
}
#users-form form fieldset legend{
font-size:16px;
color:#333333;
padding:8px;
background-color:#E2E2E2;
border:#999999 2px solid;
font-weight:bold;
}
#users-form form div{
padding:8px;
margin:0px;
}
#users-form form div label{
color:#666666;
}
#users-form form div input{
border:2px solid #CCCCCC;
margin-left:4px;
width:500px;
}
#users-form form div input{
border:2px solid #CCCCCC;
margin-left:4px;
width:500px;
}
#users-form div.submit input{
width:100px;
padding:4px;
background-color:#CCCCCC;
border:#666666 1px solid;
color:#333333;
font-weight:bold;
margin-left:22em;
}
*/

/* payment css */
.payment{
width:772px;
}
.payment h2{
font-size:16px;
font-weight:bold;
color:#666666;
}
.payment form{
width:770px;

}
.payment form table{
border:#999999 solid 1px;
width:770px;
}
.payment form table tr{
background-color:#EFEFEF;
}
.payment form table td{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.payment div.demncash{
	width:760px;
	background-color:#F1F5FA;
	border:#999999 1px solid;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.payment div.demncash div.input {
	border:1px #CCCCCC solid;
	margin:0px;
	padding:0px;
	background-color:#E8E8EA;
	font-weight:bold;
}
.payment div.demncash a{
text-decoration:none;
color:#0033FF;
font-weight:bold;
}
.payment div.demncash div.input input{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.payment div.submit input{
	background-color:#CCCCCC;
	border:none;
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 0px;
	margin-left:2em;
	background-image:url(../img/submit.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:100px;
	height:25px;
	font-weight:bold;
	padding:0px;
	position:relative;
	left:18em;
}
.payment .okey{
background-color:#CCCCCC;
	border:none;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 22em;
	background-image:url(../img/submit.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:100px;
	height:25px;
	font-weight:bold;
}
.link_button_print {
	background-color:#CCCCCC;
	border:none;
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 0px;
	margin-left: 2em;
	background-image:url(../img/submit.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:100px;
	height:25px;
	font-weight:bold;
	padding-top: 3px;
	padding-right: 34px;
	padding-bottom: 3px;
	padding-left: 34px;
	cursor:default;
	color:#000000;
}
/* User Profile  */
.user_view{
width:200px;
}
.user_view div img{
padding:3px;
border:#333333 solid 1px;
}
.user_view div a img {
	background-color:#fff;
border:none;

}
.user_view a{
padding:3px;
color:#333333;
text-decoration:none;
background-color:#E0E0E0;
display:block;
}
.user_view a:hover{
background-color:#CCCCCC;
}
.user_viewprofile {
font-size:12px;
padding:5px;
border:1px solid #999999;
background-color:#FFFFFF;
background-image:url(../img/stripe.gif);
background-repeat:repeat-x;
background-position:0px 0px;
}
.user_viewprofile a{
padding:3px;
color:#0099FF;
font-size:14px;
text-decoration:underline;
font-weight:bold;
}
.user_viewprofile a:hover{
text-decoration:none;
color:#666666;
}

/* Photo Slide */
div#slideshow img{
position:relative;
left:0px;
bottom:0px;
}
div#pager{
background-color:#f4f3f2;
padding:6px;
}
div#pager a {
padding-right:2px;
}
div#pager a img{
border:1px solid #ff8631;
padding:1px;
}
div#pager .activeSlide img {
border:2px solid #f75d18;
}
.slidephotobg{
border:6px solid #d6dcd8;
padding:5px;
}
/* this css written contact details pages */
.contdetails {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background-color: #f4f3f2;
border:1px solid #a8b0a2;
}
.contdetails b {
color:#4F4F4F;
}
.contdetails td {
padding:5px;
}

