/*
To use: 
echo '<link href="'.PartuzaConfig::get('web_prefix').'/css/mobile_responsive.css" rel="stylesheet" type="text/css">';
*/

div,img,table, iframe {
	max-width: 100%;
}

#containerwrap {
	margin: 5px auto;
	width: auto;
	margin-left: 165px;
	margin-right: 160px; 
}

#contentWrap {
	height: 100%;
}

#rightSideYellow2 {
	width: 142px !important;
	margin-right: 1px !important;
	float: right;
	height: 800px;
	background: #FFFFCC;
	border-left: 1px solid #9d7934;
	border-right: 1px solid #9d7934;
	margin-top: 6px;
}

#rightSideYellow2 table {
	width: 125px !important;
}

#curveRightSide {
	margin-right: -144px !important;
	width: 144px !important;
}

img {
	height: auto; /* for IE */
}


@media screen and (max-width: 480px) {
	#contentDiv {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0px 2px;
	}
	#rightSideYellow2, #curveRightSide{
		display: none !important;
	}
	#profileDrop {
		display: inline !important;
	}
	#profileInfo {
		display: none;
		margin-bottom: 2px;
		/*max-width: 100% !important;*/
		width: 100% !important;
		padding-bottom: 5px !important;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	#contentWrap {
		padding-left: 5px;
		padding-bottom: 10px;
		padding-top: 5px;
		max-width: 100% !important;
		width: 100% !important;
	}
	#profileInfo ul.profileMenu {
		clear: none !important;
		float: left !important;
		width: 50% !important;
	}
	#profileInfo .header {
		width: 100% !important;
		float: left !important;
	}
	#profileInfo #profpic {
		float: left;
		margin: 5px;
		width: 100%;
	}
	#containerwrap {
		width: 100%;
		margin-left: 0px !important;
	}
	#google-ads-new,#container,#contentWrap {
		padding: 0px !important;
		margin: 0px !important;
	}
	
	#alumninetnewsDiv{
		display:none !important;
	}
	
	#alumninetnewsDiv2{
		display:block !important;
	}
	
}

@media screen and (max-width: 768px) {
	#rightSideYellow2, #curveRightSide {
		display: none;
	}
	
	#profileInfo {
		margin-top: 0px !important;
	}
	#containerwrap {
		margin-right: 5px !important;
	}
}

@media screen and (max-width: 768px) and (min-width:481px){
		#alumninetnewsDiv{
		display:block !important;
		}
	}

#google-ads-new,#google-ads-footer {
	overflow: hidden;
}

#login_email,#login_password {
	width: 134px !important;
}

/* minimizing profile */
#profileDrop {
	margin-top: -9px;
	display: none;
	background-color: #ffffcc;
	line-height: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 6px;
	padding: 2px 4px;
	height: 16px;
	border: 1px solid #2653a3;
	font-weight: bold;
}

.show {
	display: none;
}

.hide:target+.show {
	display: inline !important;
}

.hide:target {
	display: none !important;
}
/* minimizing profile */

