/* button styles for content pages */

input.content {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 79px;
	border:0px;
        background: #E6E8FA;
	background-image:
	url("/images/content.jpg");
	background-repeat-y: 22;
	color: #000000;
}

input.subscribe {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 85%;
	/* background-repeat: no-repeat; */
	background-position: center;
	background-image:
	url("/images/subscribe_trans.jpg");	
	border:0px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        padding-right: 5px;
	font-size: 85%;
	width: 79px;
}

input.content_hover {
	text-transform: capitalize;
        font-weight: bold;
        font-size: 85%;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        padding-right: 5px;
        width: 79px;
        border:0px;
        background: #A2B5CD;
	color:#000000;
}

input.content_sidebar {
        text-transform: capitalize;
        background: #E6E8FA;
        border:0px;	
        font-weight: bold;
        font-size: 85%;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 5px;
        width: 155px;
        /* border: 1px solid; */
        background-image:
        url("/images/content_long.jpg");
        background-repeat-y: 22;
        border-top-color: #607B8B;
        border-left-color: #607B8B;
        border-right-color: #68838B;
        border-bottom-color: #68838B;
        color: #000000;
	
}

input.subscribe_sidebar {
        text-transform: capitalize;
        background: #E6E8FA;
        border:0px;    
        font-weight: bold;
        font-size: 85%; 
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 5px;
        width: 155px;
        /* border: 1px solid; */
        background-image:
        url("/images/subscribe_long.jpg");
        background-repeat-y: 22;
        border-top-color: #607B8B;
        border-left-color: #607B8B;
        border-right-color: #68838B;
        border-bottom-color: #68838B;
        color: #000000;
}

input.conent_sidebar_hover {
        background: #A2B5CD;
}


/* button styles for splash pages */

input.splash {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	width: 155px;
	height: 30px;
	border: 1px solid;
	/* background: #E6E8FA; */
	background-image:
	url("/images/splash.jpg");
	background-repeat-y 30px;
	align: absmiddle;
}

input.splash_hov {
	background-image:
	url("/images/splash_lite.jpg");
	background-repeat-y 30px;
}

a.pass_it_on {
	color: blue;
	font-style: italic;
	font-weight: bold;
}
a.pass_it_on:hover {
        color: red;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

td.pass_it_on {
	background: white;
}

