html * {
	margin: 0px;
	padding: 0px;
}

a, img {
	border: none;
}

body {
	/*background: #00a94f url(images/bgup.png) top no-repeat;*/
	/*background: #42ae3e url(images/bgnew.jpg) top no-repeat;*/
	background: #42ae3e url(images/newbgs/bg-01.jpg) top no-repeat;
	background: url(images/pattern.jpg);
	font-size: 12px;
	font-family: arial, verdana, sans;
	/*min-height: 1892px;*/
}

#sharing-buttons {
	position: absolute;
	right: 10px;	
}

#sharing-buttons img {
	padding: 10px;	
	padding-top: 20px;
}

#main-menu {
	list-style: none;
	background: #000000;
	background: rgba(0,0,0,0.7);
	width: 800px;
	margin: auto;
	border: solid 3px #ffffff;
	overflow: auto;
}

#main-menu li {
	display: inline-block;
	zoom:1; *display: inline;
	_height: 30px;
}

#main-menu a {
	display: inline-block;
	padding: 10px;
	outline: none;
}

/*#menu-home, #menu-uni, #menu-puzzle, #menu-graffiti, #menu-home-active {
	height: 18px;
	background: url(images/menu.png) no-repeat 0px -19px;
	display: block;
}

#menu-home { width: 60px; }
#menu-home:hover, #menu-home-active { background-position: 0px 0px;}
#menu-uni {  width: 80px; background-position: -330px -19px;}
#menu-uni:hover { background-position: -330px 0px;}
#menu-puzzle { width: 120px; background-position: -210px -19px;}
#menu-puzzle:hover { background-position: -210px 0px;}
#menu-graffiti { width: 150px; background-position: -60px -19px;}
#menu-graffiti:hover { background-position: -60px 0px;}
*/

#home-link, #graffiti-link,  #puzzle-link, #uni-link {
	border-right: solid thin #414141;
}

#content {
	margin: auto;
	width: 880px;	
}

.video-container {
	border: solid thin #000;
	background: #000;
	width: 863px;
	height: 496px;	
}

#guc-videos, #cairo-videos, #ainshams-videos, #bue-videos, #miu-videos {
	/*display: none;*/	
}

.playlist {
	list-style: none;	
	margin-top: 5px;
	margin-right: 5px;
	height: 480px;
	width: 140px;
}

.playlist li {
	padding: 2px;	
}

.playlist li img {
	width: 120px;	
}

#videolists {
	margin-top: 25px;
	text-align: left;
	margin-left: 5px;	
}

#wallpaper-cats {
	margin-right: 20px;
	margin-top: 35px;	
}

#videolists li , #wallpaper-cats li {
	display: inline-block;
	zoom:1; *display: inline;
	_height: 30px;	
}

#videolists li a, #wallpaper-cats li a {
	background: #000;
	font-weight: bold;
	border: solid thin #000;
	padding: 5px;	
	color: #aaa;
	font-size: 120%;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	outline: none;
}

#wallpaper-cats li a {
	background: none;
	color: #fff;
	border-bottom: none;
		
}

.wallpaper-list li {
	margin-right: 5px;
	text-align: left;
	color: #ffffff;
}

.wallpaper-list span {
	font-weight: bold;
}

.wallpaper-list a {
	color: #ffffff;
	text-decoration: none;	
}

.wallpaper-list a:hover {
	text-decoration: underline;	
}


#puzzleoverlay, #fboverlay {
	background: url(images/overlaybg.png);
	text-align: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 20;	
}

#facebookboverlay{
	background: url(images/overlaybg.png);
	text-align: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 20;	
}


#footer {
	width: 1024px;
	height: 350px;
	background:  url(images/newbgs/bg-02.jpg) center;
	background:  url(images/newbgs/lamona2.gif) center no-repeat;
	margin: auto;	
	color: #ffffff;	
}

#footer p {
	margin-top: 190px;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	font-style: italic;
			
}

#footer a:hover {
	color: #000000;	
}

#tooltip{
        position:absolute;
        border:none;                
        display:none;        
        width: 205px;
        height: 129px;
        background: url(images/tours/uni/unipopout.png) no-repeat;
        font-weight: bold;
        padding: 40px 0px 0px 40px;      
}

.tooltip-item {
	display: inline-block;	
}

.right {
	float: right;
}

.bold {
	font-weight: bold;	
}

.valign-mid {
	vertical-align: middle;	
}

.left {
	float: left;
}

.text-center {
	text-align: center;	
}

.text-left {
	text-align: left;	
}

.text-right {
	text-align: right;	
}

.clear {
	clear: both;	
}

.overflow {
	overflow: auto;
}

.rounded {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

.rounded-hard {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}


